]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Handle dd's file-creation flags even on file descriptors. Improve
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 18:58:39 +0000 (18:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 18:58:39 +0000 (18:58 +0000)
test cases and documentation for these flags.

ChangeLog

index 9b4944115b375d00f0e024657a3f6fd8bd8aecf4..74dafdc0e8eee002ef39d6846113693950577094 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * Version 6.0-cvs.
 
+       * NEWS: Document dd's new 'directory' and 'nolinks' flags.
+       * src/dd.c (set_fd_flags): Handle file-creation flags on file
+       descriptors, rather than ignoring them.
+       * tests/dd/misc: Add test cases for append, nofollow, directory,
+       and nolinks flags.  Simplify redirection to /dev/null in some cases.
+
        * tests/dd/misc: iflags->iflag.  This fixes a typo that meant the
        noatime test never tested anything.