swh:1:snp:9ca9e75279df5f4e3fee19bf5190ed672dcdfb33

sort by:
Revision Author Date Message Commit Date
ce9b1d8 *** empty log message *** 14 November 1998, 13:23:08 UTC
2cde0cc Correct comment. POSIX does not permit it to succeed. 14 November 1998, 13:22:58 UTC
64e32e4 revert-to-4.0-b7 14 November 1998, 13:17:34 UTC
fdea18b revert-last-change 14 November 1998, 13:13:10 UTC
9f6d557 back out last change: there is a better way 11 November 1998, 05:16:09 UTC
09e6dda (BACKUPFILE_EXIT_FAILURE): Define. (get_version): Use it in place of EXIT_FAILURE. 11 November 1998, 05:01:26 UTC
c62520b (regex_compile): Handle translation of multibyte exact-match characters. 10 November 1998, 07:03:05 UTC
95b7d7b [EXIT_FAILURE]: Define. (get_version): Use EXIT_FAILURE as exit status rather than hard-coding `2'. From Fran\xe7ois Pinard. 10 November 1998, 05:57:56 UTC
2c87951 . 08 November 1998, 03:49:22 UTC
4c9038c *** empty log message *** 08 November 1998, 03:42:44 UTC
1e05b28 Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. 08 November 1998, 03:42:35 UTC
b025ea6 Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. 08 November 1998, 03:42:20 UTC
a93d455 [lstat]: Remove #undef. (rpl_lstat): Protoize. Use ENOENT, not EINVAL, to be consistent with lib/stat.c. 08 November 1998, 03:40:04 UTC
915825a (rpl_stat): Protoize. (stat): Remove #undef. 08 November 1998, 03:39:42 UTC
8eefb21 . 01 November 1998, 01:02:24 UTC
d7ef440 . 18 October 1998, 14:14:14 UTC
26119e0 Don't invoke localtime_r or gmtime_r unless it's the GNU C 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. 18 October 1998, 14:09:48 UTC
d37eda2 Don't invoke localtime_r or gmtime_r unless it's the GNU C 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. 18 October 1998, 14:08:35 UTC
7be311a (jm_CHECK_DECL_LOCALTIME_R): Remove macro. 18 October 1998, 14:08:09 UTC
6579bcf Declare localtime_r if necessary. 18 October 1998, 01:10:21 UTC
4afcdb2 *** empty log message *** 18 October 1998, 01:08:54 UTC
7cf376f (jm_CHECK_DECLS): Reflect interface change. (jm_CHECK_DECL_LOCALTIME_R): New macro. 18 October 1998, 01:08:22 UTC
d2e1183 (jm_CHECK_DECLARATION): Don't hard-code which headers to include, though we still hard-code the `require'-like AC_CHECK_HEADERS calls for those previously hard-coded headers. Instead, take a new parameter. (jm_CHECK_DECLARATIONS): Reflect interface change. 18 October 1998, 01:07:17 UTC
897d5df Test for spring-forward gap before long-running test. 18 October 1998, 00:58:07 UTC
184e860 Some systems require <unistd.h> to be included before <time.h> for localtime_r to be declared properly. 17 October 1998, 12:39:30 UTC
d9b1d4d Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" instead of "TZ=America/Vancouver". From Paul Eggert. 14 October 1998, 21:27:52 UTC
c1f9582 . 12 October 1998, 03:50:24 UTC
5800bd9 add jm_ prefix to cache variable 12 October 1998, 03:20:21 UTC
6f26db3 *** empty log message *** 12 October 1998, 02:56:35 UTC
8b04bc2 *** empty log message *** 12 October 1998, 02:55:35 UTC
cab6085 Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. 12 October 1998, 02:55:28 UTC
787ffdd (jm_AM_FUNC_MKTIME): New file and macro. 12 October 1998, 02:55:17 UTC
f0ba870 . 12 October 1998, 02:51:10 UTC
599729f (_REENTRANT): Define again -- linux-2.0.33 needs it. 12 October 1998, 02:00:59 UTC
a538299 (__mktime_internal): When the requested time falls 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. 11 October 1998, 23:03:41 UTC
c5da3fd (my_mktime_localtime_r): Renamed from localtime_r. 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. 08 October 1998, 12:19:48 UTC
2aafe94 . 05 October 1998, 04:21:39 UTC
4f813e1 . 03 October 1998, 04:43:55 UTC
bf42be8 *** empty log message *** 02 October 1998, 14:31:24 UTC
9a2e1a1 *** empty log message *** 02 October 1998, 14:31:11 UTC
7a7f6f5 . 29 September 1998, 03:12:27 UTC
6aa6322 Protect against multiple inclusion. From Akim Demaille. 27 September 1998, 17:44:49 UTC
cd421df *** empty log message *** 27 September 1998, 17:36:17 UTC
d6595b7 add missing close paren 27 September 1998, 17:31:29 UTC
f3a8313 . 27 September 1998, 17:27:38 UTC
74a8b8d (jm_MACROS): Require jm_FUNC_FNMATCH. 27 September 1998, 17:26:55 UTC
7f3353f . 27 September 1998, 16:45:42 UTC
cef9ee9 Makefile.am 27 September 1998, 16:45:21 UTC
84b0840 *** empty log message *** 27 September 1998, 16:41:04 UTC
996f8e3 indent 27 September 1998, 16:40:09 UTC
d509a5b . 27 September 1998, 16:39:53 UTC
732c30c (my_strftime): Update from FSF. 27 September 1998, 12:45:33 UTC
3bf7540 (__xstrtol) [STRING_TO_UNSIGNED]: Return LONGINT_INVALID for strings that begin with `-'. 26 September 1998, 19:11:23 UTC
09fbc76 Declare locals: before, after. From Andries Brouwer. 21 September 1998, 12:05:49 UTC
e1937c3 Fix post-protoization typo. 19 September 1998, 13:11:23 UTC
8251e71 (PARAMS): Define and use. From Kaveh Ghazi. 17 September 1998, 13:48:20 UTC
c6eaa6f (oatoi): declare arg to be const 09 September 1998, 15:39:13 UTC
e1f4877 Protoize. 09 September 1998, 14:21:16 UTC
34b298f . 07 September 1998, 17:03:50 UTC
5d41f26 add test harness 07 September 1998, 03:23:30 UTC
defeec9 *** empty log message *** 07 September 1998, 02:38:28 UTC
22c071e *** empty log message *** 07 September 1998, 02:36:36 UTC
ab534a7 (libfu_a_SOURCES): Change posixtm.y to posixtm.c. (noinst_HEADERS): Add posixtm.h. 07 September 1998, 02:21:19 UTC
b29665b *** empty log message *** 07 September 1998, 02:18:43 UTC
3fabedf . 07 September 1998, 02:17:55 UTC
b825189 rewrite from yacc-based version 06 September 1998, 22:57:00 UTC
9dc1a4f . 06 September 1998, 22:55:47 UTC
c976183 *** empty log message *** 06 September 1998, 22:53:59 UTC
883c993 . 30 August 1998, 03:20:13 UTC
58c2920 (AC_STRUCT_ST_MTIM_NSEC): Renamed from AC_STRUCT_ST_MTIM. (AC_STRUCT_ST_MTIM_NSEC): Generate name of ns member, instead of just 1 or undef. Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. 30 August 1998, 03:16:57 UTC
fa39a6b (PARAMS): Define and use. 16 August 1998, 15:26:20 UTC
d0a6f4f *** empty log message *** 16 August 1998, 03:56:15 UTC
88a6fe9 Use the new AC_CHECK_TYPE(ssize_t, int) instead of jm_TYPE_SSIZE_T. 16 August 1998, 03:55:49 UTC
e0b4a0b . 16 August 1998, 03:53:30 UTC
b3b26ab Add braces to suppress warning about ambiguous `else'. 15 August 1998, 14:20:16 UTC
5542a38 (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0. Christian von Roques 15 August 1998, 03:01:13 UTC
293e41a . 14 August 1998, 14:09:21 UTC
e93173f . 13 August 1998, 02:09:24 UTC
7086754 (noinst_HEADERS): Add filemode.h. 13 August 1998, 02:07:54 UTC
c63f16f Protoize. Tsort function definitions and remove prototypes of static functions. (mode_string): Remove prototype. 13 August 1998, 02:05:56 UTC
cf34f75 . 13 August 1998, 02:05:29 UTC
ad3d56c (ftypelet): Add comments for Cray DMF support. From Johan Danielsson. 13 August 1998, 01:52:01 UTC
e4445c5 *** empty log message *** 13 August 1998, 01:48:05 UTC
4697c4f . 13 August 1998, 01:41:38 UTC
191a820 add comment from glibc version 11 August 1998, 01:52:38 UTC
9fb5802 update from glibc 07 August 1998, 12:54:51 UTC
04e03d5 Ansideclify. 03 August 1998, 03:03:11 UTC
069ca37 *** empty log message *** 03 August 1998, 03:02:20 UTC
1319257 (readline): Return zero upon error as well as upon end of file. From James Youngman. 03 August 1998, 03:02:04 UTC
ceaf0cd . 02 August 1998, 20:52:34 UTC
9d1f277 . 02 August 1998, 19:45:45 UTC
27e1ab6 . 02 August 1998, 16:25:14 UTC
251c280 *** empty log message *** 02 August 1998, 16:20:50 UTC
9326fea Use hack to avoid having to put #undef HAVE_ST_MTIM in acconfig.h manually. 02 August 1998, 16:20:39 UTC
d945878 tweak indentation 02 August 1998, 16:18:21 UTC
359ae58 from Paul Eggert 02 August 1998, 16:15:17 UTC
0ba789c Remove duplicate include of <stdio.h>. 29 July 1998, 04:00:36 UTC
5d78316 (struct mount_entry): 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. 29 July 1998, 03:58:55 UTC
ea12546 (read_filesystem_list): Remove all_fs argument, but put the necessary information into the result so that the caller can ignore filesystems that he's not interested in. From Paul. 29 July 1998, 03:58:02 UTC
c83583e *** empty log message *** 28 July 1998, 13:29:22 UTC
back to top