]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dd seek=N now conforms to POSIX if the output isn't seekable.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 04:24:14 +0000 (04:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 May 2005 04:24:14 +0000 (04:24 +0000)
ChangeLog

index b38fdedaa4c0e1a85e0fab210c5031ff3425cebf..082863819b9aea85dc7280ed0b49032b804e9c87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * Version 5.3.1.
 
+       * NEWS: dd seek=N now conforms to POSIX if the output isn't seekable.
+       * src/dd.c (skip): Return the number of records that were not
+       skipped due to encountering EOF.
+       (dd_copy): If the file wasn't seekable and EOF was encountered,
+       write zeros past EOF until the desired offset is reached.
+
        * NEWS: expr and test now correctly compare integers of unlimited size.
        (Also, correct a comment that claimed that expr detects integer
        overflow; it does so only when converting from strings.)