From: Paolo Bonzini Date: Fri, 31 Oct 2008 13:32:55 +0000 (+0100) Subject: commit missing ChangeLog entry X-Git-Tag: v2.4~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f259e4e63c65525a864413c251f796d77793bfe3 commit missing ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 40037cf8..2151bfab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-10-31 Di-an Jan + + * data/lalr1.jave: Update copyright years. + (YYParser): Correct name of "generated from" file in Javadoc: + use b4_file_name instead of @ofile@. + (Location constructor): Correct Javadoc parameter name. + (yylloc): Add missing opening m4 quote after b4_location_if. + This removes a stray [ in the Javadoc of Lexer.getStartPos. + (Lexer.yyerror): Fix incorrect m4 and Javadoc. + (YYParser constructor): Correct Javadoc parameter name. + 2008-10-30 Joel E. Denny Always put auxiliary code files in the same dir as other output files.