diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-03 08:11:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-03 08:11:52 +0000 |
commit | 93bdd0d0946abc091bad4ddf38fe46dceb117fc0 (patch) | |
tree | a61a2ae478d233ca7a12d54b8a074fd2e033abe0 /ChangeLog | |
parent | 54f4b3ce740928e08beb86e8f578600292dc765d (diff) | |
download | coreutils-93bdd0d0946abc091bad4ddf38fe46dceb117fc0.tar.xz |
dd minor cleanup for conversions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |