X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/42f4393a72c808c6858b29a2343884f12c187e19..426607361865b7071e9b393a33ec9744093ea4b0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5104afbf..7df915f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2009-04-17 Joel E. Denny + + Pacify make maintainer-check-posix. + * tests/input.at (%define, --define): Move bison command-line + options before grammar file name. + +2009-04-04 Joel E. Denny + + Document semicolon warnings. + * NEWS (2.5): Here. + +2008-12-08 Akim Demaille + + Fix portability issue in the test suite. + * tests/local.at (AT_MATCHES_CHECK): New. + Based on Perl instead of Sed. Sed has too many portability + pitfalls, not ever Sed is GNU Sed. + * tests/actions.at (Fix user actions without a trailing semicolon): + Use it. + 2008-12-07 Di-an Jan Implement the FIXME that ends an user action with a semicolon