X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2c5690250c9489f1ec3cd083ee754938bb47707f..1921f1d7a44530a5196880d52ce83fea60da6255:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5a65e783..353a5ed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2002-06-14 Akim Demaille + + Grammar declarations may be found in the grammar section. + + * src/parse-gram.y (rules_or_grammar_declaration): New. + (declarations): Each declaration may end with a semicolon, not + just... + (grammar_declaration): `"%union"'. + (grammar): Branch to rules_or_grammar_declaration. + + +2002-06-14 Akim Demaille + + * src/main.c (main): Invoke scanner_free. + + +2002-06-14 Akim Demaille + + * src/output.c (m4_invoke): Extracted from... + (output_skeleton): here. + Free tempfile. + + 2002-06-14 Akim Demaille * src/parse-gram.y (directives, directive, gram)