From: Paul Eggert Date: Fri, 3 Sep 2004 08:11:52 +0000 (+0000) Subject: dd minor cleanup for conversions X-Git-Tag: v5.3.0~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93bdd0d0946abc091bad4ddf38fe46dceb117fc0;p=thirdparty%2Fcoreutils.git dd minor cleanup for conversions --- diff --git a/ChangeLog b/ChangeLog index b2b625dde3..d7421b865e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-09-03 Paul Eggert + + * 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 Output correct errno-related diagnostic on "paste" I/O errors.