]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
[bison.git] / ChangeLog
index 81b6adc7856fd84bd6cd335359e47193b59a0639..25d8956d2897f4fa2424c73dd077fa90f80460f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2002-05-02  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
+       Update the stack class, give a try to deque as the default container.
+
+2002-05-02  Akim Demaille  <akim@epita.fr>
+
+       * data/bison.simple (yyparse): Do not implement @$ = @1.
+       (YYLLOC_DEFAULT): Adjust to do it.
+       * doc/bison.texinfo (Location Default Action): Fix.
+
+2002-05-02  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (parse_braces): Merge into...
+       (parse_action): this.
+
+2002-05-02  Akim Demaille  <akim@epita.fr>
+
+       * configure.in (ALL_LINGUAS): Remove.
+       * po/LINGUAS, hr.po: New.
+
 2002-05-02  Akim Demaille  <akim@epita.fr>
 
        Remove the so called hairy (semantic) parsers.