]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (readgram): Bind the initial rule's lineno to that
[bison.git] / ChangeLog
index b8c23f74f8a6a49f1da0d75c206f9b7bed6b4d2d..be33f46766c1b6e2fd2c6a54eba3bcb54570a44e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (readgram): Bind the initial rule's lineno to that
+       of the first rule.
+       * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
+       (Solved SR Conflicts): Adjust rule 0's line number.
+
+       
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       Fix the `GAWK Grammar' failure.
+
+       * src/LR0.c (final_state): Initialize to -1 so that we do compute
+       the reductions of the first state which was mistakenly confused
+       with the final state because precisely final_state was initialized
+       to 0.
+       * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
+       now noticed by Bison.
+       * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
+       have a reduction on $default.
+
+       
 2001-12-29  Akim Demaille  <akim@epita.fr>
 
        * src/gram.c (ritem_print): Be sure to subtract 1 when displaying