]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 14 Nov 2002 12:09:42 +0000 (12:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 14 Nov 2002 12:09:42 +0000 (12:09 +0000)
ChangeLog

index 63140f3a5482569106a257846039c801407f64cc..4885b6ed35fc23b3957b2c6369e45c43a92ba60e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2002-11-12  Jim Meyering  <jim@meyering.net>
+2002-11-14  Jim Meyering  <jim@meyering.net>
 
        * Version 4.5.4.
 
+       * Makefile.maint: Sync with Bison, i.e.:
+       (po-check): Scan .l and .y files instead of the
+       .c and the .h files that they generate.  This fixes the bug
+       reported by Tim Van Holder in:
+       <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
+       Look for N_ as well as for _.  Try to avoid matching #define for
+       N_ and _.
+       From Paul Eggert.
+
+2002-11-12  Jim Meyering  <jim@meyering.net>
+
        * src/ls.c (HAVE_SYMLINKS): Remove unnecessary macro definition.
        Replace sole use with equivalent `#ifdef S_ISLNK'.
        Inconsistency reported by Dmitry V. Levin.