summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Cowan <micah@cowan.name>2007-10-25 08:59:30 +0200
committerJim Meyering <meyering@redhat.com>2007-10-25 08:59:30 +0200
commit35eca590ad490d6f2b53b8a2e7dd0ce2fbabe710 (patch)
tree6e740b07613a1b0cef4518b73dafbd0c6468f62c /ChangeLog
parentedb5faa2970d57681ae9ba41d98df7f210d82587 (diff)
downloadcoreutils-35eca590ad490d6f2b53b8a2e7dd0ce2fbabe710.tar.xz
Tell xgettext that "ARG1 % ARG2" is not a C format string.
* src/expr.c (usage): Add a comment to override xgettext's default behavior, which would classify "ARG1 % ARG2" as a fprintf-style format string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 937779115..b70dd9130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-24 Micah Cowan <micah@cowan.name>
+
+ Tell xgettext that "ARG1 % ARG2" is not a C format string.
+ * src/expr.c (usage): Add a comment to override xgettext's default
+ behavior, which would classify "ARG1 % ARG2" as a fprintf-style
+ format string.
+
2007-10-24 Jim Meyering <meyering@redhat.com>
Avoid diagnostics from sha1sum when there is no cached checksum.