Merge recent gnulib changes, and remove some lint.

This commit is contained in:
Paul Eggert
2004-04-05 02:29:18 +00:00
parent 41d042c05f
commit 2bda83b48d
26 changed files with 880 additions and 703 deletions

View File

@@ -37,7 +37,10 @@ getndelim2.h
getopt.c
getopt.h
getopt1.c
getopt_int.h
gettext.h
gettime.c
gettimeofday.c
hash.c
hash.h
human.c
@@ -68,6 +71,8 @@ savedir.c
savedir.h
stdbool.h
stdbool_.h
stpcpy.c
stpcpy.h
strcase.h
strcasecmp.c
stripslash.c
@@ -78,10 +83,9 @@ strtoll.c
strtoul.c
strtoull.c
strtoumax.c
stpcpy.c
stpcpy.h
time_r.c
time_r.h
timespec.h
unlocked-io.h
utime.c
xalloc.h

View File

@@ -1,7 +1,7 @@
# Makefile for GNU tar library.
# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003 Free
# Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004
# Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -103,6 +103,9 @@ libtar_a_SOURCES += getopt.h getopt.c getopt1.c
# gettext
libtar_a_SOURCES += gettext.h
# gettime
libtar_a_SOURCES += gettime.c
# hash
libtar_a_SOURCES += hash.h hash.c
@@ -121,6 +124,9 @@ libtar_a_SOURCES += pathmax.h
# time_r
EXTRA_DIST += time_r.h
# timespec
libtar_a_SOURCES += timespec.h
# quote
libtar_a_SOURCES += quote.h quote.c