platform/upstream/coreutils.git
27 years agoupdate copyrights for 1997
Jim Meyering [Sun, 9 Feb 1997 04:46:02 +0000 (04:46 +0000)]
update copyrights for 1997

27 years ago(parse_obsolescent_option): Give warning diagnostic for
Jim Meyering [Sun, 9 Feb 1997 04:44:47 +0000 (04:44 +0000)]
(parse_obsolescent_option): Give warning diagnostic for
(but now accept) obsolescent usage with more than one file argument.

27 years ago.
Jim Meyering [Sat, 8 Feb 1997 03:25:12 +0000 (03:25 +0000)]
.

27 years ago.
Jim Meyering [Fri, 7 Feb 1997 04:17:25 +0000 (04:17 +0000)]
.

27 years ago.
Jim Meyering [Fri, 7 Feb 1997 04:04:24 +0000 (04:04 +0000)]
.

27 years ago(quote_filename): Allocate two more bytes (for quotes)
Jim Meyering [Thu, 6 Feb 1997 03:58:09 +0000 (03:58 +0000)]
(quote_filename): Allocate two more bytes (for quotes)
when using --quote-name (-Q).
Feb 2 change wasn't complete.  Patch from Mark Harris.

27 years ago.
Jim Meyering [Wed, 5 Feb 1997 04:20:20 +0000 (04:20 +0000)]
.

27 years ago.
Jim Meyering [Wed, 5 Feb 1997 04:07:17 +0000 (04:07 +0000)]
.

27 years agoBracket inclusion of termios.h with #if HAVE_TERMIOS_H.
Jim Meyering [Wed, 5 Feb 1997 04:06:53 +0000 (04:06 +0000)]
Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.
Masami Takikawa reported that NeXTStep 3.0 doesn't have termios.h.

