X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/39be90223b73a42d249f99cdf283c4ab46a10a21..64c1b92a4ffa5cf94abe334fcb27610e5e47352b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 41c24908..5e9114d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-11-11 Akim Demaille + + Remove useless bench case. + * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is + no longer used. + +2008-11-11 Akim Demaille + + Improve display of directives. + * etc/bench.pl.in (parse_term): Don't add useless eol. + +2008-11-11 Akim Demaille + + Use string_cast in the bench. + * etc/bench.pl.in (generate_grammar_list): Define and use + string_cast. + 2008-11-11 Akim Demaille Replace yychar with a Boolean.