X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f74d6d25914371ed894583a69f99d547f9f283bf..52cea04ad36abf3ab684b88cba45d6c26dda80c9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1ea72b2f..92cfc13d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-09-23 Joel E. Denny + + yysyntax_error: test memory management more. + * tests/atlocal.in (NO_WERROR_CFLAGS): New cpp macro. + * tests/regression.at (parse.error=verbose and + YYSTACK_USE_ALLOCA): New test group. + (parse.error=verbose overflow): New test group that reveals an + obscure bug. Expected fail for now. + +2009-10-04 Joel E. Denny + + benchmarks: use %debug consistently among grammars. + * etc/bench.pl.in (generate_grammar_triangular): Do not activate + %debug by default. It can affect the timings even if yydebug=0. + (generate_grammar_calc): For consistency with other grammars, + use YYDEBUG environment variable to set yydebug. + 2009-10-03 Joel E. Denny Remove dead code.