1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 03:50:45 +02:00
Commit Graph

5712 Commits

Author SHA1 Message Date
Jim Meyering c091e6fe83 [lstat]: Remove #undef.
(rpl_lstat): Protoize.  Use ENOENT, not EINVAL, to be consistent
with lib/stat.c.
1998-11-08 03:40:04 +00:00
Jim Meyering dc61111cc6 (rpl_stat): Protoize.
(stat): Remove #undef.
1998-11-08 03:39:42 +00:00
Jim Meyering 920680fe4f [HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lstat and declare the latter. 1998-11-08 03:38:06 +00:00
Jim Meyering c9f0e3d343 *** empty log message *** 1998-11-02 17:08:44 +00:00
Jim Meyering b4c9bd2b7e . 1998-11-01 17:17:52 +00:00
Jim Meyering 453be366da latest from ftp.gnu.org 1998-11-01 16:41:46 +00:00
Jim Meyering f51e80f564 *** empty log message *** 1998-11-01 05:26:06 +00:00
Jim Meyering 993a56e8e0 . 1998-11-01 01:04:11 +00:00
Jim Meyering d8e4dccdca . 1998-11-01 01:02:24 +00:00
Jim Meyering 427e67b196 Rewrite to use new testing framework. 1998-11-01 00:52:32 +00:00
Jim Meyering 90ffddc87e . 1998-11-01 00:52:16 +00:00
Jim Meyering 8458f55338 *** empty log message *** 1998-11-01 00:52:06 +00:00
Jim Meyering bf5ef10371 . 1998-11-01 00:51:26 +00:00
Jim Meyering d087967041 . 1998-11-01 00:50:23 +00:00
Jim Meyering cfb54dec88 *** empty log message *** 1998-11-01 00:49:44 +00:00
Jim Meyering e1958a7253 *** empty log message *** 1998-11-01 00:12:41 +00:00
Jim Meyering cf50a06294 (TESTS): Add new test `empty-name', but comment it out. 1998-11-01 00:12:07 +00:00
Jim Meyering c96d9a880f *** empty log message *** 1998-11-01 00:09:44 +00:00
Jim Meyering 25bf05e45e update from master copy 1998-10-31 15:19:09 +00:00
Jim Meyering 99b35637c4 . FILEUTILS-4_0-b6 1998-10-25 14:30:46 +00:00
Jim Meyering 09b8756e33 . 1998-10-25 14:30:15 +00:00
Jim Meyering 9c5d11d5c5 . 1998-10-25 14:28:04 +00:00
Jim Meyering bf6c2a07af *** empty log message *** 1998-10-25 14:12:47 +00:00
Jim Meyering c729fe037e (TESTS): Add new test `unreadable'. But comment
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 14:08:38 +00:00
Jim Meyering 02cde32c0a *** empty log message *** 1998-10-25 14:03:09 +00:00
Jim Meyering 7741f87086 *** empty log message *** 1998-10-25 13:58:56 +00:00
Jim Meyering 9e630b86cb (remove_cwd_entries): Don't apply CLOSEDIR to a NULL
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-25 13:58:50 +00:00
Jim Meyering 2e19f14a91 *** empty log message *** 1998-10-23 02:08:48 +00:00
Jim Meyering 65b1a6ec82 (usage): Add mention of --version and --help. 1998-10-23 02:08:35 +00:00
Jim Meyering 06d1a87e3b *** empty log message *** FILEUTILS-4_0-b5 1998-10-18 14:18:22 +00:00
Jim Meyering f417e8b9d4 . 1998-10-18 14:14:09 +00:00
Jim Meyering 4fb556ee0e 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.
1998-10-18 14:09:48 +00:00
Jim Meyering c850393032 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.
1998-10-18 14:08:35 +00:00
Jim Meyering 61ece919c6 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. 1998-10-18 14:08:09 +00:00
Jim Meyering 843b44b3f7 *** empty log message *** FILEUTILS-4_0-b4 1998-10-18 01:50:53 +00:00
Jim Meyering 5edb65b5c4 . 1998-10-18 01:49:44 +00:00
Jim Meyering a71cb7cad1 Declare localtime_r if necessary. 1998-10-18 01:11:35 +00:00
Jim Meyering e2d1b297e7 Declare localtime_r if necessary. 1998-10-18 01:10:21 +00:00
Jim Meyering 70bea7fd3e *** empty log message *** 1998-10-18 01:08:54 +00:00
Jim Meyering ec936db8d7 (jm_CHECK_DECLS): Reflect interface change.
(jm_CHECK_DECL_LOCALTIME_R): New macro.
1998-10-18 01:08:22 +00:00
Jim Meyering 2b69ce2d89 (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.
1998-10-18 01:07:17 +00:00
Jim Meyering 0a25bc498d Test for spring-forward gap before long-running test. 1998-10-18 00:58:07 +00:00
Jim Meyering 6cc7e13732 (run_tests): Run $prog with --version only if $verbose. 1998-10-17 12:47:21 +00:00
Jim Meyering 0e1c643956 *** empty log message *** 1998-10-17 12:39:57 +00:00
Jim Meyering 2e29b32116 Some systems require <unistd.h> to be included before <time.h> for
localtime_r to be declared properly.
1998-10-17 12:39:30 +00:00
Jim Meyering 082787996c Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
instead of "TZ=America/Vancouver".  From Paul Eggert.
1998-10-14 21:27:52 +00:00
Jim Meyering edef42bf40 *** empty log message *** FILEUTILS-4_0-b3 1998-10-12 03:51:35 +00:00
Jim Meyering efce5c3bdf . 1998-10-12 03:50:44 +00:00
Jim Meyering 18ac22d2fc . 1998-10-12 03:50:24 +00:00
Jim Meyering c20eae80c7 add jm_ prefix to cache variable 1998-10-12 03:20:21 +00:00