From 4fb8e5dd770b2d4550eabd16b6ff1a1634ee97c8b9e8012ecdb759635b0ff1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 08:40:08 +0000 Subject: [PATCH] * 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=31 --- re2c.changes | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/re2c.changes b/re2c.changes index 8b9b177..994530f 100644 --- a/re2c.changes +++ b/re2c.changes @@ -2,20 +2,12 @@ Mon Mar 11 00:09:53 UTC 2019 - Chris Coutinho - 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