]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.c (output_gram): Rely on nritems, not the
[bison.git] / ChangeLog
index 984bbc9755a5cfa2fff5e3e3cf36e6b165d3a289..da19c05ad4872f3c91f5c140b9f9ba8750d68d46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-12-27  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (output_gram): Rely on nritems, not the
+       0-sentinel.  See below.
+       Use -1 as separator, not 0.
+       * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
+       Rely on -1 as separator in yyrhs, instead of 0.
+       * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
+       twice `Now at end of input', therefore there are two lines less to
+       expect.
+
+       
 2001-12-27  Akim Demaille  <akim@epita.fr>
 
        * tests/regression.at (Unresolved SR Conflicts):