From: Jim Meyering Date: Sat, 10 May 2003 14:53:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~543 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ea67851e7e41fbe9f0533aeb89eb498c7e713ed0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 388d0ee14f..4b0a6a9708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-05-10 Jim Meyering + * Makefile.maint (syntax-check): Check for `error (EXIT_SUCCESS,'. + + * src/readlink.c (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. + * src/uname.c (main): When failing due to too many arguments, also say that, rather than just "Try `uname --help' for more information.". * src/comm.c (main): Likewise, but for too few arguments. @@ -9,6 +17,8 @@ * src/uniq.c (main): Don't segfault when argc < optind. * src/who.c (main): Handle argc < optind. * src/install.c (main): Likewise. + * src/mv.c (main): Likewise. + * src/pwd.c (main): Likewise. * src/ln.c (main): Test for `missing argument' before computing n_files. * src/tail.c (main): Test for the case of no arguments before computing n_files.