Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-07-29 | (struct mount_entry): | Jim Meyering | |
New members me_dummy, me_remote. (read_filesystem_list): Remove all_fs argument. (REMOTE_FS_TYPE): Remove. (ME_DUMMY, ME_REMOTE): New macros. From Paul. | |||
1998-07-29 | (read_filesystem_list): Remove all_fs | Jim Meyering | |
argument, but put the necessary information into the result so that the caller can ignore filesystems that he's not interested in. From Paul. | |||
1998-07-25 | Use PARAMS macro. | Jim Meyering | |
1998-07-25 | (xatoi): Ansideclify. | Jim Meyering | |
(fstype_to_string): Ansideclify. | |||
1998-07-25 | (REMOTE_FS_TYPE): New macro. | Jim Meyering | |
1998-07-25 | (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string. | Jim Meyering | |
(fsp_to_string): Don't xmalloc return value (yet). | |||
1998-07-25 | (read_filesystem_list): If all_fs is negative, omit non-local filesytems. | Jim Meyering | |
From Paul Eggert. | |||
1998-07-25 | . | Jim Meyering | |
1998-07-25 | . | Jim Meyering | |
1998-07-22 | (human_readable): amt -> damt, to fix typo when | Jim Meyering | |
computing which power to use after overflow occurs during multiplication. From Paul Eggert. | |||
1998-07-22 | Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4. | Jim Meyering | |
From Paul Eggert. |