Changelog for
javacc-7.0.11-3.5.1.noarch.rpm :
* Sat Apr 30 2022 fstrbaAATTsuse.com- Added patches:
* 0001-Generate-max.-one-deprecated-annotation-per-method.patch
* 0002-Fix-annotations-for-JavaCharStream.patch + Fix regression where duplicate AATTDeprecated annotations were generated
* Wed Apr 27 2022 shvetz.antonAATTgmail.com- Update to version 7.0.11
* Modifications in version 7.0.11 - #193 : Code error in class RCharacterList.SortDescriptors(): fixed
* Modifications in version 7.0.10 - #183 : Lookahead is broken since 7.0.5 (introduced in commit fbac68f)
* Modifications in version 7.0.9 - pom.xml : change deployment on OSS to automatic release - documentation : fix broken links
* Modifications in version 7.0.8 - #175 : Doesn’t work in Turkish Locale - #73 : javacc/c++: invalid lookahead processing: missing one lookahead to get rid of the conflict
* Modifications in version 7.0.7 - JavaCC.jj : remove unused c++ declaration blocs tokens - #172 : add a specific ‘-version’ command line argument
* Modifications in version 7.0.6 The following changes are not upward compatible with the previous 7.0.5 version but have a very little impact on existing grammars. Main advantage is to prepare a more smooth upgrade with the upcoming javacc-8.0.0 major release. - C++ generation: renaming the option TOKEN_EXTENDS by TOKEN_SUPER_CLASS - C++ generation: renaming the option TOKEN_INCLUDES by TOKEN_INCLUDE - C++ generation: renaming the option PARSER_INCLUDES by PARSER_INCLUDE - C++ generation: renaming the option TOKEN_MANAGER_INCLUDES by TOKEN_MANAGER_INCLUDE
* Modifications in version 7.0.5 - #42: new README.md file. - #71: Add support for Java7 language features. - #75: Allow empty type parameters in Java code of grammar files. - #77: javacc.org is out of date. - #92: Avoid warning of unused import in generated ParserTokenManager. - #99: LookaheadSuccess creation performance improved. Removing IDE specific files. Declare trace_indent only if debug parser is enabled. CPPParser.jj grammar added to grammars. Build with Maven is working again. —WARNING—WARNING—WARNING— Required Java Platform: Standard Edition 7.0: known under Eclipse as JavaSE-1.7
* Fri Mar 18 2022 fstrbaAATTsuse.com- Build with source/target levels 8
* Tue Apr 09 2019 fstrbaAATTsuse.com- Make this a multibuild package where the bootstrap version is built using the included javacc.jar and the non-bootstrap version uses the system javacc.jar
* Wed Feb 06 2019 fstrbaAATTsuse.com- Upgrade to 7.0.4
* No obvious changelog
* Fixes a number of C++ generation issues- Generate the scripts during build using jpackage_script- Build and package the javadoc documentation- Removed patch:
* javacc.patch + not needed any more in this version
* Mon Sep 18 2017 fstrbaAATTsuse.com- Fix build with jdk9: specify java source and target 1.6
* Thu Jan 05 2017 tchvatalAATTsuse.com- Do not use gcj as it is getting deprecated
* Thu Jul 30 2015 tchvatalAATTsuse.com- Version bump to 5.0:
* No obvious changelog
* Works better with jdk8- Updated to match up with fedora version
* Wed Sep 25 2013 mvyskocilAATTsuse.com- Build with gcc-java as openjdk7 (1.7.0_40) fails to build it
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools