X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7625ec2c8305644991a041afb1c9a707e96e3d93..d4476375cfc6c586fe5c41c3891d03349ae5e423:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ace626ad..eb086ed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2005-10-14 Akim Demaille + + * examples/calc++/test: Use set -x only when VERBOSE. + +2005-10-13 Paul Eggert + + * NEWS: Bison now warns if it finds a stray `$' or `@' in an action. + * src/scan-gram.l ([$@]): Implement this. + 2005-10-13 Akim Demaille * 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.