summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-10(send_signals): Don't check command line arguments here.Jim Meyering
(main): Check them here instead. Handle argc < optind.
2003-05-10Handle argc < optind.Jim Meyering
2003-05-10Handle argc < optind.Jim Meyering
2003-05-10Handle argc < optind.Jim Meyering
2003-05-10Handle argc < optind.Jim Meyering
2003-05-10(main): Set program_name before first use.Jim Meyering
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.
2003-05-10*** empty log message ***Jim Meyering
2003-05-10(syntax-check): Check for `error (EXIT_SUCCESS,'.Jim Meyering
2003-05-10(main): Handle argc < optind.Jim Meyering
2003-05-10(main): Handle argc < optind.Jim Meyering
2003-05-10*** empty log message ***Jim Meyering
2003-05-10(main): Handle argc < optind.Jim Meyering
2003-05-10add semicolonJim Meyering
2003-05-10(main): When failing due to too few arguments, also sayJim Meyering
that rather than just "Try `uname --help' for more information.".
2003-05-10*** empty log message ***Jim Meyering
2003-05-10(main): When failing due to unaccepted arguments,Jim Meyering
also say `too many arguments' rather than just `Try `uname --help' for more information.'.
2003-05-10(main): Handle argc < optind.Jim Meyering
2003-05-10(main): Don't segfault when argc < optind.Jim Meyering
2003-05-10(main): Use error, rather than fprintf, for the sake of consistency.Jim Meyering
2003-05-10(main): Test for the case of no arguments before computing n_files.Jim Meyering
2003-05-10(main): Test for `missing argument' before computing n_files.Jim Meyering
2003-05-10Include error.h.Jim Meyering
2003-05-10(More details about version sort): Note that strverscmp, and henceJim Meyering
`ls -v', does not use LC_COLLATE.
2003-05-10*** empty log message ***Jim Meyering
2003-05-10*** empty log message ***Jim Meyering
2003-05-10(Exit status): Remove `uniq' from the list. It uses standard exit codes.Jim Meyering
2003-05-09(main): Don't overrun array bound if argc is 0.Jim Meyering
2003-05-09fix off-by-one error in last changeJim Meyering
2003-05-09*** empty log message ***Jim Meyering
2003-05-09(main): Don't overrun array bound if argc is 0.Jim Meyering
That would happen when invoked via: execl ("/usr/bin/sort", NULL);
2003-05-09*** empty log message ***Jim Meyering
2003-05-08*** empty log message ***Jim Meyering
2003-05-08(timespec_subtract): Don't modify the 2nd arg.Jim Meyering
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.
2003-05-08(clock_get_realtime): Use gettime.c's gettime function,Jim Meyering
rather than an inferior, open-coded version that would fail on AIX systems due to clock_gettime failing with errno == ENOSYS.
2003-05-07*** empty log message ***Jim Meyering
2003-05-07Implement support so that `head --lines=-N' works on seekable files.Jim Meyering
(enum Copy_fd_status): Define. (COPY_FD_DIAGNOSE): New macro. (elide_tail_lines_seekable): New funtion. (elide_tail_lines_file): Call it here.
2003-05-07*** empty log message ***Jim Meyering
2003-05-06*** empty log message ***Jim Meyering
2003-05-06*** empty log message ***Jim Meyering
2003-05-06(CHAR_BIT): Remove duplicate definition.Jim Meyering
2003-05-06*** empty log message ***Jim Meyering
2003-05-06(GL_FUNC_GETCWD_PATH_MAX): Check for theJim Meyering
declaration of getcwd *before* checking for the getcwd kernel bug. Otherwise, configure-time `checking ...' messages would be intermixed.
2003-05-05*** empty log message ***Jim Meyering
2003-05-05(struct dummy): Ensure that at least the number ofJim Meyering
initializers matches the number of members in the corresponding enum.
2003-05-05(enum Ftw_option): Name this previously-anonymous enum.Jim Meyering
(enum Ftw_option) [FTW_N_MEMBERS]: New member.
2003-05-05Avoid array overrun.Jim Meyering
(nftw_arr): Update to reflect complete list of members. (ftw_arr): Likewise
2003-05-05*** empty log message ***Jim Meyering
2003-05-04.Jim Meyering
2003-05-04.Jim Meyering
2003-05-04Remove tests of --bytes=-N; using that frameworkJim Meyering
caused the addition of thousands of small files to the tar archive.