summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2008-01-30 07:33:01 +0100
committerJim Meyering <meyering@redhat.com>2008-01-30 07:33:01 +0100
commit194ca7b3f9d7992c6c40804d8d15fda5e257604a (patch)
treebff870f1af2457c33f8270d93ba2286df07310f0 /ChangeLog
parentb0d3d97a0fd92166ba1224301183abeceb411495 (diff)
downloadcoreutils-194ca7b3f9d7992c6c40804d8d15fda5e257604a.tar.xz
Don't modify argv in dd.
* src/dd.c (operand_is): New function. (scanargs): Use it so that we don't need to modify argv, as a nicety. Problem reported by Adam Goode in <http://lists.gnu.org/archive/html/bug-coreutils/2008-01/msg00264.html>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0559940a..5e1532564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ Don't modify argv in dd.
+ * src/dd.c (operand_is): New function.
+ (scanargs): Use it so that we don't need to modify argv, as a nicety.
+ Problem reported by Adam Goode in
+ <http://lists.gnu.org/archive/html/bug-coreutils/2008-01/msg00264.html>.
+
2008-01-29 Jim Meyering <meyering@redhat.com>
* Makefile.am (BUILT_SOURCES): Ensure that .version exists.