X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6cbfbcc58c425fef062c4d759e5d43c56a9a194e..82b6cb3fb20b5036b201a07c4ea1b2a59b904d01:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 88ff17bd..07e43dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-05-02 Akim Demaille + + * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action) + (parse_guard): Rename the formal argument `stack_offset' as + `rule_length', which is more readable. + Adjust callers. + (copy_at, copy_dollar): Instead of outputting the hard coded + values of $$, $n and so forth, output invocation to b4_lhs_value, + b4_lhs_location, b4_rhs_value, and b4_rhs_location. + * data/bison.simple, data/bison.c++ (b4_lhs_value) + (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New. + 2002-05-02 Akim Demaille * configure.in (AC_INIT): Bump to 1.49b.