platform/upstream/coreutils.git
21 years ago*** empty log message ***
Jim Meyering [Tue, 15 Apr 2003 22:18:58 +0000 (22:18 +0000)]
*** empty log message ***

21 years agoUse $(VAR) rather than @VAR@, now that we can rely on automake to
Jim Meyering [Tue, 15 Apr 2003 22:18:12 +0000 (22:18 +0000)]
Use $(VAR) rather than @VAR@, now that we can rely on automake to
emit a definition for each substituted variable.
Remove definition of PERL.

21 years agoremove SPCs before TAB
Jim Meyering [Tue, 15 Apr 2003 17:04:18 +0000 (17:04 +0000)]
remove SPCs before TAB

21 years agoremove SPCs before TAB
Jim Meyering [Tue, 15 Apr 2003 16:12:44 +0000 (16:12 +0000)]
remove SPCs before TAB

21 years ago*** empty log message ***
Jim Meyering [Tue, 15 Apr 2003 16:11:41 +0000 (16:11 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 15 Apr 2003 06:27:50 +0000 (06:27 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 15 Apr 2003 06:27:18 +0000 (06:27 +0000)]
*** empty log message ***

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:26:49 +0000 (06:26 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years ago*** empty log message ***
Jim Meyering [Tue, 15 Apr 2003 06:23:27 +0000 (06:23 +0000)]
*** empty log message ***

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:22:54 +0000 (06:22 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:22:33 +0000 (06:22 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:21:52 +0000 (06:21 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:21:29 +0000 (06:21 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:19:03 +0000 (06:19 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years agoRemove (or replace-with-TAB(s) to retain alignment)
Jim Meyering [Tue, 15 Apr 2003 06:18:05 +0000 (06:18 +0000)]
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.

21 years ago*** empty log message ***
Jim Meyering [Sun, 13 Apr 2003 09:11:18 +0000 (09:11 +0000)]
*** empty log message ***

21 years ago(is_empty_dir): Don't closedir (NULL).
Jim Meyering [Sun, 13 Apr 2003 09:10:50 +0000 (09:10 +0000)]
(is_empty_dir): Don't closedir (NULL).

21 years ago*** empty log message ***
Jim Meyering [Sat, 12 Apr 2003 19:54:00 +0000 (19:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 12 Apr 2003 19:52:38 +0000 (19:52 +0000)]
*** empty log message ***

21 years agoadd test corresponding to today's too-many-newlines fix
Jim Meyering [Sat, 12 Apr 2003 19:52:33 +0000 (19:52 +0000)]
add test corresponding to today's too-many-newlines fix

21 years agoGiving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),
Jim Meyering [Sat, 12 Apr 2003 19:51:36 +0000 (19:51 +0000)]
Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),
--body-numbering=STYLE (-b), or --footer-numbering=STYLE (-f)) or
FORMAT (--number-format=FORMAT (-n)) would not give a useful diagnostic.

(main): Fix those problems and remove literal quote marks
(e.g., "`%s'") from format string; instead use "%s" in each format
string and `quote (optarg)' as the corresponding argument.
Also, diagnose all invalid command line options before failing.

21 years ago(proc_text): Fix a bug introduced on 2001-11-10,
Jim Meyering [Sat, 12 Apr 2003 18:44:53 +0000 (18:44 +0000)]
(proc_text): Fix a bug introduced on 2001-11-10,
for textutils-2.0.17, that would make nl output extra newlines
in some cases.

21 years ago*** empty log message ***
Jim Meyering [Sat, 12 Apr 2003 13:03:01 +0000 (13:03 +0000)]
*** empty log message ***

21 years ago(TESTS): Add readlink.
Jim Meyering [Sat, 12 Apr 2003 13:02:57 +0000 (13:02 +0000)]
(TESTS): Add readlink.

21 years ago*** empty log message ***
Jim Meyering [Sat, 12 Apr 2003 13:02:34 +0000 (13:02 +0000)]
*** empty log message ***

21 years agoA few tests of the --canonicalize option.
Jim Meyering [Sat, 12 Apr 2003 13:02:13 +0000 (13:02 +0000)]
A few tests of the --canonicalize option.

21 years agoRemove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.
Jim Meyering [Fri, 11 Apr 2003 14:06:02 +0000 (14:06 +0000)]
Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 14:05:51 +0000 (14:05 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 12:55:58 +0000 (12:55 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 12:54:22 +0000 (12:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 12:51:41 +0000 (12:51 +0000)]
*** empty log message ***

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:46:24 +0000 (12:46 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:44:41 +0000 (12:44 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:44:23 +0000 (12:44 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:42:39 +0000 (12:42 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:42:15 +0000 (12:42 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:41:44 +0000 (12:41 +0000)]
Remove SPC in SPC-TAB sequence.
Remove trailing blanks.
filter though cppi

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:39:58 +0000 (12:39 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:38:19 +0000 (12:38 +0000)]
Remove SPC in SPC-TAB sequence.

21 years agoRemove SPC in SPC-TAB sequence.
Jim Meyering [Fri, 11 Apr 2003 12:37:58 +0000 (12:37 +0000)]
Remove SPC in SPC-TAB sequence.

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 12:36:43 +0000 (12:36 +0000)]
*** empty log message ***

21 years agoInclude <stdlib.h> unconditionally.
Jim Meyering [Fri, 11 Apr 2003 12:36:31 +0000 (12:36 +0000)]
Include <stdlib.h> unconditionally.

21 years agoInclude <string.h> and <stdlib.h> unconditionally.
Jim Meyering [Fri, 11 Apr 2003 12:21:59 +0000 (12:21 +0000)]
Include <string.h> and <stdlib.h> unconditionally.

21 years agoRemove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.
Jim Meyering [Fri, 11 Apr 2003 12:20:35 +0000 (12:20 +0000)]
Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.

21 years agoRemove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.
Jim Meyering [Fri, 11 Apr 2003 12:15:21 +0000 (12:15 +0000)]
Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.

21 years ago.
Jim Meyering [Fri, 11 Apr 2003 12:03:38 +0000 (12:03 +0000)]
.

21 years ago(XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts.
Jim Meyering [Fri, 11 Apr 2003 11:59:11 +0000 (11:59 +0000)]
(XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts.

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 11:56:44 +0000 (11:56 +0000)]
*** empty log message ***

21 years agoRemove use of PARAMS.
Jim Meyering [Fri, 11 Apr 2003 11:56:41 +0000 (11:56 +0000)]
Remove use of PARAMS.

21 years ago(PARAMS): Remove definitions and uses.
Jim Meyering [Fri, 11 Apr 2003 11:55:33 +0000 (11:55 +0000)]
(PARAMS): Remove definitions and uses.

21 years agoduh
Jim Meyering [Fri, 11 Apr 2003 11:49:23 +0000 (11:49 +0000)]
duh

21 years ago(xalloc-check): Rename from header-check.
Jim Meyering [Fri, 11 Apr 2003 11:45:23 +0000 (11:45 +0000)]
(xalloc-check): Rename from header-check.

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 11:42:48 +0000 (11:42 +0000)]
*** empty log message ***

21 years agoInclude error.h after system.h, not before.
Jim Meyering [Fri, 11 Apr 2003 11:42:39 +0000 (11:42 +0000)]
Include error.h after system.h, not before.

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 10:52:04 +0000 (10:52 +0000)]
*** empty log message ***

21 years agoRemove anachronistic casts of xmalloc,
Jim Meyering [Fri, 11 Apr 2003 10:51:56 +0000 (10:51 +0000)]
Remove anachronistic casts of xmalloc,
xrealloc, and xcalloc return values and of xrealloc's first argument.

21 years agoinclude xalloc.h
Jim Meyering [Fri, 11 Apr 2003 09:16:32 +0000 (09:16 +0000)]
include xalloc.h

21 years agodo not cast xmalloc return value
Jim Meyering [Fri, 11 Apr 2003 09:16:02 +0000 (09:16 +0000)]
do not cast xmalloc return value

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 09:15:14 +0000 (09:15 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 11 Apr 2003 09:11:18 +0000 (09:11 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 21:41:08 +0000 (21:41 +0000)]
*** empty log message ***

21 years ago(wrapf): Declare with format attribute.
Jim Meyering [Thu, 10 Apr 2003 21:41:03 +0000 (21:41 +0000)]
(wrapf): Declare with format attribute.

21 years ago.
Jim Meyering [Thu, 10 Apr 2003 19:33:03 +0000 (19:33 +0000)]
.

21 years ago.
Jim Meyering [Thu, 10 Apr 2003 19:32:34 +0000 (19:32 +0000)]
.

21 years ago(check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'.
Jim Meyering [Thu, 10 Apr 2003 19:32:23 +0000 (19:32 +0000)]
(check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:31:16 +0000 (19:31 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:29:49 +0000 (19:29 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:27:53 +0000 (19:27 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:15:06 +0000 (19:15 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:11:11 +0000 (19:11 +0000)]
*** empty log message ***

21 years ago(fs.h): New rule to generate fs.h from stat.c.
Jim Meyering [Thu, 10 Apr 2003 19:11:07 +0000 (19:11 +0000)]
(fs.h): New rule to generate fs.h from stat.c.
(BUILT_SOURCES): Add fs.h, now that it's generated.
(EXTRA_DIST): Add extract-magic.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 19:09:43 +0000 (19:09 +0000)]
*** empty log message ***

21 years agoadd comment
Jim Meyering [Thu, 10 Apr 2003 19:09:30 +0000 (19:09 +0000)]
add comment

21 years ago(human_fstype) [__linux__]: Append each hex constant from
Jim Meyering [Thu, 10 Apr 2003 19:07:34 +0000 (19:07 +0000)]
(human_fstype) [__linux__]: Append each hex constant from
fs.h in a comment after the corresponding `case S_MAGIC_...:' statement.

21 years agonow it's automatically generated
Jim Meyering [Thu, 10 Apr 2003 19:06:22 +0000 (19:06 +0000)]
now it's automatically generated

21 years agoNew script to extract fs.h definitions from stat.c.
Jim Meyering [Thu, 10 Apr 2003 19:05:43 +0000 (19:05 +0000)]
New script to extract fs.h definitions from stat.c.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 18:07:00 +0000 (18:07 +0000)]
*** empty log message ***

21 years ago(human_fstype): Handle Linux's devpts.
Jim Meyering [Thu, 10 Apr 2003 18:06:56 +0000 (18:06 +0000)]
(human_fstype): Handle Linux's devpts.

21 years ago(S_MAGIC_DEVPTS): New magic for Linux's devpts.
Jim Meyering [Thu, 10 Apr 2003 18:06:23 +0000 (18:06 +0000)]
(S_MAGIC_DEVPTS): New magic for Linux's devpts.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 17:03:30 +0000 (17:03 +0000)]
*** empty log message ***

21 years ago(canonicalize_file_name): NUL-terminate the result.
Jim Meyering [Thu, 10 Apr 2003 17:03:26 +0000 (17:03 +0000)]
(canonicalize_file_name): NUL-terminate the result.

21 years ago(canonicalize_file_name): Always free `extra_buf' before returning.
Jim Meyering [Thu, 10 Apr 2003 16:54:19 +0000 (16:54 +0000)]
(canonicalize_file_name): Always free `extra_buf' before returning.

21 years ago(canonicalize_file_name): Return NULL immediately if resolvepath fails.
Jim Meyering [Thu, 10 Apr 2003 16:47:35 +0000 (16:47 +0000)]
(canonicalize_file_name): Return NULL immediately if resolvepath fails.
Otherwise, `readlink --canonical /no-such-file' would exhaust
virtual memory on some systems (e.g. Solaris).

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 16:41:17 +0000 (16:41 +0000)]
*** empty log message ***

21 years ago(readlink invocation): Tweak description a little.
Jim Meyering [Thu, 10 Apr 2003 16:41:14 +0000 (16:41 +0000)]
(readlink invocation): Tweak description a little.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 15:57:56 +0000 (15:57 +0000)]
*** empty log message ***

21 years ago(canonicalize_file_name): Remove stray semicolon
Jim Meyering [Thu, 10 Apr 2003 15:57:45 +0000 (15:57 +0000)]
(canonicalize_file_name): Remove stray semicolon
that caused `readlink --canonical RELATIVE_NAME' to fail on e.g.,
Solaris systems.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 15:57:31 +0000 (15:57 +0000)]
*** empty log message ***

21 years agoSkip this test (don't fail) if creating a file with nominal length > 4GB fails.
Jim Meyering [Thu, 10 Apr 2003 08:36:41 +0000 (08:36 +0000)]
Skip this test (don't fail) if creating a file with nominal length > 4GB fails.

21 years ago*** empty log message ***
Jim Meyering [Thu, 10 Apr 2003 07:15:51 +0000 (07:15 +0000)]
*** empty log message ***

21 years agoAdd `SEE ALSO' reference to unexpand.
Jim Meyering [Thu, 10 Apr 2003 07:15:38 +0000 (07:15 +0000)]
Add `SEE ALSO' reference to unexpand.

21 years agoAdd `SEE ALSO' reference to expand.
Jim Meyering [Thu, 10 Apr 2003 07:15:29 +0000 (07:15 +0000)]
Add `SEE ALSO' reference to expand.

21 years agoMake sure that a huge obsolete option evokes the right failure.
Jim Meyering [Wed, 9 Apr 2003 20:55:17 +0000 (20:55 +0000)]
Make sure that a huge obsolete option evokes the right failure.

21 years ago*** empty log message ***
Jim Meyering [Wed, 9 Apr 2003 20:54:56 +0000 (20:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 9 Apr 2003 20:48:54 +0000 (20:48 +0000)]
*** empty log message ***

21 years ago(line_bytes_split): Arg is of type size_t, since
Jim Meyering [Wed, 9 Apr 2003 20:48:29 +0000 (20:48 +0000)]
(line_bytes_split): Arg is of type size_t, since
that's all that is supported for now.
(main): Check for overflow in obsolescent line count option.

21 years agoEnsure that split --lines=N and --bytes=N work for N=2^32.
Jim Meyering [Wed, 9 Apr 2003 14:57:32 +0000 (14:57 +0000)]
Ensure that split --lines=N and --bytes=N work for N=2^32.
Currently (coreutils-5.0.1) split --line-bytes=M fails
with `invalid number of bytes' for M=2^32 or larger.  Test it.

21 years ago*** empty log message ***
Jim Meyering [Wed, 9 Apr 2003 14:45:12 +0000 (14:45 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 9 Apr 2003 14:43:33 +0000 (14:43 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 9 Apr 2003 14:40:10 +0000 (14:40 +0000)]
*** empty log message ***