summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 18:29:44 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 18:29:44 +0000
commit894d51af470dc63bc56554d8e59854c20fd6078b (patch)
treebb041d465a2c2cb8e8e13bd35bf02b86d87b1e0f
parent6407eda7df7a5acb3c452557b858732d2614a9f4 (diff)
downloadcoreutils-894d51af470dc63bc56554d8e59854c20fd6078b.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog2
-rw-r--r--old/fileutils/NEWS1
2 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f0ceb0947..460f618b8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,7 @@
2000-07-23 Jim Meyering <meyering@lucent.com>
+ * Version 4.0x.
+
* src/dd.c (main): Give a better diagnostic for e.g.,
`dd if=/dev/fd0 seek=100000000000'.
Convert "`%s'" in format strings to "%s", and wrap each
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index f31d95a00..11262b688 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,5 +1,6 @@
Changes in release 4.1:
[4.0x]
+* Fix cp so that `cp -r DIR1/ DIR2' works properly once again.
* New ls option --quoting-style=clocale acts like --quoting-style=locale,
except that it quotes "like this" by default instead of `like this'.
[4.0w]