platform/upstream/coreutils.git
24 years ago*** empty log message ***
Jim Meyering [Mon, 15 May 2000 07:18:44 +0000 (07:18 +0000)]
*** empty log message ***

24 years agoSet LC_ALL to `C' to avoid failure when the
Jim Meyering [Mon, 15 May 2000 07:18:38 +0000 (07:18 +0000)]
Set LC_ALL to `C' to avoid failure when the
current locale is not C (POSIX).  From Matthew Clarke.

24 years ago*** empty log message ***
Jim Meyering [Mon, 15 May 2000 07:18:17 +0000 (07:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 15 May 2000 07:11:30 +0000 (07:11 +0000)]
*** empty log message ***

24 years ago(version_etc_copyright): Update the copyright string
Jim Meyering [Mon, 15 May 2000 07:11:16 +0000 (07:11 +0000)]
(version_etc_copyright): Update the copyright string
that goes into all --version output.

24 years ago(test_vector): Skip the %c test on SunOS4 systems.
Jim Meyering [Mon, 15 May 2000 07:08:38 +0000 (07:08 +0000)]
(test_vector): Skip the %c test on SunOS4 systems.
Suggested by Paul Eggert.  Reported by Volker Borchert.

24 years ago*** empty log message ***
Jim Meyering [Sat, 13 May 2000 06:51:51 +0000 (06:51 +0000)]
*** empty log message ***

24 years agoArrange to call close_stdout only upon exit.
Jim Meyering [Sat, 13 May 2000 06:49:53 +0000 (06:49 +0000)]
Arrange to call close_stdout only upon exit.

24 years agoInclude closeout.h.
Jim Meyering [Sat, 13 May 2000 06:46:55 +0000 (06:46 +0000)]
Include closeout.h.
(usage): Don't call close_stdout here.
(close_stdout_wrapper): New, kludgey, function and file-scoped global.
(main): Register it with atexit.

24 years ago*** empty log message ***
Jim Meyering [Fri, 12 May 2000 22:39:10 +0000 (22:39 +0000)]
*** empty log message ***

24 years agoDetect and report write failure of --help/--version.
Jim Meyering [Fri, 12 May 2000 22:38:58 +0000 (22:38 +0000)]
Detect and report write failure of --help/--version.

24 years ago*** empty log message ***
Jim Meyering [Fri, 12 May 2000 20:40:47 +0000 (20:40 +0000)]
*** empty log message ***

24 years ago(copy_internal): Fix force and interactive tests.
Jim Meyering [Fri, 12 May 2000 20:40:39 +0000 (20:40 +0000)]
(copy_internal): Fix force and interactive tests.

24 years agoUnlike for mv, -i doesn't cancel the effect of -f
Jim Meyering [Fri, 12 May 2000 20:39:34 +0000 (20:39 +0000)]
Unlike for mv, -i doesn't cancel the effect of -f
and -f doesn't cancel the effect of -i.
(main) ['f']: Don't reset `x.interactive'.
['i']: Don't reset `x.force'.

24 years agoInterpret as decimal, even if number starts with 0.
Jim Meyering [Fri, 12 May 2000 20:31:39 +0000 (20:31 +0000)]
Interpret as decimal, even if number starts with 0.

24 years ago*** empty log message ***
Jim Meyering [Fri, 12 May 2000 20:30:28 +0000 (20:30 +0000)]
*** empty log message ***

24 years ago(string_to_integer): Restrict base to 10.
Jim Meyering [Fri, 12 May 2000 20:30:22 +0000 (20:30 +0000)]
(string_to_integer): Restrict base to 10.

24 years agotest new option
Jim Meyering [Fri, 12 May 2000 08:56:03 +0000 (08:56 +0000)]
test new option

24 years ago*** empty log message ***
Jim Meyering [Fri, 12 May 2000 08:55:43 +0000 (08:55 +0000)]
*** empty log message ***

24 years agoNew option: --first-only
Jim Meyering [Fri, 12 May 2000 08:55:13 +0000 (08:55 +0000)]
New option: --first-only
(anonymous enum) [CONVERT_FIRST_ONLY_OPTION]: Define.
(long_options): Add `first-only'.
(main): Handle new option.

24 years ago*** empty log message ***
Jim Meyering [Thu, 11 May 2000 09:19:40 +0000 (09:19 +0000)]
*** empty log message ***

24 years agomake the new tests a little smaller
Jim Meyering [Thu, 11 May 2000 08:30:09 +0000 (08:30 +0000)]
make the new tests a little smaller

24 years agoNew tests.
Jim Meyering [Thu, 11 May 2000 08:28:51 +0000 (08:28 +0000)]
New tests.

24 years ago*** empty log message ***
Jim Meyering [Thu, 11 May 2000 08:24:49 +0000 (08:24 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Thu, 11 May 2000 07:24:35 +0000 (07:24 +0000)]
*** empty log message ***

24 years ago(usage): Don't call close_stdout_status directly,
Jim Meyering [Thu, 11 May 2000 07:24:05 +0000 (07:24 +0000)]
(usage): Don't call close_stdout_status directly,
since that didn't cover --version output.
(main): Instead, call close_stdout_set_status and arrange to
call close_stdout via atexit.

24 years ago(usage): Don't call close_stdout_status directly,
Jim Meyering [Thu, 11 May 2000 07:23:42 +0000 (07:23 +0000)]
(usage): Don't call close_stdout_status directly,
since that didn't cover --version output.
(main): Instead, call close_stdout_set_status and arrange to
call close_stdout via atexit.

24 years ago(usage): Don't call close_stdout directly, since that
Jim Meyering [Thu, 11 May 2000 07:21:33 +0000 (07:21 +0000)]
(usage): Don't call close_stdout directly, since that
didn't cover --version output.
(main):  Arrange to call close_stdout via atexit, instead.

24 years ago.
Jim Meyering [Thu, 11 May 2000 07:17:36 +0000 (07:17 +0000)]
.

24 years agoappend in subshell so we don't see this diagnostic:
Jim Meyering [Wed, 10 May 2000 22:33:06 +0000 (22:33 +0000)]
append in subshell so we don't see this diagnostic:
  ./remove: t-shred.11626/file: Permission denied

24 years ago.
Jim Meyering [Wed, 10 May 2000 16:40:30 +0000 (16:40 +0000)]
.

24 years ago(close_stdout_set_status): Declare.
Jim Meyering [Wed, 10 May 2000 16:39:53 +0000 (16:39 +0000)]
(close_stdout_set_status): Declare.

24 years ago[default_exit_status]: New file-scoped variable.
Jim Meyering [Wed, 10 May 2000 16:39:35 +0000 (16:39 +0000)]
[default_exit_status]: New file-scoped variable.
(close_stdout_set_status): New function.

24 years agoInclude sys/types.h in shred.c before including
Jim Meyering [Tue, 9 May 2000 20:27:54 +0000 (20:27 +0000)]
Include sys/types.h in shred.c before including
sys/stat.h or system.h.  From John David Anglin.

24 years agoback out last change -- the two should be separate
Jim Meyering [Tue, 9 May 2000 20:27:11 +0000 (20:27 +0000)]
back out last change -- the two should be separate

24 years ago*** empty log message ***
Jim Meyering [Tue, 9 May 2000 20:26:04 +0000 (20:26 +0000)]
*** empty log message ***

24 years agoInclude sys/types.h in shred.c before including
Jim Meyering [Tue, 9 May 2000 20:25:58 +0000 (20:25 +0000)]
Include sys/types.h in shred.c before including
sys/stat.h or system.h.  From John David Anglin.

24 years ago*** empty log message ***
Jim Meyering [Tue, 9 May 2000 12:37:47 +0000 (12:37 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Tue, 9 May 2000 11:00:13 +0000 (11:00 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Tue, 9 May 2000 06:32:31 +0000 (06:32 +0000)]
*** empty log message ***

24 years ago(case_GETOPT_VERSION_CHAR): Don't call close_stdout.
Jim Meyering [Tue, 9 May 2000 06:32:24 +0000 (06:32 +0000)]
(case_GETOPT_VERSION_CHAR): Don't call close_stdout.

24 years ago*** empty log message ***
Jim Meyering [Tue, 9 May 2000 05:50:09 +0000 (05:50 +0000)]
*** empty log message ***

24 years agorenamed to libintl.m4
Jim Meyering [Tue, 9 May 2000 05:44:51 +0000 (05:44 +0000)]
renamed to libintl.m4

24 years agorenamed from gettext.m4
Jim Meyering [Tue, 9 May 2000 05:44:51 +0000 (05:44 +0000)]
renamed from gettext.m4

24 years ago*** empty log message ***
Jim Meyering [Mon, 8 May 2000 16:54:55 +0000 (16:54 +0000)]
*** empty log message ***

24 years agoDon't use touch in root test. Instead, append to
Jim Meyering [Mon, 8 May 2000 16:53:36 +0000 (16:53 +0000)]
Don't use touch in root test.  Instead, append to
the test file, since now touch operates even on files which deny owner
write access.

24 years ago*** empty log message *** SH-UTILS-2_0i
Jim Meyering [Mon, 8 May 2000 12:16:11 +0000 (12:16 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 8 May 2000 12:01:46 +0000 (12:01 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Mon, 8 May 2000 11:59:34 +0000 (11:59 +0000)]
.

24 years ago.
Jim Meyering [Mon, 8 May 2000 10:10:26 +0000 (10:10 +0000)]
.

24 years agoDon't include closeout.h.
Jim Meyering [Mon, 8 May 2000 10:09:28 +0000 (10:09 +0000)]
Don't include closeout.h.
(parse_long_options): Don't call close_stdout for --version.

24 years ago. SH-UTILS-2_0h
Jim Meyering [Sun, 7 May 2000 21:11:59 +0000 (21:11 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 7 May 2000 21:03:19 +0000 (21:03 +0000)]
*** empty log message ***

24 years agoUse UTC0, not just UTC, required for alphaev56-dec-osf4.0f.
Jim Meyering [Sun, 7 May 2000 21:02:56 +0000 (21:02 +0000)]
Use UTC0, not just UTC, required for alphaev56-dec-osf4.0f.

24 years ago*** empty log message ***
Jim Meyering [Sun, 7 May 2000 15:02:30 +0000 (15:02 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sun, 7 May 2000 15:00:48 +0000 (15:00 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 7 May 2000 15:00:20 +0000 (15:00 +0000)]
*** empty log message ***

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 15:00:12 +0000 (15:00 +0000)]
Include "closeout.h".
(usage): Call close_stdout just before exit.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:57:52 +0000 (14:57 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:57:24 +0000 (14:57 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years ago(usage): Call close_stdout_status.
Jim Meyering [Sun, 7 May 2000 14:57:03 +0000 (14:57 +0000)]
(usage): Call close_stdout_status.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:56:12 +0000 (14:56 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:55:15 +0000 (14:55 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:54:43 +0000 (14:54 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:53:15 +0000 (14:53 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:52:54 +0000 (14:52 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:52:16 +0000 (14:52 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:51:49 +0000 (14:51 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:51:07 +0000 (14:51 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years ago(usage): Call close_stdout_status.
Jim Meyering [Sun, 7 May 2000 14:50:39 +0000 (14:50 +0000)]
(usage): Call close_stdout_status.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:49:06 +0000 (14:49 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:48:25 +0000 (14:48 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:47:44 +0000 (14:47 +0000)]
Include "closeout.h".
(usage): Call close_stdout just before exit.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:46:33 +0000 (14:46 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:46:11 +0000 (14:46 +0000)]
Include "closeout.h".
(main): Call atexit with close_stdout.
Remove explicit close_stdout.

24 years agoInclude "closeout.h".
Jim Meyering [Sun, 7 May 2000 14:41:19 +0000 (14:41 +0000)]
Include "closeout.h".
(usage): Call close_stdout just before exit.

24 years ago*** empty log message ***
Jim Meyering [Sun, 7 May 2000 07:17:22 +0000 (07:17 +0000)]
*** empty log message ***

24 years ago($Test::env{'rfc822-1'}): Add TZ=UTC.
Jim Meyering [Sun, 7 May 2000 07:17:17 +0000 (07:17 +0000)]
($Test::env{'rfc822-1'}): Add TZ=UTC.

24 years ago.
Jim Meyering [Sat, 6 May 2000 15:51:29 +0000 (15:51 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 15:51:15 +0000 (15:51 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 15:45:33 +0000 (15:45 +0000)]
*** empty log message ***

24 years agoUndefine __strnlen and strnlen.
Jim Meyering [Sat, 6 May 2000 15:45:30 +0000 (15:45 +0000)]
Undefine __strnlen and strnlen.
[!weak_alias]: Define __strnlen to strnlen.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:38:04 +0000 (14:38 +0000)]
*** empty log message ***

24 years ago(AC_REPLACE_FUNCS): Add strnlen.
Jim Meyering [Sat, 6 May 2000 14:37:59 +0000 (14:37 +0000)]
(AC_REPLACE_FUNCS): Add strnlen.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:36:00 +0000 (14:36 +0000)]
*** empty log message ***

24 years agoAC_REPLACE_FUNCS(atexit).
Jim Meyering [Sat, 6 May 2000 14:35:16 +0000 (14:35 +0000)]
AC_REPLACE_FUNCS(atexit).

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:33:56 +0000 (14:33 +0000)]
*** empty log message ***

24 years agoremove ifdef
Jim Meyering [Sat, 6 May 2000 14:33:46 +0000 (14:33 +0000)]
remove ifdef

24 years agoNew file, from libiberty.
Jim Meyering [Sat, 6 May 2000 14:33:22 +0000 (14:33 +0000)]
New file, from libiberty.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:31:38 +0000 (14:31 +0000)]
*** empty log message ***

24 years ago(EEXIST): Remove now-unused definition.
Jim Meyering [Sat, 6 May 2000 14:31:32 +0000 (14:31 +0000)]
(EEXIST): Remove now-unused definition.
(ENOTEMPTY): Likewise.
(errno_rmdir_non_empty): Rewrite to use RMDIR_ERRNO_NOT_EMPTY,
which is determined by the autoconf test in m4/rmdir-errno.m4..

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:25:40 +0000 (14:25 +0000)]
*** empty log message ***

24 years ago(fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
Jim Meyering [Sat, 6 May 2000 14:25:18 +0000 (14:25 +0000)]
(fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.

24 years agoRequire fetish_FUNC_RMDIR_NOTEMPTY.
Jim Meyering [Sat, 6 May 2000 14:25:07 +0000 (14:25 +0000)]
Require fetish_FUNC_RMDIR_NOTEMPTY.

24 years ago.
Jim Meyering [Sat, 6 May 2000 14:14:14 +0000 (14:14 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:03:27 +0000 (14:03 +0000)]
*** empty log message ***

24 years ago(jm_FUNC_NANOSLEEP): Save and restore LIBS around
Jim Meyering [Sat, 6 May 2000 14:03:19 +0000 (14:03 +0000)]
(jm_FUNC_NANOSLEEP): Save and restore LIBS around
AC_SEARCH_LIBS call for nanosleep.
(LIB_NANOSLEEP): Set and AC_SUBST.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 14:01:46 +0000 (14:01 +0000)]
*** empty log message ***

24 years ago(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
Jim Meyering [Sat, 6 May 2000 14:01:39 +0000 (14:01 +0000)]
(AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2.1.3 bug.  This avoids a clash when files like regex.c define
_GNU_SOURCE.

24 years ago*** empty log message ***
Jim Meyering [Sat, 6 May 2000 13:47:44 +0000 (13:47 +0000)]
*** empty log message ***