X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e40b4ebd43da977e1399f3b4678f8346d8e3f2c..93724f139a641f6242c93f1504eaf6ecfcaf439f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 536a06cc..27a868cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2002-11-07 Akim Demaille + + Let yyerror always receive the msg as last argument, so that + yyerror can be variadic. + + * data/yacc.c (b4_yyerror_args): New. + Use it when calling yyerror. + * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New. + Use it when calling yyerror. + * doc/bison.texinfo (Error Reporting): Adjust. + * tests/calc.at (_AT_DATA_CALC_Y): Adjust. + * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust. + +2002-11-07 Paul Eggert + + * src/scan-gram.l (unexpected_end_of_file): New function. + Use it to systematize the error message on unexpected EOF. + 2002-11-06 Akim Demaille #line should have quoted strings.