mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +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:
7
NEWS
7
NEWS
@@ -291,7 +291,12 @@ Bison News
|
||||
canonical LR. However, LAC is still experimental and is disabled
|
||||
by default.
|
||||
|
||||
** A location handling bug in the Java skeleton has been fixed.
|
||||
** Java skeleton fixes:
|
||||
|
||||
*** A location handling bug has been fixed.
|
||||
|
||||
*** The top element of each of the value stack and location stack is now
|
||||
cleared when popped so that it can be garbage collected.
|
||||
|
||||
* Changes in version 2.4.3 (2010-08-05):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user