X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/931394cbc10909854852366d589f1d25527922fc..3cd5bcdd19537bafd3ae7d0851cda452a3422e98:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 963bdc49..397f44da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,48 @@ +2001-12-29 Akim Demaille + + %name-prefix is broken. + + * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy". + Adjust all dependencies. + * tests/headers.at (export YYLTYPE): Strengthen this test: use + %name-prefix. + + Renaming yylval but not yylloc is not consistent. Now we do. + + * src/bison.simple: Prefix yylloc if used. + * doc/bison.texinfo (Decl Summary): Document that. + +2001-12-29 Akim Demaille + + * doc/bison.texinfo: Promote `%long-directive' over + `%long_directive'. + Remove all references to fixed-output-files, yacc is enough. + +2001-12-29 Akim Demaille + + * 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 + + * 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 + + * src/gram.h (rule_s): Member `assoc' is of type `associativity'. + 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. @@ -17,14 +56,12 @@ (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 YYLTYPE before the user's prologue. Otherwise it's hardly... a default. - 2001-12-29 Akim Demaille Mid-rule actions are simply... ignored! @@ -34,7 +71,6 @@ rule. * tests/actions.at (Mid-rule actions): New. - 2001-12-29 Akim Demaille Memory leak. @@ -49,7 +85,6 @@ since it allocates it for each state, although only one is needed. (allocate_storage): Do it here. - 2001-12-29 Akim Demaille * src/options.h, src/options.c (create_long_option_table): Rename @@ -58,20 +93,17 @@ (percent_table): Remove, unused, * src/getargs.c (getargs): Adjust. - 2001-12-29 Akim Demaille * 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 * src/lalr.c (build_relations): Rename `states' as `states1'. Sorry, I don't understand exactly what it is, no better name... - 2001-12-29 Akim Demaille * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c @@ -79,31 +111,26 @@ * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table as rules. - 2001-12-29 Akim Demaille * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long ago. - 2001-12-29 Akim Demaille * src/reader.c, src/reader.h (user_toknums): Remove. Adjust all users to use symbols[i]->user_token_number. - 2001-12-29 Akim Demaille * src/gram.c, src/gram.h (sprec, sassoc): Remove. Adjust all users to use symbols[i]->prec or ->assoc. - 2001-12-29 Akim Demaille * src/reader.c, src/reader.h (tags): Remove. Adjust all users to use symbols[i]->tag. - 2001-12-29 Akim Demaille * src/gram.h, src/gram.c (symbols): New, similar to state_table @@ -115,14 +142,12 @@ single table. Use symbols[i]->tag instead of tags[i]. - 2001-12-29 Akim Demaille * tests/calc.at (_AT_DATA_CALC_Y): Also use %union. In addition, put a comment in there, to replace... * tests/regression.at (%union and C comments): Remove. - 2001-12-29 Akim Demaille * tests/regression.at (Web2c Actions): Blindly move the actual @@ -132,7 +157,6 @@ presence of `$axiom' is to be noted: AFAICS it is useless (but harmless). - 2001-12-29 Akim Demaille * src/reader.c (readgram): Don't add the rule 0 if there were no @@ -140,13 +164,11 @@ grammar sanity checks. Fixes the `tests/regression.at (Invalid input: 1)' Failure. - 2001-12-29 Akim Demaille * tests/regression.at (Web2c Report): Catch up: the rule 0 is now visible, and some states have now a different number. - 2001-12-29 Akim Demaille * src/reader.c (readgram): Bind the initial rule's lineno to that @@ -154,7 +176,6 @@ * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts): (Solved SR Conflicts): Adjust rule 0's line number. - 2001-12-29 Akim Demaille Fix the `GAWK Grammar' failure. @@ -168,7 +189,6 @@ * tests/regression.at (Rule Line Numbers): Adjust: state 0 does have a reduction on $default. - 2001-12-29 Akim Demaille * src/gram.c (ritem_print): Be sure to subtract 1 when displaying @@ -185,7 +205,6 @@ * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads are dumped. - 2001-12-29 Akim Demaille * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0', @@ -198,7 +217,6 @@ * tests/sets.at (Nullable): Adjust. Fortunately, now, the $axiom is no longer nullable. - 2001-12-29 Akim Demaille * src/LR0.c (generate_states): Use nritems, not nitems, nor using