platform/upstream/coreutils.git
24 years ago*** empty log message ***
Jim Meyering [Sun, 17 Oct 1999 10:04:10 +0000 (10:04 +0000)]
*** empty log message ***

24 years agoAccept new option: --target-directory=DIR
Jim Meyering [Sun, 17 Oct 1999 10:01:30 +0000 (10:01 +0000)]
Accept new option: --target-directory=DIR
(TARGET_DIRECTORY_OPTION): Define.
(SPARSE_OPTION): Define.
(usage): Describe it.
(do_copy): Change meanings/names of first two parameters: use `n_files'
in place of `argc - optind', and `file' instead of `argv + optind'.
Add parameter, target_directory.
(main): Pass new arg, target_directory.

24 years agodon't compute isdir() of -- or an option string
Jim Meyering [Sun, 17 Oct 1999 07:39:20 +0000 (07:39 +0000)]
don't compute isdir() of -- or an option string

24 years agoremove last `,' in enum
Jim Meyering [Sun, 17 Oct 1999 07:25:34 +0000 (07:25 +0000)]
remove last `,' in enum

24 years ago(TESTS): Add cp-mv-backup.
Jim Meyering [Sat, 16 Oct 1999 14:52:40 +0000 (14:52 +0000)]
(TESTS): Add cp-mv-backup.

24 years ago*** empty log message ***
Jim Meyering [Sat, 16 Oct 1999 14:51:45 +0000 (14:51 +0000)]
*** empty log message ***

24 years agoRemove use of cp's now-deprecated --version-control option.
Jim Meyering [Sat, 16 Oct 1999 14:50:26 +0000 (14:50 +0000)]
Remove use of cp's now-deprecated --version-control option.

24 years ago*** empty log message ***
Jim Meyering [Sat, 16 Oct 1999 14:48:25 +0000 (14:48 +0000)]
*** empty log message ***

24 years agoConvert --backup to take an optional argument.
Jim Meyering [Sat, 16 Oct 1999 14:48:16 +0000 (14:48 +0000)]
Convert --backup to take an optional argument.
Deprecate --version-control (-V) in comments.
(usage): Remove mention of --version-control.
(main): Make -V warn then fall through into --backup case.
[--backup case]: Handle optional arg.

24 years agoRemove use of cp's now-deprecated -V option.
Jim Meyering [Sat, 16 Oct 1999 14:44:17 +0000 (14:44 +0000)]
Remove use of cp's now-deprecated -V option.
Use --b=simple instead of -b -V simple.

24 years ago*** empty log message ***
Jim Meyering [Sat, 16 Oct 1999 13:49:28 +0000 (13:49 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 16 Oct 1999 13:39:50 +0000 (13:39 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 16 Oct 1999 13:13:39 +0000 (13:13 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 11 Oct 1999 14:04:32 +0000 (14:04 +0000)]
*** empty log message ***

24 years agoupdate from GNU lib C
Jim Meyering [Mon, 11 Oct 1999 12:39:14 +0000 (12:39 +0000)]
update from GNU lib C

24 years ago*** empty log message ***
Jim Meyering [Mon, 11 Oct 1999 12:39:09 +0000 (12:39 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 11 Oct 1999 12:38:55 +0000 (12:38 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 9 Oct 1999 13:22:57 +0000 (13:22 +0000)]
*** empty log message ***

24 years agoAccept new option: --target-directory=DIR
Jim Meyering [Sat, 9 Oct 1999 13:22:08 +0000 (13:22 +0000)]
Accept new option: --target-directory=DIR
(TARGET_DIRECTORY_OPTION): Define.
(usage): Describe it.
(main): Implement it.
Make code clearer:  use new variable `n_files' in place of
`argc - optind'.  Use `file' instead of `argv + optind'.

24 years ago*** empty log message ***
Jim Meyering [Thu, 7 Oct 1999 12:46:15 +0000 (12:46 +0000)]
*** empty log message ***

24 years agoDon't require autoconf-2.14.1.
Jim Meyering [Mon, 4 Oct 1999 07:51:44 +0000 (07:51 +0000)]
Don't require autoconf-2.14.1.

24 years ago*** empty log message ***
Jim Meyering [Mon, 4 Oct 1999 07:51:26 +0000 (07:51 +0000)]
*** empty log message ***

24 years ago(__attribute__): Wrap with #ifndef __attribute__.
Jim Meyering [Mon, 4 Oct 1999 06:04:19 +0000 (06:04 +0000)]
(__attribute__): Wrap with #ifndef __attribute__.

