]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/Makefile.am (bison.simple): Fix the awk program: quote only
[bison.git] / ChangeLog
index 66a4bfcd37c21d56b966e1bfc56b6f991ad11ec8..fcd7c4a09fe2ad6e8d8e2f064e430af6fe1e4c6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
+
+       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  <akim@epita.fr>
+
+       * reader.c (copy_at): New function.
+       (copy_guard): Use it.
+       (copy_action): Use it.
+
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       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  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
+
+       * reader.c (copy_string): Declared `static inline'.  No problems
+       with inline, since it is checked by configure.
+       (copy_comment): Likewise.
+
 2000-03-17  Akim Demaille  <akim@epita.fr>
 
        * reader.c (packsymbols): Formatting changes.