mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
%define lr.type: make values lowercase IDs.
That is, "LALR" => "lalr", "IELR" => "ielr", and
"canonical LR" => "canonical-lr".
* NEWS (2.5): Update documentation.
* doc/bison.texinfo (Decl Summary): Likewise.
* src/ielr.c (ielr): Use new values.
* src/ielr.h (ielr): Update documentation.
* src/reader.c (prepare_percent_define_front_end_variables): Use
and validate new values.
* tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
grammars.
* tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
(cherry picked from commit 6ba9640406)
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2009-08-28 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
%define lr.type: make values lowercase IDs.
|
||||
That is, "LALR" => "lalr", "IELR" => "ielr", and
|
||||
"canonical LR" => "canonical-lr".
|
||||
* NEWS (2.5): Update documentation.
|
||||
* doc/bison.texinfo (Decl Summary): Likewise.
|
||||
* src/ielr.c (ielr): Use new values.
|
||||
* src/ielr.h (ielr): Update documentation.
|
||||
* src/reader.c (prepare_percent_define_front_end_variables): Use
|
||||
and validate new values.
|
||||
* tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
|
||||
grammars.
|
||||
* tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
|
||||
|
||||
2009-08-27 Eric Blake <ebb9@byu.net>
|
||||
|
||||
scan-gram: avoid portability trap with ctype usage.
|
||||
|
||||
Reference in New Issue
Block a user