X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cce7171088417e4fd9b38224a8ab12b0769e4fb2..931394cbc10909854852366d589f1d25527922fc:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ebf6b024..963bdc49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2001-12-29 Akim Demaille + + * tests/actions.at (Mid-rule actions): Output on a single line + instead of several. + + +2001-12-29 Akim Demaille + + * doc/bison.texinfo: Formatting changes. + +2001-12-29 Akim Demaille + + 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 * src/bison.simple: Do not provide a default for YYSTYPE and