+2001-12-29 Akim Demaille <akim@epita.fr>
+
+ * src/output.c: Comment changes.
+
+2001-12-27 Paul Eggert <eggert@twinsun.com>
+
+ * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
+ cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
+ Sparc, as they were causing more porting problems than the
+ (minor) performance improvement was worth.
+
+ Also, catch up with 1.31's YYSTD.
+
+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):
+ (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
+ below.
+