summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-03 08:11:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-03 08:11:52 +0000
commit93bdd0d0946abc091bad4ddf38fe46dceb117fc0 (patch)
treea61a2ae478d233ca7a12d54b8a074fd2e033abe0 /ChangeLog
parent54f4b3ce740928e08beb86e8f578600292dc765d (diff)
downloadcoreutils-93bdd0d0946abc091bad4ddf38fe46dceb117fc0.tar.xz
dd minor cleanup for conversions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b625dde..d7421b865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/dd.c (usage): "alternated EBCDIC" -> "alternate EBCDIC".
+ (bit_count): Remove. All uses changed to....
+ (multiple_bits_set): New function.
+ (scanargs): Use it, and check separately for each set of
+ incompatible options, to improve diagnostics.
+ (MX): Remove.
+ (apply_translations): Move checks for incompatible options
+ to scanargs, so that they're done consistently.
+
2004-09-02 Paul Eggert <eggert@cs.ucla.edu>
Output correct errno-related diagnostic on "paste" I/O errors.