]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/lalr1.cc: Move towards a more standard C++ coding style
[bison.git] / ChangeLog
index 3b3cf80887564b064e139b11f85c5ba673f6aaf4..b2e72695a244757ec1ef76400912f9e1c81ca869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-09-29  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc: Move towards a more standard C++ coding style
+       for templates: Class < T > -> Class<T>.
+
+2004-09-29  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc: Reinstall the former ctor, for sake of
+       compatibility, but warn it will be removed.
+       Move towards a more standard C++ coding style (i.e., type *var ->
+       type* var).
+
 2004-09-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/parse-gram.y (add_param): Rewrite to avoid strchr,
@@ -10,7 +22,7 @@
 2004-09-27  Akim Demaille  <akim@epita.fr>
 
        * data/lalr1.cc (b4_parse_param_decl_1): New.
-       (b4_parse_param_decl): Use it to have different names bw attribute
+       (b4_parse_param_decl): Use it to have different names between attribute
        and argument names.
        (b4_cc_constructor_call): Likewise.