X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae3c3164009f2fcf496d5ecf37f05c57fd751b64..dbe7f27171417db1ff082adbdf0b35db5dd94e0f:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 27ff1b2c..fcd7c4a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2000-03-17 Akim Demaille + + * src/Makefile.am (bison.simple): Fix the awk program: quote only + the file name, not the whole `#line LINE FILE'. + +2000-03-17 Akim Demaille + + On syntax errors, report the token on which we choked. + + * bison.s1 (yyparse): In the label yyerrlab, when YYERROR_VERBOSE, + add yychar in msg. + +2000-03-17 Akim Demaille + + * reader.c (copy_at): New function. + (copy_guard): Use it. + (copy_action): Use it. + +2000-03-17 Akim Demaille + + Be kind to translators, save some useless translations. + + * main.c (banner): New function. + (fatal_banner): Use it. + (warn_banner): Use it. + 2000-03-17 Akim Demaille * reader.c (copy_definition): Use copy_string and copy_comment.