*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 12 Apr 2005 06:47:49 +0000 (06:47 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Apr 2005 06:47:49 +0000 (06:47 +0000)
ChangeLog

index b81ec45a06b49e767fe13f80c2f6d8ed6f8b225c..a964ccc5d6a81c8933dd0839c9d2084c3d97f7ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.