From f24ff8f42b45f868876bde7d21046c01188d42a4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Dec 2006 10:09:37 +0100 Subject: * NEWS: dd bs= operands now silently override later ibs= and obs=, as POSIX requires. * src/dd.c (scanargs): Implement it. * tests/dd/misc (outbytes): Test it. * doc/coreutils.texi (dd invocation): Specify that bs=N overrides later ibs and obs, undoing part of the previous change. (The behavior was wrong.) --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9c84ceb8..fa0a39bf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ -2006-12-21 Jim Meyering - - * Makefile.maint (patch-check): Fix shell quoting. +2006-12-21 Paul Eggert + + * NEWS: dd bs= operands now silently override later ibs= and obs=, + as POSIX requires. + * src/dd.c (scanargs): Implement it. + * tests/dd/misc (outbytes): Test it. + * doc/coreutils.texi (dd invocation): Specify that bs=N + overrides later ibs and obs, undoing part of the + previous change. (The behavior was wrong.) 2006-12-20 Jim Meyering -- cgit v1.2.3-70-g09d2