summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-12 10:57:17 +0100
committerJim Meyering <meyering@redhat.com>2011-12-12 10:57:17 +0100
commitf5c2e2ac7d4ca2f6ba15e56a245f348899360a00 (patch)
tree7bac39fbf3ca0b253798ca0d6e9768e847f7eb33 /ChangeLog
parent7c251266b25bc720104c05c6a15736d52323c058 (diff)
downloadgnulib-f5c2e2ac7d4ca2f6ba15e56a245f348899360a00.tar.gz
argmatch: don't hard-code `' when listing valid option arguments
* lib/argmatch.c (argmatch_valid): Don't hard-code `%s'. Instead, use the quote function to add quotes. Use fputs rather than fprintf for the format string with no format directive.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 455bb6a680..79cbf7ebb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-12 Jim Meyering <meyering@redhat.com>
+
+ argmatch: don't hard-code `' when listing valid option arguments
+ * lib/argmatch.c (argmatch_valid): Don't hard-code `%s'. Instead,
+ use the quote function to add quotes. Use fputs rather than
+ fprintf for the format string with no format directive.
+
2011-12-07 Eric Blake <eblake@redhat.com>
bootstrap: detect tools required by gnulib-tool