]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* doc/bison.texinfo: Formatting changes.
[bison.git] / ChangeLog
index 8c45edea5feaae4fd85438e13da91820f89b2965..d983394d4b3e6d49fe204dbc61beb194a6a379fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo: Formatting changes.
+
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       Don't store the token defs in a muscle, just be ready to output it
+       on command.  Now possible via `symbols'.  Fixes a memory leak.
+
+       * src/output.c (token_definitions_output): New.
+       (output_parser, header_output): Use it.
+       * src/reader.c (symbols_save): Remove.
+
+       
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.simple: Do not provide a default for YYSTYPE and
+       YYLTYPE before the user's prologue.  Otherwise it's hardly... a
+       default.
+
+       
 2001-12-29  Akim Demaille  <akim@epita.fr>
 
        Mid-rule actions are simply... ignored!