24 years ago(__attribute__): Define to empty if GCC claims to
Jim Meyering [Mon, 4 Oct 1999 06:02:41 +0000 (06:02 +0000)]
(__attribute__): Define to empty if GCC claims to
be before 2.8; this is needed for OPENStep 4.2 cc.  Also,
define to empty if strict ANSI.

24 years ago(__attribute__): Define to empty if GCC claims to
Jim Meyering [Mon, 4 Oct 1999 05:59:37 +0000 (05:59 +0000)]
(__attribute__): Define to empty if GCC claims to
be before 2.8; this is needed for OPENStep 4.2 cc.  Also,
define to empty if strict ANSI.

24 years ago(TARGET_DIRECTORY_OPTION): Define.
Jim Meyering [Sun, 3 Oct 1999 16:59:07 +0000 (16:59 +0000)]
(TARGET_DIRECTORY_OPTION): Define.
(usage): Describe it.
(main): Implement it.
Remove unused variable, stdin_tty.
Make code clearer:  use new variable `n_files' in place of
`argc - optind'.  Use `file' instead of `argv + optind'.

24 years agoanother example for tr -- illustrating problems with `-' in ranges..
Jim Meyering [Sat, 2 Oct 1999 11:46:53 +0000 (11:46 +0000)]
another example for tr -- illustrating problems with `-' in ranges..

24 years ago*** empty log message ***
Jim Meyering [Sat, 2 Oct 1999 11:42:26 +0000 (11:42 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sat, 2 Oct 1999 11:12:34 +0000 (11:12 +0000)]
.

24 years ago.
Jim Meyering [Sat, 2 Oct 1999 11:12:06 +0000 (11:12 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Wed, 29 Sep 1999 14:44:36 +0000 (14:44 +0000)]
*** empty log message ***

24 years ago(AC_SYS_LARGEFILE_FLAGS): Work around GCC 2.95.1 bug with HP-UX 10.20.
Jim Meyering [Wed, 29 Sep 1999 14:44:31 +0000 (14:44 +0000)]
(AC_SYS_LARGEFILE_FLAGS): Work around GCC 2.95.1 bug with HP-UX 10.20.

24 years agoDo s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.
Jim Meyering [Tue, 28 Sep 1999 16:22:54 +0000 (16:22 +0000)]
Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.
Do the same for other config.h macros like CLOSEDIR_VOID and MAJOR_*.

24 years agoDo s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.
Jim Meyering [Tue, 28 Sep 1999 16:22:38 +0000 (16:22 +0000)]
Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.

24 years ago*** empty log message ***
Jim Meyering [Tue, 28 Sep 1999 15:27:13 +0000 (15:27 +0000)]
*** empty log message ***

24 years ago(__attribute__): Protect against redefinition.
Jim Meyering [Tue, 28 Sep 1999 15:26:45 +0000 (15:26 +0000)]
(__attribute__): Protect against redefinition.

24 years ago*** empty log message ***
Jim Meyering [Tue, 28 Sep 1999 14:48:53 +0000 (14:48 +0000)]
*** empty log message ***

24 years ago(error_at_line): Use strerror portably here, too,
Jim Meyering [Tue, 28 Sep 1999 14:48:43 +0000 (14:48 +0000)]
(error_at_line): Use strerror portably here, too,
just as was done in error.

24 years ago.
Jim Meyering [Sun, 26 Sep 1999 22:36:11 +0000 (22:36 +0000)]
.

24 years ago(xalloc_die): Rename from xalloc_fail and update callers.
Jim Meyering [Sun, 26 Sep 1999 19:05:39 +0000 (19:05 +0000)]
(xalloc_die): Rename from xalloc_fail and update callers.
Use explicit exit to help avoid warnings.

24 years agosmall correction from Akim
Jim Meyering [Sun, 26 Sep 1999 19:01:12 +0000 (19:01 +0000)]
small correction from Akim

24 years ago*** empty log message ***
Jim Meyering [Sun, 26 Sep 1999 18:53:01 +0000 (18:53 +0000)]
*** empty log message ***

24 years ago(DIRECTORY_SEPARATOR): Define.
Jim Meyering [Sun, 26 Sep 1999 18:52:51 +0000 (18:52 +0000)]
(DIRECTORY_SEPARATOR): Define.
(ISSLASH): Define.
(path_concat): Allow parameter DIR to be NULL.
(xpath_concat): New function.
From Akim Demaille.

24 years ago(__attribute__): Define.
Jim Meyering [Sun, 26 Sep 1999 18:42:56 +0000 (18:42 +0000)]
(__attribute__): Define.
(ATTRIBUTE_NORETURN): Define.
(xalloc_fail_func): Add noreturn attribute.
(xalloc_die): Declare.
(NEW): Define as yet unused macro.
(XFREE): Likewise
(CCLONE): Likewise.
(CLONE): Likewise.
From Akim Demaille.

24 years ago(base_name): Add prototype. From Akim Demaille.
Jim Meyering [Sun, 26 Sep 1999 18:37:02 +0000 (18:37 +0000)]
(base_name): Add prototype.  From Akim Demaille.

24 years ago.
Jim Meyering [Fri, 24 Sep 1999 07:42:42 +0000 (07:42 +0000)]
.

24 years ago.
Jim Meyering [Fri, 24 Sep 1999 07:35:42 +0000 (07:35 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 19 Sep 1999 16:48:43 +0000 (16:48 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 19 Sep 1999 16:47:58 +0000 (16:47 +0000)]
*** empty log message ***

24 years ago[STAT_MACROS_BROKEN] (S_ISLNK): Undefine.
Jim Meyering [Sun, 19 Sep 1999 16:46:50 +0000 (16:46 +0000)]
[STAT_MACROS_BROKEN] (S_ISLNK): Undefine.
(S_ISLNK): Define if necessary.
This is necessary on a NEC SX-4 with SUPER-UX 9.1.

24 years ago*** empty log message ***
Jim Meyering [Sun, 19 Sep 1999 16:45:24 +0000 (16:45 +0000)]
*** empty log message ***

24 years ago(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
Jim Meyering [Sun, 19 Sep 1999 16:23:17 +0000 (16:23 +0000)]
(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
Change lots of count and index variables to be of unsigned type.
(dd_copy): Add new unsigned variable, n_bytes_read, in place of
many uses of `nread'.

