summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2011-03-06 22:48:46 -0500
committerJoel E. Denny <jdenny@clemson.edu>2011-03-06 23:07:59 -0500
commit4c2a6e42ba8b6bc4e04985f5ef3ec8926048d4b1 (patch)
treef8b475c0ba13eb3a6e054e38559737f8a31784d0 /NEWS
parent6f75992be50b83a084f955f63e5c35ccc8705f08 (diff)
downloadbison-4c2a6e42ba8b6bc4e04985f5ef3ec8926048d4b1.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a657bcc8..3f102577 100644
--- a/NEWS
+++ b/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):