NEWS: 2.6 will drop K&R.

* NEWS: here.
(glr.c): Fix a spello.
This commit is contained in:
Akim Demaille
2012-04-10 08:07:17 +02:00
parent 7beac80814
commit debe2c03c4

10
NEWS
View File

@@ -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