summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-10 20:00:59 +0000
committerJim Meyering <jim@meyering.net>2003-05-10 20:00:59 +0000
commit2c199e699083cf3170bc896e655a5a64f6b18911 (patch)
treee15f251834b5cd42749ad7cf3ccb4a53e8d4bcc7
parent9eb832220950a24f8c845545d5770c8905c8a58a (diff)
downloadcoreutils-2c199e699083cf3170bc896e655a5a64f6b18911.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b0a6a970..2903c66a0 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.