platform/upstream/coreutils.git
22 years ago*** empty log message ***
Jim Meyering [Sat, 8 Dec 2001 20:41:53 +0000 (20:41 +0000)]
*** empty log message ***

22 years ago(wget_files): Remove ansi2knr.c, since it's
Jim Meyering [Sat, 8 Dec 2001 20:41:46 +0000 (20:41 +0000)]
(wget_files): Remove ansi2knr.c, since it's
no longer available at that location.

22 years ago*** empty log message ***
Jim Meyering [Sat, 8 Dec 2001 19:19:19 +0000 (19:19 +0000)]
*** empty log message ***

22 years agotweak to align with libc
Jim Meyering [Sat, 8 Dec 2001 06:57:58 +0000 (06:57 +0000)]
tweak to align with libc

22 years ago(join invocation): tweak wording
Jim Meyering [Wed, 5 Dec 2001 14:14:43 +0000 (14:14 +0000)]
(join invocation): tweak wording

22 years ago*** empty log message ***
Jim Meyering [Tue, 4 Dec 2001 21:38:54 +0000 (21:38 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Tue, 4 Dec 2001 21:37:37 +0000 (21:37 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Tue, 4 Dec 2001 17:55:12 +0000 (17:55 +0000)]
*** empty log message ***

22 years agoDon't use diff's -u option. It's not portable.
Jim Meyering [Tue, 4 Dec 2001 17:55:08 +0000 (17:55 +0000)]
Don't use diff's -u option.  It's not portable.
Besides, with GNU diff one can use the DIFF_OPTIONS envvar.

22 years ago(usage): Don't split translatable strings in the middle of a sentence.
Jim Meyering [Mon, 3 Dec 2001 16:07:50 +0000 (16:07 +0000)]
(usage): Don't split translatable strings in the middle of a sentence.

22 years ago*** empty log message ***
Jim Meyering [Mon, 3 Dec 2001 16:07:23 +0000 (16:07 +0000)]
*** empty log message ***

22 years ago(usage): Merge lone "\n" into adjacent string.
Jim Meyering [Mon, 3 Dec 2001 15:56:48 +0000 (15:56 +0000)]
(usage): Merge lone "\n" into adjacent string.

22 years ago(usage): Merge lone "\n" into adjacent string.
Jim Meyering [Mon, 3 Dec 2001 15:56:24 +0000 (15:56 +0000)]
(usage): Merge lone "\n" into adjacent string.

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 22:47:09 +0000 (22:47 +0000)]
*** empty log message ***

22 years ago*** empty log message *** FILEUTILS-4_1_3
Jim Meyering [Sun, 2 Dec 2001 22:27:01 +0000 (22:27 +0000)]
*** empty log message ***

22 years agoUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION
Jim Meyering [Sun, 2 Dec 2001 22:26:57 +0000 (22:26 +0000)]
Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION
instead of hard-coding --help and --version descriptions.

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 20:18:43 +0000 (20:18 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 20:16:28 +0000 (20:16 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 20:10:31 +0000 (20:10 +0000)]
*** empty log message ***

22 years ago(TESTS): Add recursive.
Jim Meyering [Sun, 2 Dec 2001 20:10:25 +0000 (20:10 +0000)]
(TESTS): Add recursive.

22 years agouse diff -u
Jim Meyering [Sun, 2 Dec 2001 20:09:27 +0000 (20:09 +0000)]
use diff -u

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 20:08:14 +0000 (20:08 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 20:05:56 +0000 (20:05 +0000)]
*** empty log message ***

22 years ago(touch): Extend the change of 2001-09-15 to work on
Jim Meyering [Sun, 2 Dec 2001 20:05:33 +0000 (20:05 +0000)]
(touch): Extend the change of 2001-09-15 to work on
systems for which errno is set to EPERM in that case.  Thus, e.g.,
`touch /' by non-root gives a better diagnostic on systems like SunOS4.

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 19:59:49 +0000 (19:59 +0000)]
*** empty log message ***

22 years agoDon't declare getenv, thus reverting the change of 2001-11-18.
Jim Meyering [Sun, 2 Dec 2001 19:59:39 +0000 (19:59 +0000)]
Don't declare getenv, thus reverting the change of 2001-11-18.
It's no longer necessary, now that stdlib.h is always included.

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 17:47:34 +0000 (17:47 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 17:47:01 +0000 (17:47 +0000)]
*** empty log message ***

22 years ago[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
Jim Meyering [Sun, 2 Dec 2001 17:46:54 +0000 (17:46 +0000)]
[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.

22 years ago*** empty log message ***
Jim Meyering [Sun, 2 Dec 2001 07:50:04 +0000 (07:50 +0000)]
*** empty log message ***

22 years agoDon't emulate dd's skip=N for *all* character devices; lseek works
Jim Meyering [Sun, 2 Dec 2001 07:49:46 +0000 (07:49 +0000)]
Don't emulate dd's skip=N for *all* character devices;  lseek works
just fine on non-tape character devices like /dev/mem and /dev/kmem.

(buggy_lseek_support) [__linux__]: Emulate `skip=N'
behavior using reads, not lseek for Linux tape devices (major == 9).
Kernel lseek support for tapes is broken, up to and including
linux-2.4.16.  Reported by Herbert Xu.

22 years ago(emit-upload-commands): Fix typo: s/distdir/PACKAGE/.
Jim Meyering [Sun, 2 Dec 2001 06:49:33 +0000 (06:49 +0000)]
(emit-upload-commands): Fix typo: s/distdir/PACKAGE/.

22 years ago. TEXTUTILS-2_0_18
Jim Meyering [Sat, 1 Dec 2001 19:52:31 +0000 (19:52 +0000)]
.

22 years ago(po-check): Check for uses of _() not just in .c files, but also in .h files.
Jim Meyering [Sat, 1 Dec 2001 17:56:23 +0000 (17:56 +0000)]
(po-check): Check for uses of _() not just in .c files, but also in .h files.

22 years ago*** empty log message ***
Jim Meyering [Sat, 1 Dec 2001 17:54:34 +0000 (17:54 +0000)]
*** empty log message ***

22 years agoReflect renaming to, and new usage of these macros:
Jim Meyering [Sat, 1 Dec 2001 17:41:25 +0000 (17:41 +0000)]
Reflect renaming to, and new usage of these macros:
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.

22 years ago*** empty log message ***
Jim Meyering [Sat, 1 Dec 2001 17:40:17 +0000 (17:40 +0000)]
*** empty log message ***

22 years agoRename just-added macros. Here are the new names:
Jim Meyering [Sat, 1 Dec 2001 17:31:09 +0000 (17:31 +0000)]
Rename just-added macros.  Here are the new names:
  HELP_OPTION_DESCRIPTION
  VERSION_OPTION_DESCRIPTION

22 years ago*** empty log message ***
Jim Meyering [Sat, 1 Dec 2001 17:22:02 +0000 (17:22 +0000)]
*** empty log message ***

22 years ago(EMIT_HELP_DESCRIPTION): New macro.
Jim Meyering [Sat, 1 Dec 2001 17:21:57 +0000 (17:21 +0000)]
(EMIT_HELP_DESCRIPTION): New macro.
(EMIT_VERSION_DESCRIPTION): New macro.

22 years ago(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION
Jim Meyering [Sat, 1 Dec 2001 17:21:56 +0000 (17:21 +0000)]
(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION
instead of hard-coding --help and --version descriptions.

22 years ago.
Jim Meyering [Sat, 1 Dec 2001 15:41:16 +0000 (15:41 +0000)]
.

22 years ago*** empty log message ***
Jim Meyering [Fri, 30 Nov 2001 14:51:13 +0000 (14:51 +0000)]
*** empty log message ***

22 years agoInclude xalloc.h, so that xstrdup is declared before being defined.
Jim Meyering [Fri, 30 Nov 2001 14:32:22 +0000 (14:32 +0000)]
Include xalloc.h, so that xstrdup is declared before being defined.

22 years ago.
Jim Meyering [Wed, 28 Nov 2001 14:05:29 +0000 (14:05 +0000)]
.

22 years ago*** empty log message ***
Jim Meyering [Wed, 28 Nov 2001 06:57:33 +0000 (06:57 +0000)]
*** empty log message ***

22 years ago(quotearg_n, quotearg_n_style):
Jim Meyering [Wed, 28 Nov 2001 06:57:25 +0000 (06:57 +0000)]
(quotearg_n, quotearg_n_style):
First arg is int, not unsigned.

22 years ago(quotearg_n, quotearg_n_style): Likewise.
Jim Meyering [Wed, 28 Nov 2001 06:57:02 +0000 (06:57 +0000)]
(quotearg_n, quotearg_n_style): Likewise.
(SIZE_MAX, UINT_MAX): New macros.
(quotearg_n_options): Abort if N is negative.
Avoid overflow check on hosts where size_t is 64 bits and int
is 32 bits, as overflow is impossible there.
Fix off-by-one typo that caused unnecessary reallocation.

22 years agoMerge with version from libc.
Jim Meyering [Tue, 27 Nov 2001 21:34:15 +0000 (21:34 +0000)]
Merge with version from libc.

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 20:49:52 +0000 (20:49 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 12:56:20 +0000 (12:56 +0000)]
*** empty log message ***

22 years agoInclude stdlib.h unconditionally. On some old systems for which
Jim Meyering [Tue, 27 Nov 2001 12:55:16 +0000 (12:55 +0000)]
Include stdlib.h unconditionally.  On some old systems for which
STDC_HEADERS is 0, it was not included, resulting in a warning
about an integer-to-pointer conversion problem with getenv.

22 years agoMerge with version from libc.
Jim Meyering [Tue, 27 Nov 2001 12:54:58 +0000 (12:54 +0000)]
Merge with version from libc.

22 years ago(libfetish_a_SOURCES): Remove gtod.h.
Jim Meyering [Tue, 27 Nov 2001 10:25:52 +0000 (10:25 +0000)]
(libfetish_a_SOURCES): Remove gtod.h.

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 10:22:43 +0000 (10:22 +0000)]
*** empty log message ***

22 years agoCompare all lines of output.
Jim Meyering [Tue, 27 Nov 2001 10:22:28 +0000 (10:22 +0000)]
Compare all lines of output.
Update code to use `trap' and more up to date infrastructure.

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 10:19:30 +0000 (10:19 +0000)]
*** empty log message ***

22 years agoThe change of 2001-11-01 introduced a bug whereby some recursive
Jim Meyering [Tue, 27 Nov 2001 10:19:24 +0000 (10:19 +0000)]
The change of 2001-11-01 introduced a bug whereby some recursive
listings didn't have a blank line between per-directory groups of files.

(print_dir): Print a newline before each directory name
except the first one, rather than after each except the last, since
now (after the changes of 2001-11-01) detecting whether a `pending*'
is the last would involve more work.  Reported by Andreas Schwab.

This change has no net effect.
(main): Remove always-true conjunct and add a comment.

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 10:16:18 +0000 (10:16 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Tue, 27 Nov 2001 07:50:35 +0000 (07:50 +0000)]
*** empty log message ***

22 years ago(SET_MODE) [O_BINARY]: Call setmode, not set_mode.
Jim Meyering [Tue, 27 Nov 2001 07:48:47 +0000 (07:48 +0000)]
(SET_MODE) [O_BINARY]: Call setmode, not set_mode.

22 years agoDon't include "gtod.h"
Jim Meyering [Mon, 26 Nov 2001 16:46:20 +0000 (16:46 +0000)]
Don't include "gtod.h"
(main): Don't `call' GETTIMEOFDAY_INIT.

22 years ago*** empty log message ***
Jim Meyering [Mon, 26 Nov 2001 12:31:12 +0000 (12:31 +0000)]
*** empty log message ***

22 years agoDon't include gtod.h.
Jim Meyering [Mon, 26 Nov 2001 12:29:43 +0000 (12:29 +0000)]
Don't include gtod.h.
(GTOD_init): Remove function.
(rpl_gettimeofday): Do its job here instead, rather than aborting.

22 years ago(cat): Don't test whether the full_write return value (of type size_t)
Jim Meyering [Mon, 26 Nov 2001 12:16:48 +0000 (12:16 +0000)]
(cat): Don't test whether the full_write return value (of type size_t)
is less than 0.  Reported by Nelson H. F. Beebe,
as a warning from Irix 6.5's C compiler.

22 years ago.
Jim Meyering [Mon, 26 Nov 2001 12:08:16 +0000 (12:08 +0000)]
.

22 years ago*** empty log message ***
Jim Meyering [Mon, 26 Nov 2001 11:04:49 +0000 (11:04 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Sun, 25 Nov 2001 14:47:06 +0000 (14:47 +0000)]
*** empty log message ***

22 years ago(usage): Indent --help and --version strings to start in the 7th column.
Jim Meyering [Sun, 25 Nov 2001 14:46:05 +0000 (14:46 +0000)]
(usage): Indent --help and --version strings to start in the 7th column.

22 years ago*** empty log message ***
Jim Meyering [Sun, 25 Nov 2001 14:37:40 +0000 (14:37 +0000)]
*** empty log message ***

22 years ago(usage): Indent --help and --version strings to start in the 7th column.
Jim Meyering [Sun, 25 Nov 2001 14:37:18 +0000 (14:37 +0000)]
(usage): Indent --help and --version strings to start in the 7th column.

22 years ago*** empty log message ***
Jim Meyering [Sat, 24 Nov 2001 10:00:54 +0000 (10:00 +0000)]
*** empty log message ***

22 years agoInclude signatures for the xdelta file, too.
Jim Meyering [Sat, 24 Nov 2001 10:00:30 +0000 (10:00 +0000)]
Include signatures for the xdelta file, too.

22 years ago(emit-upload-commands): Rename from emit-rsync-commands.
Jim Meyering [Sat, 24 Nov 2001 08:57:02 +0000 (08:57 +0000)]
(emit-upload-commands): Rename from emit-rsync-commands.
Output only the package name and the prev and current version numbers.

22 years ago*** empty log message ***
Jim Meyering [Sat, 24 Nov 2001 08:19:59 +0000 (08:19 +0000)]
*** empty log message ***

22 years ago. FILEUTILS-4_1_2
Jim Meyering [Sat, 24 Nov 2001 08:06:18 +0000 (08:06 +0000)]
.

22 years agonow generated
Jim Meyering [Sat, 24 Nov 2001 08:05:20 +0000 (08:05 +0000)]
now generated

22 years ago*** empty log message ***
Jim Meyering [Sat, 24 Nov 2001 08:01:50 +0000 (08:01 +0000)]
*** empty log message ***

22 years ago(usage): Make --help and --version strings start in column 7.
Jim Meyering [Sat, 24 Nov 2001 08:01:39 +0000 (08:01 +0000)]
(usage): Make --help and --version strings start in column 7.

22 years ago*** empty log message ***
Jim Meyering [Sat, 24 Nov 2001 07:14:11 +0000 (07:14 +0000)]
*** empty log message ***

22 years ago(move_if_change): Remove definition.
Jim Meyering [Sat, 24 Nov 2001 07:13:52 +0000 (07:13 +0000)]
(move_if_change): Remove definition.
($(srcdir)/m4/jm-glibc-io.m4): Use mv, not move-if-change.

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 20:32:51 +0000 (20:32 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 20:32:29 +0000 (20:32 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 20:31:29 +0000 (20:31 +0000)]
*** empty log message ***

22 years ago(usage): Note that ``Mandatory arguments to long options are mandatory
Jim Meyering [Fri, 23 Nov 2001 20:29:56 +0000 (20:29 +0000)]
(usage): Note that ``Mandatory arguments to long options are mandatory
for short options too.''

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 20:11:43 +0000 (20:11 +0000)]
*** empty log message ***

22 years ago(usage): Use `output', not `print' in description of
Jim Meyering [Fri, 23 Nov 2001 20:11:34 +0000 (20:11 +0000)]
(usage): Use `output', not `print' in description of
the --version option, so this message is consistent with all the rest.

22 years agoSplit usage strings so that --help and --version
Jim Meyering [Fri, 23 Nov 2001 20:10:25 +0000 (20:10 +0000)]
Split usage strings so that --help and --version
descriptions are alone in their own string.

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 20:03:52 +0000 (20:03 +0000)]
*** empty log message ***

22 years agoFactor out some common strings to make translation easier.
Jim Meyering [Fri, 23 Nov 2001 19:58:23 +0000 (19:58 +0000)]
Factor out some common strings to make translation easier.

Split usage strings so that --help and --version descriptions are alone
in their own string.
Likewise for the one that says:
  Mandatory arguments to long options are mandatory for short options too.

22 years ago(main): Don't split string in the middle of sentence.
Jim Meyering [Fri, 23 Nov 2001 18:45:32 +0000 (18:45 +0000)]
(main): Don't split string in the middle of sentence.

22 years ago(usage): Split --help output into smaller pieces.
Jim Meyering [Fri, 23 Nov 2001 15:41:16 +0000 (15:41 +0000)]
(usage): Split --help output into smaller pieces.
Use fputs, not printf.

22 years ago*** empty log message ***
Jim Meyering [Fri, 23 Nov 2001 08:11:49 +0000 (08:11 +0000)]
*** empty log message ***

22 years agoUse opaque type, Hash_table, not `struct hash_table'.
Jim Meyering [Fri, 23 Nov 2001 08:10:49 +0000 (08:10 +0000)]
Use opaque type, Hash_table, not `struct hash_table'.

22 years ago(struct hash_table): Don't define here. Merely declare it.
Jim Meyering [Fri, 23 Nov 2001 08:09:31 +0000 (08:09 +0000)]
(struct hash_table): Don't define here.  Merely declare it.

22 years ago(struct hash_table): Define it here instead.
Jim Meyering [Fri, 23 Nov 2001 08:09:14 +0000 (08:09 +0000)]
(struct hash_table): Define it here instead.

22 years ago*** empty log message ***
Jim Meyering [Thu, 22 Nov 2001 19:54:23 +0000 (19:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Thu, 22 Nov 2001 19:50:48 +0000 (19:50 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Meyering [Thu, 22 Nov 2001 19:49:07 +0000 (19:49 +0000)]
*** empty log message ***

22 years ago(cp_option_init): Likewise.
Jim Meyering [Thu, 22 Nov 2001 19:49:01 +0000 (19:49 +0000)]
(cp_option_init): Likewise.
(do_copy): Call src_info_init.