]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/yacc.c: Say "parser skeleton" rather than "file", since
[bison.git] / ChangeLog
index c52dc0db877dd6e4ded7ff1cc8b72cab8db391cb..03817bc1638f3a0c6808b45a38770efc650c9ed9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
+2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/yacc.c: Say "parser skeleton" rather than "file", since
+       it's no longer just a file.
+       * data/glr.c: Grant a special exception for C GLR parsers, that
+       reads like the already-existing exception for C LALR(1) parsers.
+       * data/glr.cc: Likewise.
+       * data/lalr1.cc: Likewise.
+       * data/location.cc: Likewise.
+       * data/yacc.c: Reword the "written by" statement to clarify that
+       it was the parser skeleton, not the entire output file.
+       * data/glr.c: Written by Paul Hilfinger.
+       * data/glr.cc: Written by Akim Demaille.
+       * data/lalr1.cc: Likewise.
+
 2005-11-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
+       Fix typos in previous change that broke 'make check'.
+       YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
+       supported in C.
+       * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
+       Don't check NUM-STDERR-LINES, since the output format is fluctuating.
+       We can revert this once things settle down.
+
        * src/conflicts.c (conflicts_print): Don't print file name twice
        when %expect fails because there were no conflicts.
        * doc/bison.texinfo (Expect Decl): Tighten up wording in previous