From: Ulya Trofimovich Date: Mon, 23 Feb 2015 17:09:20 +0000 (+0000) Subject: Updated CHANGELOG and index.html X-Git-Tag: 0.14~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdd257bf78126701c1caa121f1113e81164ad292;p=re2c Updated CHANGELOG and index.html --- 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