]> git.saurik.com Git - bison.git/commitdiff
getargs: don't label --language/-l as experimental
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 30 Nov 2012 14:27:54 +0000 (15:27 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 4 Dec 2012 14:54:43 +0000 (15:54 +0100)
* NEWS: Announce it.
* doc/bison.texi, src/getargs.c (usage): Here.

NEWS
doc/bison.texi
src/getargs.c

diff --git a/NEWS b/NEWS
index 2cd57c2802933c0d268b31f3ade19b52496ec20a..93a1ef54e1cf1f6993a5cdcaf4efec3578a05ac6 100644 (file)
--- 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,
index fc880315cac4aa17282e1d8872e84502b103f027..5952225cb3d5fbc4f6c19dda1f7a0266b6dbd4f1 100644 (file)
@@ -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}.
 
index 2b82a15dbcc2cbbf67242bed081872d2db7b3886..c480649d017a6d04958b707ca3311e537fb4c0c9 100644 (file)
@@ -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\