X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7beac808142d10724e16d623ce5d56f530449ade..debe2c03c469e8b495d138b81135fba985ac2efb:/NEWS diff --git a/NEWS b/NEWS index 544478af..52b20457 100644 --- a/NEWS +++ b/NEWS @@ -3,13 +3,17 @@ Bison News * Changes in version 2.5.1 (????-??-??): -** glr.c: __attribute__ is preserved: +** Future changes: - __attribute__ is not longer disabled when __STRICT_ANSI__ is defined - (i.e., when -std is passed to GCC). + The next major release will drop support for K&R C. ** yacc.c: YYBACKUP works as expected. +** glr.c: __attribute__ is preserved: + + __attribute__ is no longer disabled when __STRICT_ANSI__ is defined + (i.e., when -std is passed to GCC). + ** lalr1.java: several fixes: The Java parser no longer throws ArrayIndexOutOfBoundsException if