]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
[bison.git] / ChangeLog
index 89c603295ea090fde22014c5c40b51ee24b72dba..5780eb181fe6ca8710945a614c3f25d8d3422367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
+       (copy_dollar): Now that everything uses obstacks, get rid of the
+       FILE * parameters.
+
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * src/files.c (open_files): Actually the `.output' file is based
+       on the short_base_name, not base_name.
+       * tests/suite.at (Checking output file names): Adjust.
+
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.s1: Remove, we now use directly...
+       * src/bison.simple: this.
+       * src/Makefile.am: Use pkgdata instead of data.
+
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * src/files.c (guard_obstack): New.
+       (open_files): Initialize it.
+       (output_files): Dump it...
+       * src/files.h: Export it.
+       * src/reader.c (copy_guard): Use it.
+
 2000-12-19  Akim Demaille  <akim@epita.fr>
 
        * src/files.c (outfile, defsfile, actfile): Removed as global