summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-01-01(quotearg_n_options): Make `options' parameter be `const'.Jim Meyering
1999-01-01(quotearg_buffer): Cast -1 to size_t before comparing.Jim Meyering
(quotearg_n): Change type of 1st parameter from int to unsigned int. (quotearg_n_options): Likewise. From Akim Demaille.
1999-01-01(humblock): Use ARGMATCH in place of argmatch.Jim Meyering
1999-01-01(get_version): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering
1998-12-31.Jim Meyering
1998-12-31(libfu_a_SOURCES): Remove strcasecmp.c.Jim Meyering
(BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c. (EXTRA_DIST): Add strcasecmp.cin. (strcasecmp.c): New rule. (strncasecmp.c): New rule.
1998-12-31fix typoJim Meyering
1998-12-31white space changesJim Meyering
1998-12-31(strncasecmp): Move to a separate file.Jim Meyering
Add curly braces around some one-stmt-but-multiline blocks.
1998-12-31*** empty log message ***Jim Meyering
1998-12-31remove trailing blanksJim Meyering
1998-12-31lots of changes from Akim Demaille.Jim Meyering
1998-12-31lots of changes from Akim Demaille.Jim Meyering
1998-12-31(addext): Protoize.Jim Meyering
Indent cpp directives to match nesting.
1998-12-31(posix_time_parse): Change type of index `i' from int to unsigned int.Jim Meyering
1998-12-31Fix warnings from gcc -W -WallJim Meyering
(__attribute__): Define. (ATTRIBUTE_UNUSED): Define. (yyerror): Mark parameter as unused with ATTRIBUTE_UNUSED. (MonthDayTable): Add initializers for last entry. (UnitsTable): Likewise. (OtherTable): Likewise. (MilitaryTable): Likewise.
1998-12-19*** empty log message ***Jim Meyering
1998-12-19break long lineJim Meyering
1998-12-19break long lineJim Meyering
1998-12-19split long lineJim Meyering
1998-12-19.Jim Meyering
1998-12-13Don't include stdlib.h and declare malloc and free.Jim Meyering
This works around Solaris 2.7's conflicting prototype. Reported by Karl Berry.
1998-12-13(EXTRA_DIST): Add xstat.in.Jim Meyering
1998-12-12.Jim Meyering
1998-12-12*** empty log message ***Jim Meyering
1998-12-12(lstat.c): Add rule to generate this from xstat.in.Jim Meyering
(stat.c): Likewise.
1998-12-12*** empty log message ***Jim Meyering
1998-12-12.Jim Meyering
1998-12-11(quotearg_buffer): Use `7' as the mask, not `3'.Jim Meyering
From Bruno Haible.
1998-12-07.Jim Meyering
1998-12-07(dir_name): Rename from dirname.Jim Meyering
Make argument `const'. Include "dirname.h"
1998-12-07(noinst_HEADERS): Add dirname.h.Jim Meyering
1998-12-07.Jim Meyering
1998-12-07(rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'.Jim Meyering
From Karl Heuer.
1998-12-07ansideclifyJim Meyering
1998-12-06Redefine putenv before including stdlib.h to workJim Meyering
around Solaris 2.7's conflicting prototype. Reported by Karl Berry.
1998-11-15(error): Don't use strerror_r's return value.Jim Meyering
1998-11-14revert-to-4.0-b7Jim Meyering
1998-11-14revert-last-changeJim Meyering
1998-11-11back out last change: there is a better wayJim Meyering
1998-11-11(BACKUPFILE_EXIT_FAILURE): Define.Jim Meyering
(get_version): Use it in place of EXIT_FAILURE.
1998-11-10[EXIT_FAILURE]: Define.Jim Meyering
(get_version): Use EXIT_FAILURE as exit status rather than hard-coding `2'. From François Pinard.
1998-11-08[lstat]: Remove #undef.Jim Meyering
(rpl_lstat): Protoize. Use ENOENT, not EINVAL, to be consistent with lib/stat.c.
1998-11-08(rpl_stat): Protoize.Jim Meyering
(stat): Remove #undef.
1998-10-18 Don't invoke localtime_r or gmtime_r unless it's the GNU CJim Meyering
library's localtime_r and gmtime_r; there are too many buggy implementations of localtime_r and gmtime_r out there, and it's not worth keeping track of all the different bugs. * strftime.c (__EXTENSIONS__): Remove. (my_strftime_gmtime_r): Renamed from gmtime_r; all uses changed. (my_strftime_localtime_r): Renamed from localtime_r; all uses changed. Base them on localtime/gmtime if not _LIBC.
1998-10-18 Don't invoke localtime_r or gmtime_r unless it's the GNU CJim Meyering
library's localtime_r and gmtime_r; there are too many buggy implementations of localtime_r and gmtime_r out there, and it's not worth keeping track of all the different bugs. * mktime.c (__EXTENSIONS__, HAVE_LOCALTIME_R): Remove. (my_mktime_localtime_r): Renamed from localtime_r; all uses changed. Base it on localtime unless _LIBC.
1998-10-18Declare localtime_r if necessary.Jim Meyering
1998-10-18Declare localtime_r if necessary.Jim Meyering
1998-10-17Some systems require <unistd.h> to be included before <time.h> forJim Meyering
localtime_r to be declared properly.
1998-10-12(_REENTRANT): Define again -- linux-2.0.33 needs it.Jim Meyering