]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
2006-10-16 Paolo Bonzini <bonzini@gnu.org>
[bison.git] / ChangeLog
index 4a1b7044715ec1909e2ec00c9fe574c82549cc42..54a5ed5d10a12d3e954f01058545137ba1efe1ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-10-16  Paolo Bonzini  <bonzini@gnu.org>
+
+       * data/bison.m4 (b4_user_requires, b4_user_provides): New.
+       (b4_user_start_header): Remove.
+       * data/glr.c: Use new macros instead of b4_*start_header
+       and b4_*end_header.
+       * data/glr.cc: Likewise.
+       * data/lalr1.cc: Likewise.
+       * data/push.c: Likewise.
+       * data/yacc.c: Likewise.
+
+       * doc/bison.texinfo: Remove %before-header, rename
+       %{start,end,after}-header to %requires, %provides, %code.
+
+       * src/parse-gram.y: Likewise (also rename token names accordingly).
+       * src/scan-gram.l: Likewise.
+       * tests/actions.at: Likewise.
+
 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).