X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/81fd08cad0f412656a3643ea2caed43dcfdff4a7..4dcf140b13e3cad0a80f7883a1c8671579d3c152:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0038c05c..b5435203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-06-25 Akim Demaille + + * config/depcomp, config/install-sh: Update from masters. + +2003-06-20 Paul Eggert + + * 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 * 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 . - + 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 @@ -14,6 +28,11 @@ the Forte Developer 7 C compiler complains that end-of-loop code is not reached. +2003-06-17 Paul Eggert + + * 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 Version 1.875b.