diff options
author | Jim Meyering <jim@meyering.net> | 2005-04-12 06:47:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-04-12 06:47:49 +0000 |
commit | 21e982ed8130cb06bb5add2ec4c298a79560a70d (patch) | |
tree | 5ac9d118b1aa821b0c7a22f87e0eec1f2d07a140 /ChangeLog | |
parent | aa3d627011002fd7c1638517b5ddc4cd252cb42a (diff) | |
download | coreutils-21e982ed8130cb06bb5add2ec4c298a79560a70d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2005-04-11 Paul Eggert <eggert@cs.ucla.edu> +2005-04-12 Jim Meyering <jim@meyering.net> * Version 5.3.1. + * src/tsort.c (tsort): Use "%s" as the format string, + rather than a diagnostic or a file name. + + * src/comm.c (compare_files): Remove declaration of unused local. + + * src/chown-core.c (chopt_free): Mark parameter as unused. + +2005-04-11 Paul Eggert <eggert@cs.ucla.edu> + * man/chown.x: Reword to match user manual. * man/id.x: Likewise. * src/setuidgid.c (usage): Use "user ID", not "UID", and similarly @@ -83,6 +92,8 @@ to this: # define __attribute__(x) /* empty */ +2005-04-09 Jim Meyering <jim@meyering.net> + * src/rm.c (usage): Mention that --recursive removes listed directories too, not just their contents. Say that by default, rm does not remove directories. |