platform/upstream/coreutils.git
21 years ago.
Jim Meyering [Sun, 11 May 2003 13:20:15 +0000 (13:20 +0000)]
.

21 years ago.
Jim Meyering [Sun, 11 May 2003 09:18:44 +0000 (09:18 +0000)]
.

21 years ago.
Jim Meyering [Sun, 11 May 2003 06:35:10 +0000 (06:35 +0000)]
.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sun, 11 May 2003 06:32:47 +0000 (06:32 +0000)]
(main): Handle argc < optind.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 20:27:56 +0000 (20:27 +0000)]
(main): Handle argc < optind.

21 years ago(main): Handle argc == 0.
Jim Meyering [Sat, 10 May 2003 20:27:16 +0000 (20:27 +0000)]
(main): Handle argc == 0.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 20:01:32 +0000 (20:01 +0000)]
(main): Handle argc < optind.

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 20:00:59 +0000 (20:00 +0000)]
*** empty log message ***

21 years ago(main): Handle argc == 0.
Jim Meyering [Sat, 10 May 2003 20:00:54 +0000 (20:00 +0000)]
(main): Handle argc == 0.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 19:58:04 +0000 (19:58 +0000)]
Handle argc < optind.

21 years ago(main): Handle argc == 0.
Jim Meyering [Sat, 10 May 2003 19:56:49 +0000 (19:56 +0000)]
(main): Handle argc == 0.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 19:56:10 +0000 (19:56 +0000)]
Handle argc < optind.

21 years ago(send_signals): Don't check command line arguments here.
Jim Meyering [Sat, 10 May 2003 15:45:00 +0000 (15:45 +0000)]
(send_signals): Don't check command line arguments here.
(main): Check them here instead.  Handle argc < optind.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 15:39:39 +0000 (15:39 +0000)]
Handle argc < optind.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 15:00:00 +0000 (15:00 +0000)]
Handle argc < optind.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 14:59:04 +0000 (14:59 +0000)]
Handle argc < optind.

21 years agoHandle argc < optind.
Jim Meyering [Sat, 10 May 2003 14:58:15 +0000 (14:58 +0000)]
Handle argc < optind.

21 years ago(main): Set program_name before first use.
Jim Meyering [Sat, 10 May 2003 14:54:23 +0000 (14:54 +0000)]
(main): Set program_name before first use.
Remove that (redundant) first use.
Don't exit successfully just because --verbose was specified.
Pass 0, not EXIT_SUCCESS, as first argument to error; when that
parameter is 0, error does not exit.

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 14:53:51 +0000 (14:53 +0000)]
*** empty log message ***

21 years ago(syntax-check): Check for `error (EXIT_SUCCESS,'.
Jim Meyering [Sat, 10 May 2003 14:53:47 +0000 (14:53 +0000)]
(syntax-check): Check for `error (EXIT_SUCCESS,'.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 14:39:16 +0000 (14:39 +0000)]
(main): Handle argc < optind.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 14:37:12 +0000 (14:37 +0000)]
(main): Handle argc < optind.

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 14:34:24 +0000 (14:34 +0000)]
*** empty log message ***

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 14:33:24 +0000 (14:33 +0000)]
(main): Handle argc < optind.

21 years agoadd semicolon
Jim Meyering [Sat, 10 May 2003 14:19:44 +0000 (14:19 +0000)]
add semicolon

21 years ago(main): When failing due to too few arguments, also say
Jim Meyering [Sat, 10 May 2003 14:17:46 +0000 (14:17 +0000)]
(main): When failing due to too few arguments, also say
that rather than just "Try `uname --help' for more information.".

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 14:14:51 +0000 (14:14 +0000)]
*** empty log message ***

21 years ago(main): When failing due to unaccepted arguments,
Jim Meyering [Sat, 10 May 2003 13:47:38 +0000 (13:47 +0000)]
(main): When failing due to unaccepted arguments,
also say `too many arguments' rather than just `Try `uname --help'
for more information.'.

21 years ago(main): Handle argc < optind.
Jim Meyering [Sat, 10 May 2003 13:42:48 +0000 (13:42 +0000)]
(main): Handle argc < optind.

21 years ago(main): Don't segfault when argc < optind.
Jim Meyering [Sat, 10 May 2003 13:39:05 +0000 (13:39 +0000)]
(main): Don't segfault when argc < optind.

21 years ago(main): Use error, rather than fprintf, for the sake of consistency.
Jim Meyering [Sat, 10 May 2003 13:36:50 +0000 (13:36 +0000)]
(main): Use error, rather than fprintf, for the sake of consistency.

21 years ago(main): Test for the case of no arguments before computing n_files.
Jim Meyering [Sat, 10 May 2003 13:30:26 +0000 (13:30 +0000)]
(main): Test for the case of no arguments before computing n_files.

21 years ago(main): Test for `missing argument' before computing n_files.
Jim Meyering [Sat, 10 May 2003 13:25:41 +0000 (13:25 +0000)]
(main): Test for `missing argument' before computing n_files.

21 years agoInclude error.h.
Jim Meyering [Sat, 10 May 2003 10:41:14 +0000 (10:41 +0000)]
Include error.h.

21 years ago(More details about version sort): Note that strverscmp, and hence
Jim Meyering [Sat, 10 May 2003 09:42:14 +0000 (09:42 +0000)]
(More details about version sort): Note that strverscmp, and hence
`ls -v', does not use LC_COLLATE.

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 09:41:50 +0000 (09:41 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 10 May 2003 06:27:08 +0000 (06:27 +0000)]
*** empty log message ***

21 years ago(Exit status): Remove `uniq' from the list. It uses standard exit codes.
Jim Meyering [Sat, 10 May 2003 06:27:04 +0000 (06:27 +0000)]
(Exit status): Remove `uniq' from the list.  It uses standard exit codes.

21 years ago(main): Don't overrun array bound if argc is 0.
Jim Meyering [Fri, 9 May 2003 22:25:12 +0000 (22:25 +0000)]
(main): Don't overrun array bound if argc is 0.

21 years agofix off-by-one error in last change
Jim Meyering [Fri, 9 May 2003 22:16:22 +0000 (22:16 +0000)]
fix off-by-one error in last change

21 years ago*** empty log message ***
Jim Meyering [Fri, 9 May 2003 08:50:44 +0000 (08:50 +0000)]
*** empty log message ***

21 years ago(main): Don't overrun array bound if argc is 0.
Jim Meyering [Fri, 9 May 2003 08:50:37 +0000 (08:50 +0000)]
(main): Don't overrun array bound if argc is 0.
That would happen when invoked via: execl ("/usr/bin/sort", NULL);

