X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0a6384c4010454e386761b5eacda2600a89b7d7f..aa5fd0ee9a458d2e8ede269fa303fc154b94315b:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 66a4bfcd..15bce1b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,57 @@ 2000-03-17 Akim Demaille - * reader.c (packsymbols): Formatting changes. + * 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 - * reader.c (copy_comment): New function, factored out from: + On syntax errors, report the token on which we choked. + + * src/bison.s1 (yyparse): In the label yyerrlab, when + YYERROR_VERBOSE, add yychar in msg. + +2000-03-17 Akim Demaille + + * src/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. + + * src/main.c (banner): New function. + (fatal_banner): Use it. + (warn_banner): Use it. + +2000-03-17 Akim Demaille + + * src/reader.c (copy_definition): Use copy_string and + copy_comment. Removed now unused `match', `ended', + `cplus_comment'. + (copy_comment, copy_string): Moved, to be visible from + copy_definition. + +2000-03-17 Akim Demaille + + * src/reader.c (copy_string): Declare `static inline'. No + problems with inline, since it is checked by configure. + (copy_comment): Likewise. + +2000-03-17 Akim Demaille + + * src/reader.c (packsymbols): Formatting changes. + +2000-03-17 Akim Demaille + + * src/reader.c (copy_comment): New function, factored out from: (copy_action): Use it. Removed now unused `match', `ended', `cplus_comment'. (copy_guard): Likewise. 2000-03-17 Akim Demaille - * reader.c (copy_string): New function, factored out from: + * src/reader.c (copy_string): New function, factored out from: (copy_action): Use it. (copy_guard): Likewise. @@ -37,14 +77,14 @@ 2000-03-17 Akim Demaille - * bison.s1: Formatting and cosmetics changes. - * reader.c: Likewise. + * src/bison.s1: Formatting and cosmetics changes. + * src/reader.c: Likewise. Update the Copyright notice. 2000-03-17 Akim Demaille - * bison.s1 (#line): All set to `#line' only, since the Makefile - now handles them. + * src/bison.s1 (#line): All set to `#line' only, since the + Makefile now handles them. 2000-03-16 Akim Demaille