]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* examples/calc++/test: Use set -x only when VERBOSE.
[bison.git] / ChangeLog
index ace626ad10897a068629b4185b475f6bf8636786..eb086ed770236c0c9756f6f367008ab1b031b405 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
+2005-10-14  Akim Demaille  <akim@epita.fr>
+
+       * examples/calc++/test: Use set -x only when VERBOSE.
+
+2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
+       * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
+
 2005-10-13  Akim Demaille  <akim@epita.fr>
 
        * src/scan-skel.l: Output the base name parts of the parser and
        header file names.
-       * tests/output.at (AT_CHECK_OUTPUT): Support subdirectorioes, and
+       * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
        additional checks.
        Use this to exercise C++ outputs in subdirs.
        Reported by Oleg Smolsky.