mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
NEWS: 2.6 will drop K&R.
* NEWS: here. (glr.c): Fix a spello.
This commit is contained in:
10
NEWS
10
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
|
||||
|
||||
Reference in New Issue
Block a user