doc: cleanup.

* NEWS (2.5): Make some minor improvements to wording, and format
entries more consistently.
* doc/bison.texinfo (Language and Grammar): Point out that IELR
and canonical LR are experimental features.
(Decl Summary): In list of %define variables, make wording more
consistent.  Improve discussion of using LALR for GLR.
(cherry picked from commit f1b238df18)

Conflicts:

	doc/bison.texinfo
This commit is contained in:
Joel E. Denny
2010-12-19 22:14:08 -05:00
parent 4c38b19e26
commit 3b1977eab5
3 changed files with 43 additions and 29 deletions

View File

@@ -1,3 +1,13 @@
2010-12-19 Joel E. Denny <jdenny@clemson.edu>
doc: cleanup.
* NEWS (2.5): Make some minor improvements to wording, and format
entries more consistently.
* doc/bison.texinfo (Language and Grammar): Point out that IELR
and canonical LR are experimental features.
(Decl Summary): In list of %define variables, make wording more
consistent. Improve discussion of using LALR for GLR.
2010-12-19 Joel E. Denny <jdenny@clemson.edu>
parse.lac: document.