]> granicus.if.org Git - re2c/commitdiff
Updated CHANGELOG.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 27 Aug 2018 20:42:33 +0000 (21:42 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 27 Aug 2018 20:55:24 +0000 (21:55 +0100)
re2c/CHANGELOG
re2c/bootstrap/src/ast/lex.cc
re2c/bootstrap/src/ast/lex_conf.cc
re2c/bootstrap/src/conf/parse_opts.cc

index 173780693c179d961f8ada2d6956714d2b4fb08b..49831aab99085d9d8348a51d2eacf125869165fe 100644 (file)
@@ -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"
index 33aec2828a9e916ac23300f65cc26708de69eabf..39fe00b7811ff9d597557a9f675165014bf00cda 100644 (file)
@@ -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 <stddef.h>
index 713a93547107d137f6e224d2f98caa77cd609dc6..0dcfda969e885e3f57dcf6eebb998b63c158d23b 100644 (file)
@@ -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 <string>
index e59f681136043a56db0168ea7b0622b268ddd97a..fadaebdcdb030ba6e382135e7edcb11f97d9446f 100644 (file)
@@ -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"