]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dd minor cleanup for conversions
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Sep 2004 08:11:52 +0000 (08:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Sep 2004 08:11:52 +0000 (08:11 +0000)
ChangeLog

index b2b625dde30d1b6d07335e390a915f6aca961dd6..d7421b865e3a545e329834101d2af4fe204cad3c 100644 (file)
--- 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.