]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
src/tables.c (matching_state): Don't allow states to match if
[bison.git] / ChangeLog
index 30b3d102a0d002ca079ce3793275d52326f11b72..a211e961e7a9e8329f058b89d1fbccaca25dfc2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2002-11-04  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
+
+       * src/tables.c (matching_state): Don't allow states to match if 
+       either has GLR conflict entries.
+       
+2002-11-05  Paul Eggert  <eggert@twinsun.com>
+
+       Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
+       Also, remove one static variable in the scanner.
+
+       * src/scan-gram.l (braces_level): Now auto, not static.
+       Initialize to zero if the compiler is being picky.
+       (INITIAL): Clear braces_level instead of incrementing it.
+       (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
+       as POSIX 1003.1-2001 requires.
+       * src/system.h (IF_LINT): New macro, taken from coreutils.
+       * configure.ac: Define "lint" if --enable-gcc-warnings.
+
 2002-11-05  Akim Demaille  <akim@epita.fr>
 
        * src/scan-gram.l: When it starts with `%', complain about the
        * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
        #if.
 
+2002-10-29  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
+
+       * tests/glr-regr1.at: New test for reported regressions.
+       * tests/testsuite.at: Add glr-regr1.at test.
+       * tests/Makefile.am: Add glr-regr1.at test.
+       
 2002-10-24  Paul Eggert  <eggert@twinsun.com>
 
        Version 1.75a.