X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6f04ee6c78ba01f9d8e02dbe2baace0c3bd8f4fd..d815ec4a6290e18fac9220438622f6dd27b3227f:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index dacfddc3..670853a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-03-06 Joel E. Denny + + lr.default-reductions: rename "all" value to "full". + States that shift the error token do not have default reductions, + and GLR disables some default reductions, so "all" was a misnomer. + * 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-06 Joel E. Denny doc: create a new Tuning LR section in the manual.