summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11-08[HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lstat and declare the latter.Jim Meyering
1998-11-02*** empty log message ***Jim Meyering
1998-11-01.Jim Meyering
1998-11-01latest from ftp.gnu.orgJim Meyering
1998-11-01*** empty log message ***Jim Meyering
1998-11-01.Jim Meyering
1998-11-01.Jim Meyering
1998-11-01Rewrite to use new testing framework.Jim Meyering
1998-11-01.Jim Meyering
1998-11-01*** empty log message ***Jim Meyering
1998-11-01.Jim Meyering
1998-11-01.Jim Meyering
1998-11-01*** empty log message ***Jim Meyering
1998-11-01*** empty log message ***Jim Meyering
1998-11-01(TESTS): Add new test `empty-name', but comment it out.Jim Meyering
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