]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
README-alpha: New.
[bison.git] / ChangeLog
index 5780eb181fe6ca8710945a614c3f25d8d3422367..77a1e8a6f2ed3753d352ae02bbd48956ef5751e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       Also handle the output file (--verbose) with obstacks.
+
+       * files.c (foutput): Remove.
+       (output_obstack): New.
+       Adjust all dependencies.
+       * src/conflicts.c: Return a string.
+       * src/system.h (obstack_grow_string): Rename as...
+       (obstack_sgrow): this.  Be ready to work with non literals.
+       (obstack_fgrow4): New.
+
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * src/files.c (open_files): Fix the computation of short_base_name
+       in the case of `-o foo.tab.c'.
+
 2000-12-20  Akim Demaille  <akim@epita.fr>
 
        * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)