X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/15d29c1ffefaa0335baac8567c270b804a2c4745..b5240ba555b1422c53df5964647a7402caf70181:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4ce49dff..b1cc1fb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-08-25 Paul Eggert + + * bootstrap (no_cache): New var, to accommodate different wget + variants. Use it instead of '-C off'. Problem reported by + twlevo@xs4all.nl. + + * data/glr.c (yydestroyStackItem): New function. + (yyrecoverSyntaxError, yyreturn): Use it to improve quality of + debugging information. Problem reported by Joel E. Denny. + +2005-08-25 Akim Demaille + + * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too. + +2005-08-24 Paul Eggert + + * data/glr.c (yyrecoverSyntaxError, yyreturn): + Don't invoke destructor on unresolved entries. + * tests/glr-regression.at + (User destructor for unresolved GLR semantic value): New test case. + Problem reported by Joel E. Denny in: + http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html + 2005-08-21 Paul Eggert * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.