]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Let the handling of the skeleton files be local to the procedures
[bison.git] / ChangeLog
index a9541648fa50a4c09dc3914432b84ae7c9419b5e..c19e1b94207b11a60d30c5d9ff07b16f0f4f2fe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-12-19  Akim Demaille  <akim@epita.fr>
+
+       Let the handling of the skeleton files be local to the procedures
+       that use it.
+
+       * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
+       longer static.
+       (fparser, open_extra_files): Remove.
+       (open_files, output_files): Don't take care of fparser.
+       * src/files.h: Adjust.
+       * src/output.c (output_parser): Open and close the file to the
+       skeleton.
+       * src/reader.c (read_declarations): When %semantic_parser, open
+       fguard.
+
 2000-12-19  Akim Demaille  <akim@epita.fr>
 
        * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...