+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!
+
+ * src/reader.c (readgram): Be sure to attach mid-rule actions to
+ the empty-rule associated to the dummy symbol, not to the host
+ rule.
+ * tests/actions.at (Mid-rule actions): New.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ Memory leak.
+
+ * src/reader.c (reader): Free grammar.
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ Memory leak.
+
+ * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
+ since it allocates it for each state, although only one is needed.
+ (allocate_storage): Do it here.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/options.h, src/options.c (create_long_option_table): Rename
+ as...
+ (long_option_table_new): this, with a clearer prototype.
+ (percent_table): Remove, unused,
+ * src/getargs.c (getargs): Adjust.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
+ * src/print.c, src/print_graph.c, src/state.h: Rename state_table
+ as states.
+
+
2001-12-29 Akim Demaille <akim@epita.fr>
* src/lalr.c (build_relations): Rename `states' as `states1'.