summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-11-01*** empty log message ***Jim Meyering
1998-10-31update from master copyJim Meyering
1998-10-25.Jim Meyering
1998-10-25.Jim Meyering
1998-10-25.Jim Meyering
1998-10-25*** empty log message ***Jim Meyering
1998-10-25(TESTS): Add new test `unreadable'. But commentJim Meyering
it out since we're so close to release and since the test compares the text of diagnostics that are likely to vary between systems. (TEST_ENVIRONMENT): Add required framework.
1998-10-25*** empty log message ***Jim Meyering
1998-10-25*** empty log message ***Jim Meyering
1998-10-25(remove_cwd_entries): Don't apply CLOSEDIR to a NULLJim Meyering
pointer. (provoke with `mkdir -m 0100 x; rm -rf x') Upon CLOSEDIR failure, set `status' to RM_ERROR, not RM_OK. (remove_dir): Return `status', rather than always RM_OK.
1998-10-23*** empty log message ***Jim Meyering
1998-10-23(usage): Add mention of --version and --help.Jim Meyering
1998-10-18*** empty log message ***Jim Meyering
1998-10-18.Jim Meyering
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-18(jm_CHECK_DECL_LOCALTIME_R): Remove macro.Jim Meyering
1998-10-18*** empty log message ***Jim Meyering
1998-10-18.Jim Meyering
1998-10-18Declare localtime_r if necessary.Jim Meyering
1998-10-18Declare localtime_r if necessary.Jim Meyering
1998-10-18*** empty log message ***Jim Meyering
1998-10-18(jm_CHECK_DECLS): Reflect interface change.Jim Meyering
(jm_CHECK_DECL_LOCALTIME_R): New macro.
1998-10-18(jm_CHECK_DECLARATION): Don't hard-code which headers toJim Meyering
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.
1998-10-18Test for spring-forward gap before long-running test.Jim Meyering
1998-10-17(run_tests): Run $prog with --version only if $verbose.Jim Meyering
1998-10-17*** empty log message ***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-14Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"Jim Meyering
instead of "TZ=America/Vancouver". From Paul Eggert.
1998-10-12*** empty log message ***Jim Meyering
1998-10-12.Jim Meyering
1998-10-12.Jim Meyering
1998-10-12add jm_ prefix to cache variableJim Meyering
1998-10-12*** empty log message ***Jim Meyering
1998-10-12*** empty log message ***Jim Meyering
1998-10-12Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.Jim Meyering
1998-10-12(jm_AM_FUNC_MKTIME): New file and macro.Jim Meyering
1998-10-12.Jim Meyering
1998-10-12*** empty log message ***Jim Meyering
1998-10-12(_REENTRANT): Define again -- linux-2.0.33 needs it.Jim Meyering
1998-10-12*** empty log message ***Jim Meyering
1998-10-11*** empty log message ***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-10.Jim Meyering
1998-10-10.Jim Meyering
1998-10-08*** empty log message ***Jim Meyering
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-06import 1.5bJim Meyering
1998-10-05*** empty log message ***Jim Meyering
1998-10-05(long_options): Add entry for --suffix=SUFFIX option.Jim Meyering