27 years agoDennis Biringer <biringer@textron.mhpcc.af.mil> writes:
Jim Meyering [Wed, 5 Feb 1997 02:35:46 +0000 (02:35 +0000)]
Dennis Biringer <biringer@textron.mhpcc.af.mil> writes:
| Please note that Hawaii has no daylight savings time (HDT - Hawaii
| Daylight) as stated on page 147 of the tar manual.  We are always on Hawaii
| Standard Time (HST).
|
| Also, on page 146, the Alaska-Hawaii Standard zone (AHST) is called
| Hawaii-Aleutian Standard Time by section 263 of the United States Code.
| (http://tycho.usno.navy.mil/260.html).
|
| Thanks for the effort on the manual,
| Dennis
|
| --
| Dennis Biringer                            535 Lipoa Parkway #149
| Dennis.Biringer@textron.mhpcc.af.mil       Kihei HI 96753
| biringer@mrtc.org                          VOICE: 808-874-3206

27 years ago[__GNUC__]: Don't define alloca to __builtin_alloca.
Jim Meyering [Tue, 4 Feb 1997 03:52:16 +0000 (03:52 +0000)]
[__GNUC__]: Don't define alloca to __builtin_alloca.

27 years ago.
Jim Meyering [Tue, 4 Feb 1997 03:48:17 +0000 (03:48 +0000)]
.

27 years agolibitize
Jim Meyering [Tue, 4 Feb 1997 03:30:49 +0000 (03:30 +0000)]
libitize

27 years ago.
Jim Meyering [Tue, 4 Feb 1997 03:29:06 +0000 (03:29 +0000)]
.

27 years agolibitize
Jim Meyering [Tue, 4 Feb 1997 03:27:13 +0000 (03:27 +0000)]
libitize

27 years agolibitize
Jim Meyering [Tue, 4 Feb 1997 03:26:31 +0000 (03:26 +0000)]
libitize

27 years agonew obstack from libc
Jim Meyering [Tue, 4 Feb 1997 03:20:29 +0000 (03:20 +0000)]
new obstack from libc

27 years ago.
Jim Meyering [Mon, 3 Feb 1997 05:09:12 +0000 (05:09 +0000)]
.

27 years agoMove alloca-related preprocessor code into system.h.
Jim Meyering [Mon, 3 Feb 1997 05:08:19 +0000 (05:08 +0000)]
Move alloca-related preprocessor code into system.h.

27 years ago(parse_long_options): Compare getopt_long return
Jim Meyering [Mon, 3 Feb 1997 05:06:27 +0000 (05:06 +0000)]
(parse_long_options): Compare getopt_long return
value against -1, not EOF.  Use NULL, not `(int *) 0' as last parameter
in getopt_long call.

27 years ago[__GNUC__]: Don't define alloca to __builtin_alloca.
Jim Meyering [Mon, 3 Feb 1997 04:20:22 +0000 (04:20 +0000)]
[__GNUC__]: Don't define alloca to __builtin_alloca.

27 years ago.
Jim Meyering [Mon, 3 Feb 1997 03:22:52 +0000 (03:22 +0000)]
.

27 years ago.
Jim Meyering [Mon, 3 Feb 1997 03:21:02 +0000 (03:21 +0000)]
.

27 years ago(quote_filename): Don't backslash-escape double quotes.
Jim Meyering [Mon, 3 Feb 1997 00:10:40 +0000 (00:10 +0000)]
(quote_filename): Don't backslash-escape double quotes.
This fixes a problem whereby columns weren't aligned when some files
contained double quote characters and ls's --escape (-b) option was
used.  Reported by Mark Harris.

27 years ago.
Jim Meyering [Sun, 2 Feb 1997 23:51:20 +0000 (23:51 +0000)]
.

27 years ago.
Jim Meyering [Sun, 2 Feb 1997 22:22:37 +0000 (22:22 +0000)]
.

27 years ago* src/cp-hash.c (struct entry): Move dcl to this file from cp.h.
Jim Meyering [Sun, 2 Feb 1997 22:21:03 +0000 (22:21 +0000)]
* src/cp-hash.c (struct entry): Move dcl to this file from cp.h.
(struct htab): Likewise.
No longer include cp.h.  Instead, include the things it used to include.

27 years ago.
Jim Meyering [Sun, 2 Feb 1997 21:23:10 +0000 (21:23 +0000)]
.

27 years ago(hash_insert2): Rename local HTAB to HT to avoid shadowing global.
Jim Meyering [Sun, 2 Feb 1997 20:44:10 +0000 (20:44 +0000)]
(hash_insert2): Rename local HTAB to HT to avoid shadowing global.

27 years ago[obstack_chunk_alloc]: Define to malloc, not xmalloc
Jim Meyering [Sun, 2 Feb 1997 20:11:54 +0000 (20:11 +0000)]
[obstack_chunk_alloc]: Define to malloc, not xmalloc
to work better with new obstack functions.

27 years ago[obstack_chunk_alloc]: Define to malloc, not xmalloc
Jim Meyering [Sun, 2 Feb 1997 20:10:11 +0000 (20:10 +0000)]
[obstack_chunk_alloc]: Define to malloc, not xmalloc
to work better with new obstack functions.

27 years ago(main): Rename local I to C to avoid shadowing and to
Jim Meyering [Sun, 2 Feb 1997 20:09:02 +0000 (20:09 +0000)]
(main): Rename local I to C to avoid shadowing and to
be more consistent.  Declare I in inner scopes.

27 years agoGutted code -- pieces are in copy.[ch].
Jim Meyering [Sun, 2 Feb 1997 18:33:19 +0000 (18:33 +0000)]
Gutted code -- pieces are in copy.[ch].

27 years agouse $@, instead of literal `POTFILES'
Jim Meyering [Sun, 2 Feb 1997 16:05:43 +0000 (16:05 +0000)]
use $@, instead of literal `POTFILES'

27 years ago(POTFILES): Redirect to an intermediate file and write-protect POTFILES.
Jim Meyering [Sun, 2 Feb 1997 15:43:54 +0000 (15:43 +0000)]
(POTFILES): Redirect to an intermediate file and write-protect POTFILES.

27 years ago.
Jim Meyering [Sun, 2 Feb 1997 00:09:46 +0000 (00:09 +0000)]
.

27 years ago.
Jim Meyering [Sun, 2 Feb 1997 00:09:25 +0000 (00:09 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 23:12:18 +0000 (23:12 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:56:47 +0000 (16:56 +0000)]
.

27 years agoReflect renamings.
Jim Meyering [Sat, 1 Feb 1997 16:56:32 +0000 (16:56 +0000)]
Reflect renamings.

27 years agorename
Jim Meyering [Sat, 1 Feb 1997 16:55:41 +0000 (16:55 +0000)]
rename

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:53:08 +0000 (16:53 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:52:02 +0000 (16:52 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:51:33 +0000 (16:51 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:51:11 +0000 (16:51 +0000)]
.

27 years ago(test 10md): Reflect renaming.
Jim Meyering [Sat, 1 Feb 1997 16:48:08 +0000 (16:48 +0000)]
(test 10md): Reflect renaming.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:47:56 +0000 (16:47 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:47:17 +0000 (16:47 +0000)]
.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:46:06 +0000 (16:46 +0000)]
.

27 years ago(spec_to_list): Warn about all filenames that exceed max-length before dying.
Jim Meyering [Sat, 1 Feb 1997 16:44:15 +0000 (16:44 +0000)]
(spec_to_list): Warn about all filenames that exceed max-length before dying.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 16:41:08 +0000 (16:41 +0000)]
.

27 years agoupdate for 20.1 patch from roland
Jim Meyering [Sat, 1 Feb 1997 16:39:27 +0000 (16:39 +0000)]
update for 20.1 patch from roland

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 13:23:39 +0000 (13:23 +0000)]
.

27 years ago(init_parameters): For compatibility: use default
Jim Meyering [Sat, 1 Feb 1997 13:23:27 +0000 (13:23 +0000)]
(init_parameters): For compatibility: use default
separator `TAB' with full length lines.  From Roland Huebner.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 13:20:02 +0000 (13:20 +0000)]
.

27 years ago(usage): Make parenthetical note on --no-dereference a little more general.
Jim Meyering [Sat, 1 Feb 1997 04:49:51 +0000 (04:49 +0000)]
(usage): Make parenthetical note on --no-dereference a little more general.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 04:25:59 +0000 (04:25 +0000)]
.

