X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a3af26dd7e79ad66aaa9284a5c27797ebe33e9d3..841a773708453d8e46d69d0727654fbdba6e063e:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index d7db9317..d56eb26e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ +2006-02-21 Joel E. Denny + + * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a + mid-rule action inside a nonterminal symbol in order to declare a + destructor for its semantic value. + +2006-02-16 Paul Eggert + + * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && ! + YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined + __cplusplus && ! defined _STDLIB_H && ! + ((defined YYMALLOC || defined malloc) && (defined YYFREE || + defined free))]: Include rather than rolling our own + declarations of malloc and free, to avoid problems with + incompatible declarations (using 'throw') C++'s stdlib.h. This + should fix Debian bug 340012 + , + reported by Guillaume Melquiond. + 2006-02-13 Paul Eggert + * NEWS: Clarify symbols versus types in unused-value warnings. + * configure.ac (AC_INIT): Bump version number. 2006-02-13 Paul Eggert