]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/bison.hairy: Formatting/comment changes.
[bison.git] / ChangeLog
index 2950ad527653b6a10e557ffed679d98372c0e19e..0ec19e162c8dd947387c1b4e64faa05e7ea64dd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2001-12-27  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.hairy: Formatting/comment changes.
+       ANSIfy.
+       Remove `register' indications.
+       Add plenty of `static'.
+
+2001-12-27  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (prepare): Drop the muscle `ntbase' which
+       duplicates ntokens.
+       * src/bison.simple: Formatting/comment changes.
+       Use YYNTOKENS only, which is documented, but not YYNTBASE, which
+       is an undocumented synonym.
+
+       
+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.