doc: add bibliography to manual.

* doc/bison.texinfo (Mystery Conflicts): Cross-reference
bibliography instead of citing publications directly.
(Generalized LR Parsing): Likewise.
(Bibliography): New section.  Not all entries are cross-referenced
yet, but that will come in future patches.
This commit is contained in:
Joel E. Denny
2011-02-20 16:58:52 -05:00
parent 7776816565
commit 71caec0661
2 changed files with 53 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
2011-02-20 Joel E. Denny <joeldenny@joeldenny.org>
doc: add bibliography to manual.
* doc/bison.texinfo (Mystery Conflicts): Cross-reference
bibliography instead of citing publications directly.
(Generalized LR Parsing): Likewise.
(Bibliography): New section. Not all entries are cross-referenced
yet, but that will come in future patches.
2011-02-19 Joel E. Denny <joeldenny@joeldenny.org>
java: test and document previous bug fix.