Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-14 | revert-last-change | Jim Meyering | |
1998-11-11 | back out last change: there is a better way | Jim 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 C | Jim 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 C | Jim 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-18 | Declare localtime_r if necessary. | Jim Meyering | |
1998-10-18 | Declare localtime_r if necessary. | Jim Meyering | |
1998-10-17 | Some systems require <unistd.h> to be included before <time.h> for | Jim 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 falls | Jim 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-27 | Protect 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]: Return | Jim Meyering | |
LONGINT_INVALID for strings that begin with `-'. | |||
1998-09-19 | Fix 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 const | Jim Meyering | |
1998-09-09 | Protoize. | Jim Meyering | |
1998-09-07 | . | Jim Meyering | |
1998-09-07 | add test harness | Jim 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-06 | rewrite from yacc-based version | Jim 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-15 | Add 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-13 | Protoize. Tsort function definitions and remove prototypes of | Jim 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-11 | add comment from glibc version | Jim Meyering | |
1998-08-07 | update from glibc | Jim Meyering | |
1998-08-03 | Ansideclify. | Jim Meyering | |
1998-08-03 | *** empty log message *** | Jim Meyering | |
1998-08-03 | (readline): Return zero upon error as well as upon | Jim Meyering | |
end of file. From James Youngman. | |||
1998-07-29 | Remove duplicate include of <stdio.h>. | Jim Meyering | |