]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 May 2003 20:00:59 +0000 (20:00 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 May 2003 20:00:59 +0000 (20:00 +0000)
ChangeLog

index 4b0a6a9708e95d4a170a1e834fa2c8877eeda579..2903c66a0830e34de5add472ebe1fc2d9f7f71f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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.