mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43: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 (????-??-??):
|
* Changes in version 2.5.1 (????-??-??):
|
||||||
|
|
||||||
** glr.c: __attribute__ is preserved:
|
** Future changes:
|
||||||
|
|
||||||
__attribute__ is not longer disabled when __STRICT_ANSI__ is defined
|
The next major release will drop support for K&R C.
|
||||||
(i.e., when -std is passed to GCC).
|
|
||||||
|
|
||||||
** yacc.c: YYBACKUP works as expected.
|
** 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:
|
** lalr1.java: several fixes:
|
||||||
|
|
||||||
The Java parser no longer throws ArrayIndexOutOfBoundsException if
|
The Java parser no longer throws ArrayIndexOutOfBoundsException if
|
||||||
|
|||||||
Reference in New Issue
Block a user