]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
java: fix parser stack popping bug.
authorAngelo Borsotti <angelo.borsotti@gmail.com>
Mon, 7 Mar 2011 03:19:18 +0000 (22:19 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Mon, 7 Mar 2011 04:04:55 +0000 (23:04 -0500)
commit6f75992be50b83a084f955f63e5c35ccc8705f08
tree4fdf2f37ae7320b407f71e9de90050617998004d
parent121c498280f96b31a1f90e2012751509e6358a64
java: fix parser stack popping bug.

Reported at
<http://lists.gnu.org/archive/html/bug-bison/2011-02/msg00005.html>.
* 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.
ChangeLog
THANKS
data/lalr1.java