summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2008-01-31 09:22:49 +0100
committerJim Meyering <meyering@redhat.com>2008-01-31 09:24:35 +0100
commite8bb94a4e3490ec3ec3e8bacba3f0b195e9d4a5e (patch)
tree7a21713848982d10aeb4f03acbb9068c479bb1ef /ChangeLog
parent62b7b422a26268c377fcd5c608706ded5e5a3265 (diff)
downloadcoreutils-e8bb94a4e3490ec3ec3e8bacba3f0b195e9d4a5e.tar.xz
Don't modify argv in dd due to ',' in arguments.
* src/dd.c: Include quotearg.h. (operand_matches): New function. (parse_symbols, operand_is): Use it. (parse_symbols): 1st arg is now const pointer. Don't modify it. msgid arg is now just the message, not a format. (scanargs): Add some 'const's to check for problems like the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b0e141c..8788843bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ Don't modify argv in dd due to ',' in arguments.
+ * src/dd.c: Include quotearg.h.
+ (operand_matches): New function.
+ (parse_symbols, operand_is): Use it.
+ (parse_symbols): 1st arg is now const pointer. Don't modify it.
+ msgid arg is now just the message, not a format.
+ (scanargs): Add some 'const's to check for problems like the above.
+
2008-01-30 Jim Meyering <meyering@redhat.com>
* src/c99-to-c89.diff: Adjust remove.c offsets, again.