]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Include <wchar.h> before "mbswidth.h", to work around a UnixWare 7.1.1
[bison.git] / ChangeLog
index 0d891aa3f788b027bbb773afb9309afed2b90a6c..b43b09e01147ca5c5389dd7cca4ac4f10be739a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2003-02-26  Paul Eggert  <eggert@twinsun.com>
+
+       * README: Mention compiler bug in Sun Forte Developer 6 update 2.
+       Remove Sequent/Pyramid discussion (nobody uses them any more).
+       Merge VMS and MS-DOS discussion; these ports may well be dead
+       but let's keep mentioning them for now.  Put <> around email
+       addresses.  Add copyright notice.
+
+2003-02-24  Paul Eggert  <eggert@twinsun.com>
+
+       * data/glr.c (yy_reduce_print): yylineno -> yylno,
+       to avoid collision with flex use of yylineno.
+       Problem reported by Bruce Lilly in
+       <http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
+       * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
+       * data/yacc.c (yy_reduce_print): Likewise.
+
+       * config/depcomp: Sync with Automake 1.7.3.
+
 2003-02-21  Akim Demaille  <akim@epita.fr>
 
        * data/lalr1.cc: Use temporary variables instead of casts to
@@ -24,7 +43,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>