X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/387b4d504728391605f751e74a36fb7d0d441b19..d59beda068aef97834ea84ce4f5cc99b487e4b68:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2926da79..1c15cc5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-12-18 Joel E. Denny + + lalr1.cc: don't discard non-existent lookahead on syntax error. + * data/lalr1.cc (parser::parse): Check yyempty first. + * tests/c++.at (Syntax error discarding no lookahead): New test + group. + 2009-12-17 Joel E. Denny Code cleanup.