]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.c (output_table_data): Change the prototype to use
[bison.git] / ChangeLog
index a10936f6dcd9a7aac40537be3190b781a49d5c07..be937d51566fb5d232c4840974ea6e97e3fb794e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-12-22  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (output_table_data): Change the prototype to use
+       `int' for array ranges: some invocations do pass an int, not a
+       short.
+       Reported by Wayne Green.
+
+2001-12-22  Akim Demaille  <akim@epita.fr>
+
+       Some actions of web2c.y are improperly triggered.
+       Reported by Mike Castle.
+
+       * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
+       * tests/regression.at (Web2c): Rename as...
+       (Web2c Report): this.
+       (Web2c Actions): New.
+
 2001-12-22  Akim Demaille  <akim@epita.fr>
 
        Reductions in web2c.y are improperly reported.