From: Jim Meyering Date: Sat, 10 May 2003 20:00:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~532 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2c199e699083cf3170bc896e655a5a64f6b18911;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4b0a6a9708..2903c66a08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,10 +19,21 @@ * src/install.c (main): Likewise. * src/mv.c (main): Likewise. * src/pwd.c (main): Likewise. + * src/tty.c (main): Likewise. + * src/chroot.c (main): Likewise. + * src/hostname.c: Likewise. + * src/du.c (main): Likewise. + * src/expand.c (main): Likewise. + * src/sync.c (main): Handle argc == 0. + * src/expr.c (main): Likewise. + * src/printf.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. + * src/kill.c (send_signals): Don't check command line arguments here. + (main): Check them here instead. Handle argc < optind. + * src/logname.c (main): Use error, rather than fprintf, for the sake of consistency.