Changelog for
re2c-2.1.1-lp153.114.1.x86_64.rpm :
* Sun May 09 2021 Dirk Müller
- update to 2.1.1: - Added missing CMakeLists.txt to release tarballs - Added GitHub Actions CI for Linux, macOS and Windows and fixed numerous build issues on those platforms - Added benchmarks for submatch extraction in lexer generators (ragel vs. kleenex vs. re2c with TDFA(0), TDFA(1) or sta-DFA algorithms). + New CMake options: ``-DRE2C_BUILD_BENCHMARKS``, ``-DRE2C_REGEN_BENCHMARKS`` + New `json2pgfplot.py - Added option ``--depfile `` to generate build dependency files - Added option ``--fixed-tags `` and improved fixed-tag optimization to work with nested tags. - Added lzip to the distribution tarballs. - Added registerless-TDFA algorithm in the experimental libre2c library. - Explicitly disallowed invalid configuration when ``-f``, ``--storable-state`` option is used, but ``YYFILL`` is disabled - Fixed bug in UTF-8 decode for 4-bytes rune - Fixed bugs in rare cases of the end-of-input rule ``$`` usage - Optimized ``--skeleton`` generation time. - Renamed internal option ``--dfa`` to ``--nested-negative-tags``. - Updated documentation for end of input handling and submatch extraction.
* Fri Sep 04 2020 Dirk Mueller - update to 2.0.3: - Fix issues when building re2c as a CMake subproject - Final corrections in the SIMPA article \"RE2C: A lexer generator based on lookahead-TDFA\", https://doi.org/10.1016/j.simpa.2020.100027
* Thu Aug 13 2020 Paolo Stivanin - Update to version 2.0.2:
* Go backend. The new Go code generation backend can be used either with a --lang go re2c option, or as a standalone re2go binary
* Free-form generic API. Generic API now supports two styles
* Improved reuse mode and start conditions
* Backwards incompatible changes: + Generic APIs YYSHIFT/YYSHIFTSTAG/YYSHIFTMTAG have been added + Generic APIs YYSTAGPD/YYMTAGPD have been removed + The re2c:flags:type-header option now treats the header filename as relative to the output directory + Some internal labels have been renamed, in particular the yyFillLabel prefix has been replaced with yyfill
* Wed Feb 05 2020 Martin Pluskal - Update to version 1.3:
* Added option: ``--stadfa``.
* Added warning: ``-Wsentinel-in-midrule``.
* Added generic API primitives: + ``YYSTAGPD`` + ``YYMTAGPD``
* Added configurations: + ``re2c:sentinel = 0;`` + ``re2c:define:YYSTAGPD = \"YYSTAGPD\";`` + ``re2c:define:YYMTAGPD = \"YYMTAGPD\";``
* Worked on reproducible builds
* Wed Aug 14 2019 Martin Pluskal - Update to version 1.2.1:
* Lots of changes, see provided CHANGELOG- Drop no longer needed re2c-nogenerationdatedefault.patch- Enable profile guided optimization during build
* Mon Mar 11 2019 Chris Coutinho - Update re2c to 1.1.1
* Fixed bug #211 re2c \'-V\' throws \'std::out_of_range\' (version to vernum conversion).
* Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm.
* Optimized GOR1 algorithm (computation of tagged epsilon-closure).
* Added option \"--conditions\" (an alias for \"-c\" and \"--start-conditions\").
* Fixed bug #201 Bugs with option: \'re2c:flags:no-debug-info\'.
* Reworked first part of TDFA paper.
* Thu Mar 15 2018 mpluskalAATTsuse.com- Modernise spec file with spec-cleaner
* Thu Nov 09 2017 aavindraaAATTgmail.com- Update to version 1.0.3:
* Fixes build failure on Mac OS X 10.5.8 with gcc 4.2.1
* Documentation fix
* 2 examples removed
* Mon Sep 04 2017 mpluskalAATTsuse.com- Update to version 1.0.2:
* Fixed bug #194 “Build with --enable-docs”
* Updated documentation.- Changes for version 1.0.1:
* Fixed bug #193 “1.0 build failure on macOS: error: calling a
* private constructor of class ‘re2c::Rule’”- Changes for version 1.0:
* Added several new options
* Added new inplace confgurations
* Added warning -Wnondeterministic-tags
* Added fuzz-testing scripts
* Added paper “Tagged Deterministic Finite Automata with Lookahead”
* See provided CHANGELOG for full list of new features
* Fixed bugs: + #121 “trailing contexts are fundamentally broken” + #135 “In installation make check give syntax error” + #137 “run_tests.sh fail when running configure script with absolute path” + #138 “website improvement” + #141 “Tests under Windows” + #142 “segvault with null terminated input” + #145 “Values for enum YYCONDTYPE are not generated when default rules with conditions are used” + #147 “Please add symbol name to “can’t find symbol” error message” + #152 “Line number in #line directive after enum YYCONDTYPE is 0-based” + #156 “Build with Visual Studio 14 2015: symbol name conflict” + #158 “Inconsistent forward declaration of struct/class vs definition” + #160 “Open text files with “wb” causes issues on Windows” + #162 “Reading files with “rb” causes issues in Windows” + #165 “Trailing context consumed if initial expression matches it” + #176 “re2c help message is too wide for most terminals” + #184 “Small documentation issue”
* Sat Jan 30 2016 mpluskalAATTsuse.com- Update to 0.16
* Fixed bug #127 \"code generation error with wide chars and bitmaps (omitted \'goto\' statement)\"
* Added DFA minimization and option \'--dfa-minimization \'
* Fixed bug #128 \"very slow DFA construction (resulting in a very large DFA)\"
* Fixed bug #132 \"test failure on big endian archs with 0.15.3\"- Make building more verbose
* Fri Jan 08 2016 tchvatalAATTsuse.com- Version update to 0.15.3:
* Syntax expansion and various updates
* See CHANGELOG for in-depth details- Rebase patch to apply:
* re2c-nogenerationdatedefault.patch
* Mon Oct 05 2015 mpluskalAATTsuse.com- Update to 0.14.3
* applied patch \'#27 re2c crashes reading files containing %{ %}\'
* dropped distfiles for MSVC (they are broken anyway)- Changes for 0.14.2
* fixed #57 Wrong result only if another rule is present
* Fri Mar 13 2015 tchvatalAATTsuse.com- Version bump to latest 0.14.1:
* Plenty of bugfixes all around
* Tue Feb 03 2015 crrodriguezAATTopensuse.org- re2c-nogenerationdatedefault.patch: Default to - -no-generation-date to avoid build-compare problems [BNC#915937]
* Thu Dec 11 2014 crrodriguezAATTopensuse.org- make test currently does nothing, make check however executes the test suite.
* Thu Dec 11 2014 crrodriguezAATTopensuse.org- version 0.13.7.5
* Added UTF-8 and UTF-16 support.
* fixed PHP HEREDOC problems.
|