summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-23 20:11:43 +0000
committerJim Meyering <jim@meyering.net>2001-11-23 20:11:43 +0000
commit27fc27695b7955dcf1fa26c1878a2f6acf0150e8 (patch)
tree152c8af44366ba8a685e5096d890c13337063e0b /old/fileutils
parent44fc00b79c59b71ec97ce7570d36271f718b300a (diff)
downloadcoreutils-27fc27695b7955dcf1fa26c1878a2f6acf0150e8.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a30458a11..dfc5ff705 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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: