X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a151f354cfd8627b3fb1930bf95d42d7af973af6..189ba6670f836d4c4f9042c3e601976b12b25838:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 64aaf004..647674ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-08-17 Akim Demaille + + build: require gettext 0.17. + + Suggested by Bruno Haible. + http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html + * configure.ac: require gettext 0.17 to ensure compatibility with + gnulib. + +2010-07-24 Joel E. Denny + + tests: handle Valgrind that complains about >&-. + * tests/output.at (AT_CHECK_OUTPUT): Extend to accept pre-tests. + (Output files: -dv >&-): Skip test group if running + maintainer-check-valgrind. + 2010-07-21 Akim Demaille Pacify gcc warnings.