21 years ago*** empty log message ***
Jim Meyering [Fri, 9 May 2003 08:49:46 +0000 (08:49 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Thu, 8 May 2003 09:26:42 +0000 (09:26 +0000)]
*** empty log message ***

21 years ago(timespec_subtract): Don't modify the 2nd arg.
Jim Meyering [Thu, 8 May 2003 09:26:34 +0000 (09:26 +0000)]
(timespec_subtract): Don't modify the 2nd arg.
Work even if X-Y overflows when subtracting.  Make explicit the
assumption that tv_nsec must be in range.
(clock_get_realtime): Remove.  All callers changed to invoke gettime,
for simplicity.
(xnanosleep): Check for gettime failure every time.

21 years ago(clock_get_realtime): Use gettime.c's gettime function,
Jim Meyering [Thu, 8 May 2003 06:26:00 +0000 (06:26 +0000)]
(clock_get_realtime): Use gettime.c's gettime function,
rather than an inferior, open-coded version that would fail on
AIX systems due to clock_gettime failing with errno == ENOSYS.

21 years ago*** empty log message ***
Jim Meyering [Wed, 7 May 2003 16:21:56 +0000 (16:21 +0000)]
*** empty log message ***

21 years agoImplement support so that `head --lines=-N' works on seekable files.
Jim Meyering [Wed, 7 May 2003 16:21:52 +0000 (16:21 +0000)]
Implement support so that `head --lines=-N' works on seekable files.

(enum Copy_fd_status): Define.
(COPY_FD_DIAGNOSE): New macro.
(elide_tail_lines_seekable): New funtion.
(elide_tail_lines_file): Call it here.

21 years ago*** empty log message ***
Jim Meyering [Wed, 7 May 2003 07:25:08 +0000 (07:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 6 May 2003 22:22:06 +0000 (22:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 6 May 2003 13:33:26 +0000 (13:33 +0000)]
*** empty log message ***

21 years ago(CHAR_BIT): Remove duplicate definition.
Jim Meyering [Tue, 6 May 2003 13:33:12 +0000 (13:33 +0000)]
(CHAR_BIT): Remove duplicate definition.

21 years ago*** empty log message ***
Jim Meyering [Tue, 6 May 2003 08:51:30 +0000 (08:51 +0000)]
*** empty log message ***

21 years ago(GL_FUNC_GETCWD_PATH_MAX): Check for the
Jim Meyering [Tue, 6 May 2003 08:51:26 +0000 (08:51 +0000)]
(GL_FUNC_GETCWD_PATH_MAX): Check for the
declaration of getcwd *before* checking for the getcwd kernel bug.
Otherwise, configure-time `checking ...' messages would be intermixed.

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 May 2003 07:55:18 +0000 (07:55 +0000)]
*** empty log message ***

21 years ago(struct dummy): Ensure that at least the number of
Jim Meyering [Mon, 5 May 2003 07:54:19 +0000 (07:54 +0000)]
(struct dummy): Ensure that at least the number of
initializers matches the number of members in the corresponding enum.

21 years ago(enum Ftw_option): Name this previously-anonymous enum.
Jim Meyering [Mon, 5 May 2003 07:52:26 +0000 (07:52 +0000)]
(enum Ftw_option): Name this previously-anonymous enum.
(enum Ftw_option) [FTW_N_MEMBERS]: New member.

21 years agoAvoid array overrun.
Jim Meyering [Mon, 5 May 2003 07:31:49 +0000 (07:31 +0000)]
Avoid array overrun.
(nftw_arr): Update to reflect complete list of members.
(ftw_arr): Likewise

21 years ago*** empty log message ***
Jim Meyering [Mon, 5 May 2003 07:30:45 +0000 (07:30 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 4 May 2003 14:07:26 +0000 (14:07 +0000)]
.

21 years ago.
Jim Meyering [Sun, 4 May 2003 14:07:07 +0000 (14:07 +0000)]
.

21 years agoRemove tests of --bytes=-N; using that framework
Jim Meyering [Sun, 4 May 2003 14:06:52 +0000 (14:06 +0000)]
Remove tests of --bytes=-N; using that framework
caused the addition of thousands of small files to the tar archive.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 14:01:02 +0000 (14:01 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 13:56:47 +0000 (13:56 +0000)]
*** empty log message ***

21 years ago(TESTS): Add head-elide-tail.
Jim Meyering [Sun, 4 May 2003 13:56:43 +0000 (13:56 +0000)]
(TESTS): Add head-elide-tail.

21 years agoExercise head's --bytes=-N option.
Jim Meyering [Sun, 4 May 2003 13:46:52 +0000 (13:46 +0000)]
Exercise head's --bytes=-N option.

21 years ago.
Jim Meyering [Sun, 4 May 2003 08:45:17 +0000 (08:45 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:44:40 +0000 (08:44 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:43:39 +0000 (08:43 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:40:45 +0000 (08:40 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:39:14 +0000 (08:39 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:30:25 +0000 (08:30 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:30:09 +0000 (08:30 +0000)]
*** empty log message ***

21 years ago(__set_errno, LOCK, UNLOCK): Define.
Jim Meyering [Sun, 4 May 2003 08:30:01 +0000 (08:30 +0000)]
(__set_errno, LOCK, UNLOCK): Define.
(unsetenv): Update from GNU libc.
Ifdef-out this function, since the only caller
is putenv.c and that file now has its own copy.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 08:26:15 +0000 (08:26 +0000)]
*** empty log message ***

21 years agoThis avoids a core dump on systems without GNU putenv,
Jim Meyering [Sun, 4 May 2003 08:26:09 +0000 (08:26 +0000)]
This avoids a core dump on systems without GNU putenv,
when running `env -u SOME_ALREADY_UNSET_VARIABLE'.

(unsetenv): New static function, from libc.
(rpl_putenv): Use it.

21 years ago*** empty log message ***
Jim Meyering [Sun, 4 May 2003 07:10:25 +0000 (07:10 +0000)]
*** empty log message ***

21 years ago(HAVE_WORKING_READDIR): Define to 0 if not defined.
Jim Meyering [Sun, 4 May 2003 07:10:21 +0000 (07:10 +0000)]
(HAVE_WORKING_READDIR): Define to 0 if not defined.
(IF_READDIR_NEEDS_REWINDDIR): Remove.
(remove_cwd_entries): Rewrite to avoid IF_READDIR_NEEDS_REWINDDIR,
which was a bit weird because it couldn't be emulated by a function.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 May 2003 20:14:20 +0000 (20:14 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 May 2003 15:11:25 +0000 (15:11 +0000)]
*** empty log message ***

21 years agoAdd lots of tests to exercise --bytes=-N.
Jim Meyering [Sat, 3 May 2003 15:11:20 +0000 (15:11 +0000)]
Add lots of tests to exercise --bytes=-N.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 May 2003 15:10:22 +0000 (15:10 +0000)]
*** empty log message ***

21 years agoExtend head to accept --lines=-N (--bytes=-N) and to print all
Jim Meyering [Sat, 3 May 2003 15:10:13 +0000 (15:10 +0000)]
Extend head to accept --lines=-N (--bytes=-N) and to print all
but the N lines (bytes) at the end of the file.

Include full-write.h, full-read.h, inttostr.h, quote.h.
Use quote() in diagnostics, rather than literal `' marks.
(copy_fd, elide_tail_bytes_pipe, elide_tail_bytes_file):
New functions.
(elide_tail_lines_pipe, elide_tail_lines_file): New functions.
(head_file): Reorganize so as to call head from only one place.
(main): Likewise, for head_file.
Handle new, undocumented option, --presume-input-pipe.
Handle negative line and byte counts.

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 May 2003 14:56:22 +0000 (14:56 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 3 May 2003 14:24:48 +0000 (14:24 +0000)]
*** empty log message ***

21 years agoSkip test if the file system of `.' doesn't support
Jim Meyering [Sat, 3 May 2003 14:24:37 +0000 (14:24 +0000)]
Skip test if the file system of `.' doesn't support
sparse files -- otherwise it'd create a file of size 8GB.
This happens on Darwin6.5 with a file system of type `hfs'.

21 years ago.
Jim Meyering [Sat, 3 May 2003 07:13:25 +0000 (07:13 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 May 2003 21:43:00 +0000 (21:43 +0000)]
*** empty log message ***

21 years ago(canonicalize_file_name) [!HAVE_RESOLVEPATH]:
Jim Meyering [Fri, 2 May 2003 21:42:51 +0000 (21:42 +0000)]
(canonicalize_file_name) [!HAVE_RESOLVEPATH]:
A memory-allocation error could result in heap corruption.  Fix it
by also updating `dest' when rpath may be changed by xrealloc.

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 May 2003 19:52:59 +0000 (19:52 +0000)]
*** empty log message ***

21 years ago(usage): Don't mention obsolescent -WIDTH option.
Jim Meyering [Fri, 2 May 2003 19:52:48 +0000 (19:52 +0000)]
(usage): Don't mention obsolescent -WIDTH option.
Instead explain about `-' and standard input.
(main): Give a proper diagnostic for e.g., `fmt -c -72'.

21 years agoGive a proper diagnostic for e.g., `fmt -c -72'.
Jim Meyering [Fri, 2 May 2003 19:52:34 +0000 (19:52 +0000)]
Give a proper diagnostic for e.g., `fmt -c -72'.

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 May 2003 19:49:06 +0000 (19:49 +0000)]
*** empty log message ***

21 years agoInclude "quote.h".
Jim Meyering [Fri, 2 May 2003 19:37:23 +0000 (19:37 +0000)]
Include "quote.h".
Use quote() in diagnostics, rather than literal `' marks.
(main): Exit nonzero when unable to open an input file.

21 years agomake sure we fail when unable to open an input file
Jim Meyering [Fri, 2 May 2003 19:36:48 +0000 (19:36 +0000)]
make sure we fail when unable to open an input file

21 years agomake sure -72x elicits an error
Jim Meyering [Fri, 2 May 2003 19:20:18 +0000 (19:20 +0000)]
make sure -72x elicits an error

21 years ago(main): Diagnose invalid suffix on obsolescent width specifications like `-72x'.
Jim Meyering [Fri, 2 May 2003 19:15:19 +0000 (19:15 +0000)]
(main): Diagnose invalid suffix on obsolescent width specifications like `-72x'.

21 years ago.
Jim Meyering [Fri, 2 May 2003 13:03:28 +0000 (13:03 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Fri, 2 May 2003 13:02:54 +0000 (13:02 +0000)]
*** empty log message ***

21 years agobump serial number
Jim Meyering [Fri, 2 May 2003 13:02:48 +0000 (13:02 +0000)]
bump serial number