]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Log 06-17 minor change to lib/libiberty.h that I forgot to log earlier; sorry!
[bison.git] / ChangeLog
index 0038c05c0604a9d46ca28be7a98d6c60591e6b2f..b543520341bd5020e0921ce320d96b698a5d3191 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-06-25  Akim Demaille  <akim@epita.fr>
+
+       * config/depcomp, config/install-sh: Update from masters.
+
+2003-06-20  Paul Eggert  <eggert@twinsun.com>
+
+       * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
+       and return properly parenthesized result.
+       * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
+       * data/yacc.c (YYLLOC_DEFAULT): Likewise.
+       Remove unnecessary parentheses from uses.
+       * doc/bison.texinfo (Location Default Action): Describe the
+       conventions for parentheses.
+
 2003-06-19  Paul Eggert  <eggert@twinsun.com>
 
        * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
@@ -5,7 +19,7 @@
        when printing sizes.  Print sizes using an unsigned format.
        Problem reported by Frank Heckenbach in
        <http://mail.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
-       
+
        Port to Forte Developer 7 C compiler.
        * data/glr.c (struct YYLTYPE): If locations are not being used,
        declare a single dummy member, as empty structs do not conform
        the Forte Developer 7 C compiler complains that end-of-loop
        code is not reached.
 
+2003-06-17  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
+       avoid warnings from picky compilers about redefinition of PARAMS.
+
 2003-06-17  Paul Eggert  <eggert@twinsun.com>
 
        Version 1.875b.