24 years ago*** empty log message ***
Jim Meyering [Sun, 19 Sep 1999 16:22:23 +0000 (16:22 +0000)]
*** empty log message ***

24 years ago(__attribute__): Define.
Jim Meyering [Sun, 19 Sep 1999 16:21:26 +0000 (16:21 +0000)]
(__attribute__): Define.
(ATTRIBUTE_NORETURN): Remove #else clause.
(ATTRIBUTE_UNUSED): Define.

24 years agoRemove useless parens in #if directive
Jim Meyering [Sun, 19 Sep 1999 08:09:50 +0000 (08:09 +0000)]
Remove useless parens in #if directive

24 years ago.
Jim Meyering [Sat, 18 Sep 1999 21:18:37 +0000 (21:18 +0000)]
.

24 years ago.
Jim Meyering [Sat, 18 Sep 1999 21:17:29 +0000 (21:17 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Fri, 17 Sep 1999 21:45:53 +0000 (21:45 +0000)]
*** empty log message ***

24 years ago(AC_REPLACE_FUNCS): Add strdup.
Jim Meyering [Fri, 17 Sep 1999 21:45:48 +0000 (21:45 +0000)]
(AC_REPLACE_FUNCS): Add strdup.
Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
due to missing strdup (against sh-utils-2.0).

24 years ago(usage): Remove misleading sentence in --help output.
Jim Meyering [Thu, 9 Sep 1999 19:56:10 +0000 (19:56 +0000)]
(usage): Remove misleading sentence in --help output.
From Karl Heuer.

24 years agoRemove declaration of xstrdup.
Jim Meyering [Wed, 8 Sep 1999 08:39:49 +0000 (08:39 +0000)]
Remove declaration of xstrdup.

24 years ago*** empty log message ***
Jim Meyering [Sun, 5 Sep 1999 06:56:59 +0000 (06:56 +0000)]
*** empty log message ***

24 years ago(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
Jim Meyering [Sun, 5 Sep 1999 06:56:50 +0000 (06:56 +0000)]
(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
Use EINVAL instead.

24 years agotweak comment
Jim Meyering [Sat, 4 Sep 1999 20:27:03 +0000 (20:27 +0000)]
tweak comment

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Sep 1999 21:34:33 +0000 (21:34 +0000)]
*** empty log message ***

24 years agoRemove xstrdup declaration.
Jim Meyering [Thu, 2 Sep 1999 21:34:04 +0000 (21:34 +0000)]
Remove xstrdup declaration.

24 years agoRemove xstrdup declaration.
Jim Meyering [Thu, 2 Sep 1999 21:33:23 +0000 (21:33 +0000)]
Remove xstrdup declaration.

24 years agoRemove xstrdup declaration.
Jim Meyering [Thu, 2 Sep 1999 21:33:00 +0000 (21:33 +0000)]
Remove xstrdup declaration.

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Sep 1999 21:31:37 +0000 (21:31 +0000)]
*** empty log message ***

24 years agoRemove xstrdup declaration.
Jim Meyering [Thu, 2 Sep 1999 21:31:19 +0000 (21:31 +0000)]
Remove xstrdup declaration.

24 years ago(xalloc_fail_func): Use `PARAMS'.
Jim Meyering [Thu, 2 Sep 1999 21:23:01 +0000 (21:23 +0000)]
(xalloc_fail_func): Use `PARAMS'.
(xstrdup): Add protoype.

24 years agoimport version 1.013
Jim Meyering [Thu, 2 Sep 1999 10:40:44 +0000 (10:40 +0000)]
import version 1.013

24 years agoRemove declaration of xstrdup.
Jim Meyering [Wed, 1 Sep 1999 13:28:21 +0000 (13:28 +0000)]
Remove declaration of xstrdup.

24 years ago(version_etc_copyright): Declare it.
Jim Meyering [Wed, 1 Sep 1999 13:16:46 +0000 (13:16 +0000)]
(version_etc_copyright): Declare it.

24 years ago(version_etc_copyright): Default copyright string.
Jim Meyering [Wed, 1 Sep 1999 13:15:11 +0000 (13:15 +0000)]
(version_etc_copyright): Default copyright string.
(version_etc): Use it.

24 years ago(xalloc_fail_func): Use `PARAMS'.
Jim Meyering [Wed, 1 Sep 1999 13:09:19 +0000 (13:09 +0000)]
(xalloc_fail_func): Use `PARAMS'.

24 years ago*** empty log message ***
Jim Meyering [Tue, 31 Aug 1999 20:46:40 +0000 (20:46 +0000)]
*** empty log message ***

24 years agoAdd .rpm, .png, and .fli.
Jim Meyering [Tue, 31 Aug 1999 20:46:18 +0000 (20:46 +0000)]
Add .rpm, .png, and .fli.
From Andres Soolo.

24 years ago*** empty log message ***
Jim Meyering [Mon, 30 Aug 1999 15:05:34 +0000 (15:05 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:59:37 +0000 (14:59 +0000)]
.

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:59:08 +0000 (14:59 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Mon, 30 Aug 1999 14:44:10 +0000 (14:44 +0000)]
*** empty log message ***

24 years ago(longopts): Restore accidentally-removed entry for `--portability' long option.
Jim Meyering [Mon, 30 Aug 1999 14:43:52 +0000 (14:43 +0000)]
(longopts): Restore accidentally-removed entry for `--portability' long option.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:41:05 +0000 (14:41 +0000)]
(usage): Correct --help message.

24 years agosplit a long line.
Jim Meyering [Mon, 30 Aug 1999 14:39:05 +0000 (14:39 +0000)]
split a long line.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:38:00 +0000 (14:38 +0000)]
(usage): Correct --help message.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:37:40 +0000 (14:37 +0000)]
(usage): Correct --help message.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:36:26 +0000 (14:36 +0000)]
(usage): Correct --help message.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:36:06 +0000 (14:36 +0000)]
(usage): Correct --help message.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:35:45 +0000 (14:35 +0000)]
(usage): Correct --help message.

