summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1998-10-11(__mktime_internal): When the requested time fallsJim Meyering
in a spring-forward gap of size DT, return a time that is DT away from the requested time, preferring a time whose tm_isdst differs from the requested value. Bump the max number of probes from 4 to 6 to account for the extra probes needed to discover a spring-forward gap in the worst case.
1998-10-08(my_mktime_localtime_r): Renamed from localtime_r.Jim Meyering
Define also if HAVE_LOCALTIME_R && defined (localtime_r), with a body that merely expands localtime_r; this works around a bug in Digital Unix 4.0A and 4.0D.
1998-10-03.Jim Meyering
1998-10-02*** empty log message ***Jim Meyering
1998-10-02*** empty log message ***Jim Meyering
1998-09-29.Jim Meyering
1998-09-27Protect against multiple inclusion.Jim Meyering
From Akim Demaille.
1998-09-27(my_strftime): Update from FSF.Jim Meyering
1998-09-26(__xstrtol) [STRING_TO_UNSIGNED]: ReturnJim Meyering
LONGINT_INVALID for strings that begin with `-'.
1998-09-19Fix post-protoization typo.Jim Meyering
1998-09-17(PARAMS): Define and use.Jim Meyering
From Kaveh Ghazi.
1998-09-09(oatoi): declare arg to be constJim Meyering
1998-09-09Protoize.Jim Meyering
1998-09-07.Jim Meyering
1998-09-07add test harnessJim Meyering
1998-09-07*** empty log message ***Jim Meyering
1998-09-07*** empty log message ***Jim Meyering
1998-09-07(libfu_a_SOURCES): Change posixtm.y to posixtm.c.Jim Meyering
(noinst_HEADERS): Add posixtm.h.
1998-09-07*** empty log message ***Jim Meyering
1998-09-07.Jim Meyering
1998-09-06rewrite from yacc-based versionJim Meyering
1998-09-06.Jim Meyering
1998-09-06*** empty log message ***Jim Meyering
1998-08-16(PARAMS): Define and use.Jim Meyering
1998-08-15Add braces to suppress warning about ambiguous `else'.Jim Meyering
1998-08-15(read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0.Jim Meyering
Christian von Roques
1998-08-14.Jim Meyering
1998-08-13.Jim Meyering
1998-08-13(noinst_HEADERS): Add filemode.h.Jim Meyering
1998-08-13Protoize. Tsort function definitions and remove prototypes ofJim Meyering
static functions. (mode_string): Remove prototype.
1998-08-13.Jim Meyering
1998-08-13(ftypelet): Add comments for Cray DMF support.Jim Meyering
From Johan Danielsson.
1998-08-11add comment from glibc versionJim Meyering
1998-08-07update from glibcJim Meyering
1998-08-03Ansideclify.Jim Meyering
1998-08-03*** empty log message ***Jim Meyering
1998-08-03(readline): Return zero upon error as well as uponJim Meyering
end of file. From James Youngman.
1998-07-29Remove duplicate include of <stdio.h>.Jim Meyering