X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8a5783fd0c5ab16ea3a6eeedca6cdf8a2f4038be..8b9c89fb65d758e99602c068e16bfbf109437e42:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 63d66944..0400e19c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-11-03 Akim Demaille + + Let yy::variant::build return an lvalue. + * data/lalr1-fusion.cc (variant::build): Return a reference to the + object. + +2008-11-03 Akim Demaille + + Define yy::variant only when needed. + * data/lalr1-fusion.cc (yy::variant): Define only if variants are + used. + +2008-11-03 Akim Demaille + + Bench the three-stack lalr1.cc. + * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the + one-stack one. + +2008-11-03 Akim Demaille + + Fail on parse error in calc++. + * doc/bison.texinfo (calc++.cc): Propagate failures to the exit + status. + * examples/calc++/test ($me, $number, $exit, run): New. + Use them to propagate errors to the exit status. + 2008-11-03 Akim Demaille Don't specify the skeleton twice in the example.