]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/lalr1.cc (parser::parse): Return a bool instead of an int.
[bison.git] / ChangeLog
index f00c19233e3fd041761bd55859284950255322c2..27448385e9f7d523a017b334b1ccd6ae5c9a0ab4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-12-21  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (parser::parse): Return a bool instead of an int.
+
+2004-12-21  Akim Demaille  <akim@epita.fr>
+
+       Don't impose std::string for filenames.
+
+       * data/lalr1.cc (b4_filename_type): New.
+       (position::filename): Use it.
+       (parser.hh): Move the inclusion of stack.hh and location.hh below
+       the user code, so that needed headers for the filename type can be
+       included first.
+       Forward declare them before the user code.
+       * tests/Makefile.am (check-local, installcheck-local): Pass
+       TESTSUITEFLAGS to the TESTSUITE.
+
 2004-12-20  Akim Demaille  <akim@epita.fr>
 
        Use more STL like names: my_class instead of MyClass.