diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-06 17:57:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-06 17:57:59 +0000 |
commit | c0fd619103f22dc9ce4ef2835acd2f6985725f84 (patch) | |
tree | 2d1a9b911476cbb2a331bb5b88036fae4764cacc | |
parent | b3f58e2acf0c52790d9a0962bba510b8c8af8ab2 (diff) | |
download | coreutils-c0fd619103f22dc9ce4ef2835acd2f6985725f84.tar.xz |
dd has new iflag= and oflag= flags "binary" and "text".
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2005-05-04 Paul Eggert <eggert@cs.ucla.edu> +2005-05-06 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: dd has new iflag= and oflag= flags "binary" and "text". + * src/dd.c (flags, usage): Add support for "binary" and "text". + +2005-05-04 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: chmod -w now complains if it differs from chmod a-w. * src/chmod.c: Include quotearg.h. (diagnose_surprises): New var. |