diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-11 09:18:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-11 09:18:44 +0000 |
commit | 3c95527a01ce0aec5bf2e9ae3d9e8dcf48bc19b1 (patch) | |
tree | 5dd8edeef11107780715db69afd34a024c97ec7d | |
parent | 5b5557e3a3b65a5ee6e2eec3f9e477f8b5e1e192 (diff) | |
download | coreutils-3c95527a01ce0aec5bf2e9ae3d9e8dcf48bc19b1.tar.xz |
.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2003-05-11 Jim Meyering <jim@meyering.net> + + * Version 5.0.1. + 2003-05-10 Jim Meyering <jim@meyering.net> * Makefile.maint (syntax-check): Check for `error (EXIT_SUCCESS,'. @@ -12,7 +16,7 @@ that, rather than just "Try `uname --help' for more information.". * src/comm.c (main): Likewise, but for too few arguments. * src/logname.c: Include error.h. - (main): Say why we're failing + (main): Say why we're failing. * src/uniq.c (main): Don't segfault when argc < optind. * src/who.c (main): Handle argc < optind. @@ -24,9 +28,13 @@ * src/hostname.c: Likewise. * src/du.c (main): Likewise. * src/expand.c (main): Likewise. + * src/env.c (main): Likewise. + * src/unexpand.c (main): Likewise. + * src/printenv.c (main): Likewise. * src/sync.c (main): Handle argc == 0. * src/expr.c (main): Likewise. * src/printf.c (main): Likewise. + * src/basename.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. @@ -41,8 +49,6 @@ 2003-05-09 Jim Meyering <jim@meyering.net> - * Version 5.0.1. - * src/sort.c (main): Don't overrun array bound if argc is 0. That would happen when invoked via: execl ("/usr/bin/sort", NULL); Reported by Wartan Hachaturow. |