Le 2 avr. 2012 à 08:44, Paul Eggert a écrit : > On 04/01/2012 03:05 AM, Akim Demaille wrote: >> How about dropping K&R support in 2.6? > > That sounds reasonable to me. K&R is long dead.
I installed this in maint. From debe2c03c469e8b495d138b81135fba985ac2efb Mon Sep 17 00:00:00 2001 From: Akim Demaille <[email protected]> Date: Tue, 10 Apr 2012 08:07:17 +0200 Subject: [PATCH 1/2] NEWS: 2.6 will drop K&R. * NEWS: here. (glr.c): Fix a spello. --- NEWS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 544478a..52b2045 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 -- 1.7.9.6
