getargs: don't label --language/-l as experimental

* NEWS: Announce it.
* doc/bison.texi, src/getargs.c (usage): Here.
This commit is contained in:
Theophile Ranquet
2012-11-30 15:27:54 +01:00
parent a37131cc63
commit effd30c08d
3 changed files with 5 additions and 6 deletions

5
NEWS
View File

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