]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/sets.at (Broken Closure): Add the ending `;'.
[bison.git] / ChangeLog
index 9555475fcd7a642102881c140aa1944f5140a750..aaa162bda2d1edfe67b5a162c8336712a2776ef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-03-04  Akim Demaille  <akim@epita.fr>
+
+       * tests/sets.at (Broken Closure): Add the ending `;'.
+       * src/reader.at (readgram): Complain if a rule is not ended with a
+       semi-colon.
+
+2002-03-04  Akim Demaille  <akim@epita.fr>
+
+       * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
+       (count_sr_conflicts): Use bitset_count.
+       * src/reduce.c (inaccessable_symbols): Ditto.
+       (bits_size): Remove.
+       * src/warshall.h, src/warshall.c: Convert to bitsetv.
+
 2002-03-04  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,