]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
src/location.h: #include "system.h" rather than <stdbool.h>.
[bison.git] / ChangeLog
index f0f0866b87cff3d1f65bd16ea9319a14ceddd6cf..a90a8a2780dcdeb79a54565eb0968351392029cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-06-07  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Get Bison to build again when configured with --enable-gcc-warnings.
+       * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
+       missing #include's.
+       * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
+       loc argument as it shadows a global.
+       * src/scan-gram.l: Remove stray comma that prevents boundary_set
+       invocation.
+
+       * src/.cvsignore: Add scan-code.c.
+
+2006-06-07  Akim Demaille  <akim@epita.fr>
+
+       * src/scan-gram.l: Move the "add a trailing ; to actions" code
+       to...
+       * src/scan-code.l: here.
+       * tests/input.at (Torturing the Scanner): Fix another location
+       error.
+
 2006-06-07  Akim Demaille  <akim@epita.fr>
 
        * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.