]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/actions.at (Mid-rule actions): Output on a single line
[bison.git] / ChangeLog
index ebf6b024f1f7d2d57258e25a79b7e54f4ed51f5e..963bdc4985774250fc8775589d12830c8f62de9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       * tests/actions.at (Mid-rule actions): Output on a single line
+       instead of several.
+
+       
+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