diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-02 08:14:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-02 08:14:33 +0000 |
commit | 05aabec021d2a11a1f0508a1084eb68d7154a5e0 (patch) | |
tree | 01783b9253f4830d51457f511b98a56d5be70378 /old/fileutils/ChangeLog | |
parent | e996c1bd778effdfd65a01f50e28600a073df36b (diff) | |
download | coreutils-05aabec021d2a11a1f0508a1084eb68d7154a5e0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index de2dccf9e..a51e6925e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +2000-12-01 Paul Eggert <eggert@twinsun.com> + + * doc/fileutils.texi: Remove B suffix. Document how to have + the desired effect without it. + + * src/dd.c: Undo most of the changes since 2000-11-24, since we've + documented a standard way to do it. + (skip_bytes, seek_bytes): Remove. + (usage): Remove B suffix. + (scanargs, skip, dd_copy, main): Remove support for B suffix. + +2000-11-28 Jim Meyering <meyering@lucent.com> + + * src/mkdir.c (main): Remove any trailing slash unconditionally. + Reported by Volker Borchert. + * tests/mkdir/t-slash: Add a test for this. + 2000-11-27 Jim Meyering <meyering@lucent.com> * Version 4.0.33. |