+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * doc/bison.texinfo: Promote `%long-directive' over
+ `%long_directive'.
+ Remove all references to fixed-output-files, yacc is enough.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
+ user prologue. These are defaults.
+ * tests/actions.at (Mid-rule actions): Make sure the user can
+ define YYDEBUG and YYERROR_VERBOSE.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/output.c (header_output): Don't forget to export YYLTYPE and
+ yylloc.
+ * tests/headers.at (export YYLTYPE): New, make sure it does.
+ * tests/regression.at (%union and --defines, Invalid CPP headers):
+ Move to...
+ * tests/headers.at: here.
+
+
+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
+
+
+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
+ 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'.