]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Stick to ASCII for now.
[bison.git] / ChangeLog
index 9866c18ca0cb53247fbc68f01a1bd7bc733f68cd..0ba9650c877c80eb3be6d8ed8ac49abfad9f4669 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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
@@ -12,7 +24,7 @@
        and Doxygen'ed documentation of class Position.
        (location.hh): Use it.
        Document a` la Doxygen.
-       With the help of Benoît Perrot.
+       With the help of Benoit Perrot.
 
 2003-02-20  Akim Demaille  <akim@epita.fr>
 
 
        * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
        its argument.
-       Reported by Peter Hámorský.
+       Reported by Peter Hamorsky.
 
 2001-12-05  Akim Demaille  <akim@epita.fr>