platform/upstream/coreutils.git
25 years ago*** empty log message ***
Jim Meyering [Sun, 1 Nov 1998 00:52:06 +0000 (00:52 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 1 Nov 1998 00:51:26 +0000 (00:51 +0000)]
.

25 years ago.
Jim Meyering [Sun, 1 Nov 1998 00:50:23 +0000 (00:50 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 1 Nov 1998 00:49:44 +0000 (00:49 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 1 Nov 1998 00:12:41 +0000 (00:12 +0000)]
*** empty log message ***

25 years ago(TESTS): Add new test `empty-name', but comment it out.
Jim Meyering [Sun, 1 Nov 1998 00:12:07 +0000 (00:12 +0000)]
(TESTS): Add new test `empty-name', but comment it out.

25 years ago*** empty log message ***
Jim Meyering [Sun, 1 Nov 1998 00:09:44 +0000 (00:09 +0000)]
*** empty log message ***

25 years agoupdate from master copy
Jim Meyering [Sat, 31 Oct 1998 15:19:09 +0000 (15:19 +0000)]
update from master copy

25 years ago. FILEUTILS-4_0-b6
Jim Meyering [Sun, 25 Oct 1998 14:30:46 +0000 (14:30 +0000)]
.

25 years ago.
Jim Meyering [Sun, 25 Oct 1998 14:30:15 +0000 (14:30 +0000)]
.

25 years ago.
Jim Meyering [Sun, 25 Oct 1998 14:28:04 +0000 (14:28 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 25 Oct 1998 14:12:47 +0000 (14:12 +0000)]
*** empty log message ***

25 years ago(TESTS): Add new test `unreadable'. But comment
Jim Meyering [Sun, 25 Oct 1998 14:08:38 +0000 (14:08 +0000)]
(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.

25 years ago*** empty log message ***
Jim Meyering [Sun, 25 Oct 1998 14:03:09 +0000 (14:03 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 25 Oct 1998 13:58:56 +0000 (13:58 +0000)]
*** empty log message ***

25 years ago(remove_cwd_entries): Don't apply CLOSEDIR to a NULL
Jim Meyering [Sun, 25 Oct 1998 13:58:50 +0000 (13:58 +0000)]
(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.

25 years ago*** empty log message ***
Jim Meyering [Fri, 23 Oct 1998 02:08:48 +0000 (02:08 +0000)]
*** empty log message ***

25 years ago(usage): Add mention of --version and --help.
Jim Meyering [Fri, 23 Oct 1998 02:08:35 +0000 (02:08 +0000)]
(usage): Add mention of --version and --help.

25 years ago*** empty log message *** FILEUTILS-4_0-b5
Jim Meyering [Sun, 18 Oct 1998 14:18:22 +0000 (14:18 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 18 Oct 1998 14:14:09 +0000 (14:14 +0000)]
.

25 years ago Don't invoke localtime_r or gmtime_r unless it's the GNU C
Jim Meyering [Sun, 18 Oct 1998 14:09:48 +0000 (14:09 +0000)]
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.

25 years ago Don't invoke localtime_r or gmtime_r unless it's the GNU C
Jim Meyering [Sun, 18 Oct 1998 14:08:35 +0000 (14:08 +0000)]
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.

25 years ago(jm_CHECK_DECL_LOCALTIME_R): Remove macro.
Jim Meyering [Sun, 18 Oct 1998 14:08:09 +0000 (14:08 +0000)]
(jm_CHECK_DECL_LOCALTIME_R): Remove macro.

25 years ago*** empty log message *** FILEUTILS-4_0-b4
Jim Meyering [Sun, 18 Oct 1998 01:50:53 +0000 (01:50 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 18 Oct 1998 01:49:44 +0000 (01:49 +0000)]
.

25 years agoDeclare localtime_r if necessary.
Jim Meyering [Sun, 18 Oct 1998 01:11:35 +0000 (01:11 +0000)]
Declare localtime_r if necessary.

25 years agoDeclare localtime_r if necessary.
Jim Meyering [Sun, 18 Oct 1998 01:10:21 +0000 (01:10 +0000)]
Declare localtime_r if necessary.

25 years ago*** empty log message ***
Jim Meyering [Sun, 18 Oct 1998 01:08:54 +0000 (01:08 +0000)]
*** empty log message ***

25 years ago(jm_CHECK_DECLS): Reflect interface change.
Jim Meyering [Sun, 18 Oct 1998 01:08:22 +0000 (01:08 +0000)]
(jm_CHECK_DECLS): Reflect interface change.
(jm_CHECK_DECL_LOCALTIME_R): New macro.

25 years ago(jm_CHECK_DECLARATION): Don't hard-code which headers to
Jim Meyering [Sun, 18 Oct 1998 01:07:17 +0000 (01:07 +0000)]
(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.

25 years agoTest for spring-forward gap before long-running test.
Jim Meyering [Sun, 18 Oct 1998 00:58:07 +0000 (00:58 +0000)]
Test for spring-forward gap before long-running test.

25 years ago(run_tests): Run $prog with --version only if $verbose.
Jim Meyering [Sat, 17 Oct 1998 12:47:21 +0000 (12:47 +0000)]
(run_tests): Run $prog with --version only if $verbose.

25 years ago*** empty log message ***
Jim Meyering [Sat, 17 Oct 1998 12:39:57 +0000 (12:39 +0000)]
*** empty log message ***

25 years agoSome systems require <unistd.h> to be included before <time.h> for
Jim Meyering [Sat, 17 Oct 1998 12:39:30 +0000 (12:39 +0000)]
Some systems require <unistd.h> to be included before <time.h> for
localtime_r to be declared properly.

25 years agoUse the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
Jim Meyering [Wed, 14 Oct 1998 21:27:52 +0000 (21:27 +0000)]
Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
instead of "TZ=America/Vancouver".  From Paul Eggert.

25 years ago*** empty log message *** FILEUTILS-4_0-b3
Jim Meyering [Mon, 12 Oct 1998 03:51:35 +0000 (03:51 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Mon, 12 Oct 1998 03:50:44 +0000 (03:50 +0000)]
.

25 years ago.
Jim Meyering [Mon, 12 Oct 1998 03:50:24 +0000 (03:50 +0000)]
.

25 years agoadd jm_ prefix to cache variable
Jim Meyering [Mon, 12 Oct 1998 03:20:21 +0000 (03:20 +0000)]
add jm_ prefix to cache variable

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:56:35 +0000 (02:56 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:55:35 +0000 (02:55 +0000)]
*** empty log message ***

25 years agoRequire jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
Jim Meyering [Mon, 12 Oct 1998 02:55:28 +0000 (02:55 +0000)]
Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.

25 years ago(jm_AM_FUNC_MKTIME): New file and macro.
Jim Meyering [Mon, 12 Oct 1998 02:55:17 +0000 (02:55 +0000)]
(jm_AM_FUNC_MKTIME): New file and macro.

25 years ago.
Jim Meyering [Mon, 12 Oct 1998 02:51:10 +0000 (02:51 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:51:01 +0000 (02:51 +0000)]
*** empty log message ***

25 years ago(_REENTRANT): Define again -- linux-2.0.33 needs it.
Jim Meyering [Mon, 12 Oct 1998 02:00:59 +0000 (02:00 +0000)]
(_REENTRANT): Define again -- linux-2.0.33 needs it.

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 01:18:08 +0000 (01:18 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 11 Oct 1998 23:04:04 +0000 (23:04 +0000)]
*** empty log message ***

25 years ago(__mktime_internal): When the requested time falls
Jim Meyering [Sun, 11 Oct 1998 23:03:41 +0000 (23:03 +0000)]
(__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.

25 years ago.
Jim Meyering [Sat, 10 Oct 1998 18:38:05 +0000 (18:38 +0000)]
.

25 years ago.
Jim Meyering [Sat, 10 Oct 1998 18:37:44 +0000 (18:37 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Thu, 8 Oct 1998 12:24:40 +0000 (12:24 +0000)]
*** empty log message ***

25 years ago(my_mktime_localtime_r): Renamed from localtime_r.
Jim Meyering [Thu, 8 Oct 1998 12:19:48 +0000 (12:19 +0000)]
(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.

25 years agoimport 1.5b
Jim Meyering [Tue, 6 Oct 1998 04:07:25 +0000 (04:07 +0000)]
import 1.5b

25 years ago*** empty log message ***
Jim Meyering [Mon, 5 Oct 1998 12:27:03 +0000 (12:27 +0000)]
*** empty log message ***

25 years ago(long_options): Add entry for --suffix=SUFFIX option.
Jim Meyering [Mon, 5 Oct 1998 12:23:21 +0000 (12:23 +0000)]
(long_options): Add entry for --suffix=SUFFIX option.

25 years ago*** empty log message ***
Jim Meyering [Mon, 5 Oct 1998 04:30:40 +0000 (04:30 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 5 Oct 1998 04:24:42 +0000 (04:24 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Mon, 5 Oct 1998 04:21:39 +0000 (04:21 +0000)]
.

25 years agoback out last change
Jim Meyering [Mon, 5 Oct 1998 04:20:33 +0000 (04:20 +0000)]
back out last change

25 years agohalf-hearted attempt to support file name quoting
Jim Meyering [Mon, 5 Oct 1998 04:20:12 +0000 (04:20 +0000)]
half-hearted attempt to support file name quoting

25 years ago*** empty log message ***
Jim Meyering [Mon, 5 Oct 1998 04:05:41 +0000 (04:05 +0000)]
*** empty log message ***

25 years agoadd double quotes
Jim Meyering [Mon, 5 Oct 1998 03:34:17 +0000 (03:34 +0000)]
add double quotes

25 years ago(TESTS_ENVIRONMENT): Define PERL.
Jim Meyering [Mon, 5 Oct 1998 03:30:41 +0000 (03:30 +0000)]
(TESTS_ENVIRONMENT): Define PERL.

25 years ago*** empty log message ***
Jim Meyering [Sun, 4 Oct 1998 13:53:18 +0000 (13:53 +0000)]
*** empty log message ***

25 years ago*** empty log message *** FILEUTILS-4_0-b2
Jim Meyering [Sun, 4 Oct 1998 13:50:52 +0000 (13:50 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 13:15:15 +0000 (13:15 +0000)]
.

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 03:23:24 +0000 (03:23 +0000)]
.

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 03:11:32 +0000 (03:11 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 4 Oct 1998 03:08:54 +0000 (03:08 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 4 Oct 1998 03:06:22 +0000 (03:06 +0000)]
*** empty log message ***

25 years ago(split_3): Rename local variable, to `escaped_filename'.
Jim Meyering [Sun, 4 Oct 1998 03:05:37 +0000 (03:05 +0000)]
(split_3): Rename local variable, to `escaped_filename'.
(main): Output the leading backslash not just when there's a newline
in the file name, but also when there's a backslash.

25 years agoAdd tests with filenames containing newline and backslash characters.
Jim Meyering [Sun, 4 Oct 1998 03:01:12 +0000 (03:01 +0000)]
Add tests with filenames containing newline and backslash characters.

25 years agouse debug, not verbose
Jim Meyering [Sun, 4 Oct 1998 02:54:15 +0000 (02:54 +0000)]
use debug, not verbose

25 years agorewrite for Fetish.pm
Jim Meyering [Sun, 4 Oct 1998 02:51:30 +0000 (02:51 +0000)]
rewrite for Fetish.pm

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 02:45:26 +0000 (02:45 +0000)]
.

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 01:08:18 +0000 (01:08 +0000)]
.

25 years ago.
Jim Meyering [Sun, 4 Oct 1998 01:04:55 +0000 (01:04 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 4 Oct 1998 01:03:51 +0000 (01:03 +0000)]
*** empty log message ***

25 years ago(TESTS_ENVIRONMENT): Add PATH.
Jim Meyering [Sun, 4 Oct 1998 01:03:26 +0000 (01:03 +0000)]
(TESTS_ENVIRONMENT): Add PATH.

25 years ago*** empty log message ***
Jim Meyering [Sat, 3 Oct 1998 19:51:36 +0000 (19:51 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 19:50:10 +0000 (19:50 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 19:47:20 +0000 (19:47 +0000)]
.

25 years agoInvoke program with --manhelp option only if
Jim Meyering [Sat, 3 Oct 1998 19:15:41 +0000 (19:15 +0000)]
Invoke program with --manhelp option only if
--name=STRING not specified.  Otherwise, this would fail with `yes'.

25 years ago*** empty log message ***
Jim Meyering [Sat, 3 Oct 1998 17:39:49 +0000 (17:39 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 17:27:28 +0000 (17:27 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 17:21:02 +0000 (17:21 +0000)]
.

25 years ago(main): Update to use new version of posixtime.
Jim Meyering [Sat, 3 Oct 1998 17:18:52 +0000 (17:18 +0000)]
(main): Update to use new version of posixtime.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 16:49:01 +0000 (16:49 +0000)]
.

25 years agoMake `VERBOSE' be a little more verbose.
Jim Meyering [Sat, 3 Oct 1998 16:47:44 +0000 (16:47 +0000)]
Make `VERBOSE' be a little more verbose.

25 years ago(TESTS): Add i-1.
Jim Meyering [Sat, 3 Oct 1998 16:46:27 +0000 (16:46 +0000)]
(TESTS): Add i-1.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 16:45:10 +0000 (16:45 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 05:00:26 +0000 (05:00 +0000)]
.

25 years agoInclude /bin/sh driver framework.
Jim Meyering [Sat, 3 Oct 1998 04:59:26 +0000 (04:59 +0000)]
Include /bin/sh driver framework.

25 years ago*** empty log message ***
Jim Meyering [Sat, 3 Oct 1998 04:58:28 +0000 (04:58 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 04:58:21 +0000 (04:58 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 04:54:54 +0000 (04:54 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 04:52:09 +0000 (04:52 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 04:43:55 +0000 (04:43 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Fri, 2 Oct 1998 14:31:24 +0000 (14:31 +0000)]
*** empty log message ***