java: rename package as api.package

* data/skeletons/lalr1.java: here.
* doc/bison.texi: Update.
* src/muscle-tab.c: Ensure backward compat.
* tests/java.at: Check it.
This commit is contained in:
Akim Demaille
2020-06-28 09:49:00 +02:00
parent 0e5cbd38b2
commit e0b0a67b86
5 changed files with 25 additions and 5 deletions

10
NEWS
View File

@@ -34,6 +34,14 @@ GNU Bison NEWS
It now defaults to `const std::string` instead of `std::string`.
*** Deprecated %define variable names
The following variables have been renamed for consistency. Backward
compatibility is ensured, but upgrading is recommended.
filename_type -> api.filename.type
package -> api.package
** Bug fixes
*** Include the generated header (yacc.c)
@@ -1943,7 +1951,7 @@ GNU Bison NEWS
%error-verbose directive is deprecated in favor of "%define parse.error
verbose".
** Renamed %define variables
** Deprecated %define variable names
The following variables have been renamed for consistency. Backward
compatibility is ensured, but upgrading is recommended.