]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
c++: use YYRHSLOC.
[bison.git] / ChangeLog
index 63379f559549dd2ccbccdbf803270fbffe904653..cea5f0267678c1e275c2c536f5a43f642a42d7ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2010-05-10  Akim Demaille  <demaille@gostai.com>
+
+       c++: use YYRHSLOC.
+       * data/lalr1.cc (YYRHSLOC): New.
+       (YYLLOC_DEFAULT): Use it.
+       * data/glr.cc: If location_type was user defined, do not include
+       location.hh, and do not produce location.hh and position.hh.
+       * tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC.
+       Check that glr.cc supports user defined location_type.
+       * NEWS: Document this.
+
+2010-05-07  Akim Demaille  <demaille@gostai.com>
+
+       doc: fix typo.
+       * tests/synclines.at: here.
+
 2010-05-04  Akim Demaille  <demaille@gostai.com>
 
        tests: enhance AT_SYNCLINES_COMPILE.