]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fail on parse error in calc++.
[bison.git] / ChangeLog
index 63d669442043de86cee501ea16e76dbc198b74b8..c8bb301693b0357d2f688dabee8aa2b7ebdc42f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-03  Akim Demaille  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
 
        Don't specify the skeleton twice in the example.