X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/44c2b42dbb835bba585086cdf50f2003fdbef7eb..4586c8cdb7c018de9cd16fdd0faa8ff749e69876:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f093f2d1..bb9523d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-04-10 Joel E. Denny + + tests: fix for newer Sun Studio C++. + Reported by Dagobert Michelsen at + . + * THANKS (Dagobert Michelsen): Add. + * configure.ac (AC_PREREQ): Set to 2.64 so we get the latest + Autoconf macro for handling the restrict keyword. + * gnulib: Update to latest, which no longer overrides that macro + from Autoconf. + 2010-04-03 Joel E. Denny portability: fix pointer arithmetic to conform to C standard.