diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-10 20:00:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-10 20:00:59 +0000 |
commit | 2c199e699083cf3170bc896e655a5a64f6b18911 (patch) | |
tree | e15f251834b5cd42749ad7cf3ccb4a53e8d4bcc7 | |
parent | 9eb832220950a24f8c845545d5770c8905c8a58a (diff) | |
download | coreutils-2c199e699083cf3170bc896e655a5a64f6b18911.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |