X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/88bce5a2ef15e5b508749e75ddad709aca85b019..640748eecf67130c80b5fd5f5cca19630eddf2b3:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 95a4a2e3..93c1e52b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-07-29 Akim Demaille + + * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not + state_number_t. + (errs_t): symbol_t*, not symbol_number_t. + (reductions_t): rule_t*, not rule_number_t. + (FOR_EACH_SHIFT): New. + * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c + * src/print.c, src/print_graph.c: Adjust. + 2002-07-29 Akim Demaille Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.