From: Jim Meyering Date: Tue, 12 Apr 2005 06:47:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e982ed8130cb06bb5add2ec4c298a79560a70d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b81ec45a06..a964ccc5d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2005-04-11 Paul Eggert +2005-04-12 Jim Meyering * 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 + * 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 + * src/rm.c (usage): Mention that --recursive removes listed directories too, not just their contents. Say that by default, rm does not remove directories.