X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8f462efe923947cc4e72deea5b0fa93a5f88000d..a6e5a28079865c4924194685723962f198fd33ff:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 448e54aa..bcbc9eae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2011-03-20 Joel E. Denny + + lr.default-reductions: rename "full" value to "most". + Unlike "consistent" and "accepting", "full" doesn't answer the + question of "which states". + * doc/bison.texinfo (%define Summary): Update. + (Default Reductions): Update. + * src/print.c (print_reductions): Update. + * src/reader.c (prepare_percent_define_front_end_variables): + Update. + * src/tables.c (action_row): Update. + * tests/input.at (%define enum variables): Update. + * tests/reduce.at (%define lr.default-reductions): Update. + +2011-03-13 Joel E. Denny + + * src/parse-gram.c, src/parse-gram.h: Regenerate. + 2011-03-09 Akim Demaille named references: fix double free.