From: Joel E. Denny Date: Sun, 11 Apr 2010 18:43:38 +0000 (-0400) Subject: * NEWS (2.4.3): Mention fix for Sun Studio C++. X-Git-Tag: v2.4.3_rc1~13 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/cb76b1f1a343642c46bbfa2c4a99ae537b22bd9f?ds=sidebyside * NEWS (2.4.3): Mention fix for Sun Studio C++. --- diff --git a/ChangeLog b/ChangeLog index 89b7a637..98d8eaf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-11 Joel E. Denny + + * NEWS (2.4.3): Mention fix for Sun Studio C++. + 2010-04-10 Joel E. Denny tests: fix for newer Sun Studio C++. diff --git a/NEWS b/NEWS index 47509639..ceee3d99 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ Bison News ** Failures in the test suite for GCC 4.5 have been fixed. +** Failures in the test suite for some versions of Sun Studio C++ have + been fixed. + * Changes in version 2.4.2 (2010-03-20): ** Some portability problems that resulted in failures and livelocks