+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.
+