From effd30c08d3f9d936a67c6b7a9a4253915711c74 Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Fri, 30 Nov 2012 15:27:54 +0100 Subject: [PATCH] getargs: don't label --language/-l as experimental * NEWS: Announce it. * doc/bison.texi, src/getargs.c (usage): Here. --- NEWS | 5 +++++ doc/bison.texi | 5 ----- src/getargs.c | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2cd57c28..93a1ef54 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** %language is no longer an experimental feature. + + The introduction of this feature, in 2.4, was four years ago. The --language + option and the %language directive are no longer experimental. + ** New value for %define variable: api.pure full The %define variable api.pure requests a pure (reentrant) parser. However, diff --git a/doc/bison.texi b/doc/bison.texi index fc880315..5952225c 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -5170,8 +5170,6 @@ Specify the programming language for the generated parser. Currently supported languages include C, C++, and Java. @var{language} is case-insensitive. -This directive is experimental and its effect may be modified in future -releases. @end deffn @deffn {Directive} %locations @@ -9289,9 +9287,6 @@ Specify the programming language for the generated parser, as if Summary}). Currently supported languages include C, C++, and Java. @var{language} is case-insensitive. -This option is experimental and its effect may be modified in future -releases. - @item --locations Pretend that @code{%locations} was specified. @xref{Decl Summary}. diff --git a/src/getargs.c b/src/getargs.c index 2b82a15d..c480649d 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -307,7 +307,6 @@ Operation modes:\n\ fputs (_("\ Parser:\n\ -L, --language=LANGUAGE specify the output programming language\n\ - (this is an experimental feature)\n\ -S, --skeleton=FILE specify the skeleton to use\n\ -t, --debug instrument the parser for debugging\n\ --locations enable location support\n\ -- 2.45.2