summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-10 14:53:51 +0000
committerJim Meyering <jim@meyering.net>2003-05-10 14:53:51 +0000
commitea67851e7e41fbe9f0533aeb89eb498c7e713ed0 (patch)
tree0585ec5bb0cc27cd70b8a2363dcf243c5a6b9f63 /ChangeLog
parentcc43b4e7849aad1c078a962d7ad51aa46a6d8fdb (diff)
downloadcoreutils-ea67851e7e41fbe9f0533aeb89eb498c7e713ed0.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 388d0ee14..4b0a6a970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-05-10 Jim Meyering <jim@meyering.net>
+ * 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.