27 years agobracket bug address with <> and append a period
Jim Meyering [Sat, 1 Feb 1997 04:24:58 +0000 (04:24 +0000)]
bracket bug address with <> and append a period

27 years agobracket bug address with <> and append a period
Jim Meyering [Sat, 1 Feb 1997 04:24:08 +0000 (04:24 +0000)]
bracket bug address with <> and append a period

27 years agobracket bug address with <> and append a period
Jim Meyering [Sat, 1 Feb 1997 04:23:31 +0000 (04:23 +0000)]
bracket bug address with <> and append a period

27 years agoRename globals buffer and buffer_size to have G_ prefix
Jim Meyering [Sat, 1 Feb 1997 03:29:21 +0000 (03:29 +0000)]
Rename globals buffer and buffer_size to have G_ prefix
to avoid shadowing local variables.

27 years ago(add_line_number): Rename from `number' to avoid shadowing local variables.
Jim Meyering [Sat, 1 Feb 1997 03:25:14 +0000 (03:25 +0000)]
(add_line_number): Rename from `number' to avoid shadowing local variables.

27 years ago.
Jim Meyering [Sat, 1 Feb 1997 03:13:22 +0000 (03:13 +0000)]
.

27 years agoCompare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
Jim Meyering [Sat, 1 Feb 1997 03:05:36 +0000 (03:05 +0000)]
Compare getopt_long return value against -1, not EOF.  Use NULL, not '(int *) 0' as last parameter in getopt_long call.

27 years agoCompare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
Jim Meyering [Sat, 1 Feb 1997 03:03:44 +0000 (03:03 +0000)]
Compare getopt_long return value against -1, not EOF.  Use NULL, not '(int *) 0' as last parameter in getopt_long call.

27 years agoCompare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
Jim Meyering [Sat, 1 Feb 1997 02:00:04 +0000 (02:00 +0000)]
Compare getopt_long return value against -1, not EOF.  Use NULL, not '(int *) 0' as last parameter in getopt_long call.

27 years ago(maintainer-clean): Remove GMOFILES.
Jim Meyering [Thu, 30 Jan 1997 05:28:37 +0000 (05:28 +0000)]
(maintainer-clean): Remove GMOFILES.
From Paul Eggert.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 04:16:33 +0000 (04:16 +0000)]
.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 04:11:17 +0000 (04:11 +0000)]
.

27 years agoDo each test twice: get input via REDIR and PIPE.
Jim Meyering [Thu, 30 Jan 1997 03:38:47 +0000 (03:38 +0000)]
Do each test twice: get input via REDIR and PIPE.

27 years ago(test_vector): Do each (non-stdin-requiring) test three times.
Jim Meyering [Thu, 30 Jan 1997 03:38:07 +0000 (03:38 +0000)]
(test_vector): Do each (non-stdin-requiring) test three times.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 03:36:40 +0000 (03:36 +0000)]
.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 03:36:06 +0000 (03:36 +0000)]
.

27 years agocorrectly compute number of tests
Jim Meyering [Thu, 30 Jan 1997 03:31:40 +0000 (03:31 +0000)]
correctly compute number of tests

27 years agoRemove common_option_prefix flag.
Jim Meyering [Thu, 30 Jan 1997 03:27:35 +0000 (03:27 +0000)]
Remove common_option_prefix flag.
(test_vector): Prepend the common option here instead.

27 years agoRemove input_via_stdin flag.
Jim Meyering [Thu, 30 Jan 1997 03:26:27 +0000 (03:26 +0000)]
Remove input_via_stdin flag.
Do each test twice: get input via REDIR and PIPE.

27 years agoDo each test three times.
Jim Meyering [Thu, 30 Jan 1997 03:25:16 +0000 (03:25 +0000)]
Do each test three times.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 03:22:44 +0000 (03:22 +0000)]
.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 03:14:43 +0000 (03:14 +0000)]
.

27 years ago.
Jim Meyering [Thu, 30 Jan 1997 03:01:15 +0000 (03:01 +0000)]
.

27 years agoAllow each test to be run any or all of three different ways. Program
Jim Meyering [Wed, 29 Jan 1997 14:19:17 +0000 (14:19 +0000)]
Allow each test to be run any or all of three different ways.  Program
input may be specified via a file or files listed on the command line,
via input redirection (if there's only one file), or via a pipe.

27 years ago.
Jim Meyering [Wed, 29 Jan 1997 13:03:05 +0000 (13:03 +0000)]
.

27 years ago.
Jim Meyering [Wed, 29 Jan 1997 02:54:21 +0000 (02:54 +0000)]
.

27 years agoRemove `t' prefix on all generated test file names.
Jim Meyering [Tue, 28 Jan 1997 21:22:34 +0000 (21:22 +0000)]
Remove `t' prefix on all generated test file names.
Change suffixes from (.in, .exp, .out, .err) to (.I, .X, .O, .E).
Ensure that no test file (generated or maintainer-supplied) has a
longer than 14 characters.

27 years ago(usage): Remove one space in message to make colons line up.
Jim Meyering [Tue, 28 Jan 1997 03:44:27 +0000 (03:44 +0000)]
(usage): Remove one space in message to make colons line up.

27 years ago.
Jim Meyering [Tue, 28 Jan 1997 03:43:05 +0000 (03:43 +0000)]
.

27 years ago(print_long_format): Fix off-by-one problem in size being passed to strftime.
Jim Meyering [Tue, 28 Jan 1997 03:40:18 +0000 (03:40 +0000)]
(print_long_format): Fix off-by-one problem in size being passed to strftime.

27 years ago. SH-UTILS-1_16
Jim Meyering [Mon, 27 Jan 1997 03:15:14 +0000 (03:15 +0000)]
.

27 years ago.
Jim Meyering [Mon, 27 Jan 1997 03:10:22 +0000 (03:10 +0000)]
.

27 years agoreally make the messages identical TEXTUTILS-1_22
Jim Meyering [Mon, 27 Jan 1997 02:28:39 +0000 (02:28 +0000)]
really make the messages identical

27 years ago. FILEUTILS-3_16
Jim Meyering [Mon, 27 Jan 1997 02:18:56 +0000 (02:18 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 20:01:11 +0000 (20:01 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 19:04:03 +0000 (19:04 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 19:03:30 +0000 (19:03 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 19:02:52 +0000 (19:02 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 19:01:54 +0000 (19:01 +0000)]
.

27 years ago.
Jim Meyering [Sun, 26 Jan 1997 18:57:36 +0000 (18:57 +0000)]
.

27 years ago(usage): Fix typo (--writeable -> --writable) in help output
Jim Meyering [Sun, 26 Jan 1997 18:51:44 +0000 (18:51 +0000)]
(usage): Fix typo (--writeable -> --writable) in help output

27 years ago(parse_options): Add quotes to make messages identical.
Jim Meyering [Sun, 26 Jan 1997 18:50:33 +0000 (18:50 +0000)]
(parse_options): Add quotes to make messages identical.

27 years ago. SH-UTILS-1_15a
Jim Meyering [Sun, 26 Jan 1997 07:03:50 +0000 (07:03 +0000)]
.