From cdd257bf78126701c1caa121f1113e81164ad292 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 23 Feb 2015 17:09:20 +0000 Subject: [PATCH] Updated CHANGELOG and index.html --- re2c/CHANGELOG | 6 ++++++ re2c/htdocs/index.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 6115f096..973cd212 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,9 @@ +Version 0.14 (2015-02-23) +----------------------------- +- Added generic input API 21 (#21 Support to configure how re2c code interfaced with the symbol buffer?) +- fixed #46 re2c generates an infinite loop, depends on existence of previous parser +- fixed #47 Dot output label escaped characters + Version 0.13.7.5 (2014-08-22) ----------------------------- - Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer) diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index bd3e5d37..49418c37 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -68,6 +68,12 @@

Changelog

+

2015-02-23: 0.14

+

2014-08-22: 0.13.7.5