summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-19 08:51:27 +0000
committerJim Meyering <jim@meyering.net>2006-10-19 08:51:27 +0000
commit76a7aea9b62e97399b1ca28b61092c0ce22fed85 (patch)
treed4f3d958d6f010539a36fcb0960739e935deec25 /ChangeLog
parent14f131ea5792e8e9675e0320c5f828c7aabcf6cd (diff)
downloadcoreutils-76a7aea9b62e97399b1ca28b61092c0ce22fed85.tar.xz
* Makefile.maint (po-check): This rule didn't detect the new use
of "gettext" (as opposed to the use of "_" everywhere else) in lib/xstrtol.h. Adjust the grep regexp so that now it does.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbee5a58c..8c53ca0c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-19 Jim Meyering <jim@meyering.net>
+
+ * Makefile.maint (po-check): This rule didn't detect the new use
+ of "gettext" (as opposed to the use of "_" everywhere else) in
+ lib/xstrtol.h. Adjust the grep regexp so that now it does.
+
2006-10-18 Paul Eggert <eggert@cs.ucla.edu>
* src/copy.c (copy_reg): Rewrite slightly to avoid duplicate code