From: Ulya Trofimovich Date: Mon, 27 Aug 2018 20:42:33 +0000 (+0100) Subject: Updated CHANGELOG. X-Git-Tag: 1.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d2a4e0cb9702f48554676d5a40a6f0507dc4b2b;p=re2c Updated CHANGELOG. --- diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 17378069..49831aab 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,15 @@ +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. + +Version 1.0.3 (2017-11-08) +-------------------------- +- Fixed bug #198 (build error on MacOS with GCC-4.2.1) + Version 1.0.2 (2017-08-26) -------------------------- - Fixed bug #194 Build with "--enable-docs" diff --git a/re2c/bootstrap/src/ast/lex.cc b/re2c/bootstrap/src/ast/lex.cc index 33aec282..39fe00b7 100644 --- a/re2c/bootstrap/src/ast/lex.cc +++ b/re2c/bootstrap/src/ast/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Mon Jun 25 23:10:51 2018 */ +/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ #line 1 "../src/ast/lex.re" #include "src/util/c99_stdint.h" #include diff --git a/re2c/bootstrap/src/ast/lex_conf.cc b/re2c/bootstrap/src/ast/lex_conf.cc index 713a9354..0dcfda96 100644 --- a/re2c/bootstrap/src/ast/lex_conf.cc +++ b/re2c/bootstrap/src/ast/lex_conf.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Wed Nov 8 20:39:40 2017 */ +/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ #line 1 "../src/ast/lex_conf.re" #include "src/util/c99_stdint.h" #include diff --git a/re2c/bootstrap/src/conf/parse_opts.cc b/re2c/bootstrap/src/conf/parse_opts.cc index e59f6811..fadaebdc 100644 --- a/re2c/bootstrap/src/conf/parse_opts.cc +++ b/re2c/bootstrap/src/conf/parse_opts.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Mon Jun 11 19:10:34 2018 */ +/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ #line 1 "../src/conf/parse_opts.re" #include "src/code/input_api.h" #include "src/conf/msg.h"