X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7e508a2b2d494f32d171ac9376a80ae2b75480c3..86b08b49b3b1b9fc27a3c64d8421a6f30c12d942:/NEWS diff --git a/NEWS b/NEWS index 64d82488..f554b9ff 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ Bison News ---------- -* Changes in version 2.5.1 (????-??-??): +* Changes in version 2.5.1_rc1 (2012-05-14): ** Future changes: - The next major release will drop support for K&R C. + The next major release will drop support for generating parsers in + K&R C. ** yacc.c: YYBACKUP works as expected. @@ -58,14 +59,27 @@ Bison News format. Incorrect index entries were fixed. Some other errors were fixed. -** Warnings during the build procedure have been eliminated. +** Building bison: -** Several portability problems in the test suite have been fixed: +*** Conflicting prototypes with recent/modified Flex. + + Fixed build problems with the current, unreleased, version of Flex, + and some modified versions of 2.5.35, which have modified function + prototypes. + +*** Warnings during the build procedure have been eliminated. + +*** Several portability problems in the test suite have been fixed: This includes warnings with some compilers, unexpected behavior of tools such as diff, warning messages from the test suite itself, etc. +*** The install-pdf target work properly: + + Running "make install-pdf" (or -dvi, -html, -info, and -ps) no + longer halts in the middle of its course. + * Changes in version 2.5 (2011-05-14): ** Grammar symbol names can now contain non-initial dashes: