X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8db68289d1162b763606fe5271a7529408224d38..7776816565040879b3b095130a772c06585daeeb:/ChangeLog diff --git a/ChangeLog b/ChangeLog index df1d6ec3..90d9a08d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-02-19 Joel E. Denny + + 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. + 2011-02-19 Bernd Kiefer (tiny change) java: fix location handling bug.