]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/lalr1.cc: Use temporary variables instead of casts to
[bison.git] / ChangeLog
index a406c7d32cf84269c7b2728b9165b6a422e3302d..0d891aa3f788b027bbb773afb9309afed2b90a6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-02-21  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc: Use temporary variables instead of casts to
+       change integer types.
+       Suggested by Paul Eggert.
+
+2003-02-21  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo: Use "location" consistently to refer to @n,
+       to avoid confusions with lalr1.cc's notion of Position.
+       Suggested by Paul Eggert.
+
+2003-02-20  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (position.hh): Make sure "columns" never pushes
+       before initial_columns.
+       (location.hh): Use consistent variable names when defining the
+       operator<<.
+       Use "last" so that we subtract from Positions, not from unsigned.
+
+2003-02-20  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (position.hh): New subfile, including the extended
+       and Doxygen'ed documentation of class Position.
+       (location.hh): Use it.
+       Document a` la Doxygen.
+       With the help of BenoĆ®t Perrot.
+
 2003-02-20  Akim Demaille  <akim@epita.fr>
 
        * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define