* 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🎏no-debug-info'.
  * Reworked first part of TDFA paper.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal 2019-03-11 08:40:08 +00:00 committed by Git OBS Bridge
parent 4c03527b6c
commit 4fb8e5dd77

View File

@ -2,20 +2,12 @@
Mon Mar 11 00:09:53 UTC 2019 - Chris Coutinho <chrisbcoutinho@gmail.com>
- Update re2c to 1.1.1
From the CHANGELOG:
Version 1.1.1 (2018-08-30)
--------------------------
- Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum conversion).
Version 1.1 (2018-08-27)
--------------------------
- 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.
* 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 10:11:22 UTC 2018 - mpluskal@suse.com