]> git.saurik.com Git - bison.git/commit - NEWS
java: test and document previous bug fix.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Feb 2011 00:36:33 +0000 (19:36 -0500)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Feb 2011 00:57:44 +0000 (19:57 -0500)
commit6771a463cd592905ebe64dd8d11ccfd649e391d2
tree4f47ba6ce8fc59d7efdf6c6a750b3bbb1331650f
parentaa3bcdf35e6e0daab858e528cfd84042a962bb0c
java: test and document previous bug fix.

* NEWS (2.5): Document it.
* tests/java.at (_AT_DATA_JAVA_CALC_Y): To one of the yyerror
invocations, pass a location that spans multiple tokens.  Change
yyerror to report all of a location rather than just the begin
position.  Extend yylex and Position to count tokens on a line.
Remove getHashCode as it's unused.  Update all expected output.
(cherry picked from commit 7776816565040879b3b095130a772c06585daeeb)
ChangeLog
NEWS
tests/java.at