mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
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 <angelo.borsotti@gmail.com> (tiny change)
|
||||
|
||||
java: fix parser stack popping bug.
|
||||
|
||||
Reference in New Issue
Block a user