X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f1fb412cf39bc9e58f6046675c720dc6bbceec91..fb9a3976c2430adf4787730fb7b26af82eb880fe:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cee393bc..ee33573c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-12-15 Joel E. Denny + + portability: use -DGNULIB_POSIXCHECK. + Reported by Eric Blake. See discussions at + + and + . + * HACKING (Release checks): Suggest -DGNULIB_POSIXCHECK. + * bootstrap.conf (gnulib_modules): Add all the printf modules + suggested by -DGNULIB_POSIXCHECK. Add realloc-posix as + suggested by -DGNULIB_POSIXCHECK for gnulib's own vasnprintf.c. + (excluded_files): Remove m4/printf-posix.m4. + * tests/atlocal.in (LIBS): As for LDADD in src/local.mk, add + lib/libbison.a so gnulib libraries can be linked. + 2009-12-14 Joel E. Denny Enable assertion output and --disable-assert for configure.