24 years ago(usage): Correct --help message.
Jim Meyering [Mon, 30 Aug 1999 14:35:20 +0000 (14:35 +0000)]
(usage): Correct --help message.

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:34:09 +0000 (14:34 +0000)]
.

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:33:39 +0000 (14:33 +0000)]
.

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:31:16 +0000 (14:31 +0000)]
.

24 years ago.
Jim Meyering [Mon, 30 Aug 1999 14:30:28 +0000 (14:30 +0000)]
.

24 years ago.
Jim Meyering [Sun, 29 Aug 1999 21:13:46 +0000 (21:13 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 29 Aug 1999 21:10:22 +0000 (21:10 +0000)]
*** empty log message ***

24 years ago(main): Call exit explicitly to avoid warning from gcc.
Jim Meyering [Sun, 29 Aug 1999 21:09:34 +0000 (21:09 +0000)]
(main): Call exit explicitly to avoid warning from gcc.
Include "xstrtol.h".
(isinteger): Remove function and prototype.
(main): Use xstrtol in place of atoi.  Remove associated FIXME comments.

24 years ago(isinteger): Move definition to precede use. Remove prototype.
Jim Meyering [Sun, 29 Aug 1999 20:49:07 +0000 (20:49 +0000)]
(isinteger): Move definition to precede use.  Remove prototype.

24 years ago(main): Call exit explicitly to avoid warning from gcc.
Jim Meyering [Sun, 29 Aug 1999 20:47:17 +0000 (20:47 +0000)]
(main): Call exit explicitly to avoid warning from gcc.