]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 20:11:43 +0000 (20:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 20:11:43 +0000 (20:11 +0000)
old/fileutils/ChangeLog

index a30458a112170b3771ceb603682fbd692d514717..dfc5ff705faed576dd946b4d692f692d9d239fbf 100644 (file)
@@ -1,13 +1,26 @@
 2001-11-23  Jim Meyering  <meyering@lucent.com>
 
+       * src/shred.c (usage): Use `output', not `print' in description of
+       the --version option, so this message is consistent with all the rest.
+
+       * chgrp.c, chmod.c, chown.c, cp.c, dd.c, df.c, dircolors.c (usage):
+       * du.c, install.c, ln.c, ls.c, rm.c, rmdir.c, shred.c, touch.c (usage):
+       Split --help output into smaller pieces.
+       Use fputs, not printf.
+
+       * cp-hash.c, du.c, remove.c:
+       Use opaque type, Hash_table, not `struct hash_table'.
+
+2001-11-23  Jim Meyering  <meyering@lucent.com>
+
+       * Version 4.1.2.
+
        * src/cp-hash.c: Use opaque type, Hash_table, not `struct hash_table'.
        * src/du.c: Likewise.
        * src/remove.c: Likewise.
 
 2001-11-22  Jim Meyering  <meyering@lucent.com>
 
-       * Version 4.1.2.
-
        Don't fail for commands like this: cp a a d/
        This change in behavior was introduced in 4.1.1, as part of the
        2001-09-28 change.  cp and mv still fail for commands like this: