X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cc09e5beb929422f619906f05daa777ffaf5ade7..1a33f4f60872281c70c2aea3f8529d8660609609:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e1bfcc66..c0f22b52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2011-03-06 Joel E. Denny + + java: finish fixing parser stack popping bug. + * NEWS (2.5): Document. + * data/lalr1.java (YYParser::YYStack::pop): Fix off-by-one error + in clearing the location stack. Also fix pop function that + accepts no arguments. + +2011-03-06 Angelo Borsotti (tiny change) + + java: fix parser stack popping bug. + Reported at + . + * THANKS (Angelo Borsotti): Add. + * data/lalr1.java (YYParser::YYStack::pop): Fix off-by-one error + in clearing the value stack. Previously, the top element of the + stack wasn't cleared and so the value was not garbage collected. + +2011-03-06 Joel E. Denny + + doc: cite publication for LAC. + * doc/bison.texinfo (LAC): Here. + 2011-03-06 Joel E. Denny doc: clean up terminology for mysterious conflicts.