java: fix parser tracing bug.

* NEWS (2.5): Document.
* data/lalr1.java (YYParser::YYStack::print): Don't skip top
element.
This commit is contained in:
Joel E. Denny
2011-03-06 22:27:28 -05:00
parent 4c2a6e42ba
commit f0e2c228a0
3 changed files with 10 additions and 1 deletions

2
NEWS
View File

@@ -298,6 +298,8 @@ Bison News
*** The top element of each of the value stack and location stack is now
cleared when popped so that it can be garbage collected.
*** Parser traces now print the top element of the stack.
* Changes in version 2.4.3 (2010-08-05):
** Bison now obeys -Werror and --warnings=error for warnings about