]> granicus.if.org Git - re2c/commitdiff
Updated CHANGELOG and index.html
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 23 Feb 2015 17:09:20 +0000 (17:09 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 23 Feb 2015 17:09:20 +0000 (17:09 +0000)
re2c/CHANGELOG
re2c/htdocs/index.html

index 6115f0968c550fd42c26de5e72ec2aa7028997e5..973cd212313ab8e4f39a4d16c5f93a944c403e5a 100644 (file)
@@ -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)
index bd3e5d372758d66094c04b4e08fe86ab9914bfdb..49418c373236623fc553362898057323ce897166 100755 (executable)
     </ul>
     <hr />
     <h1>Changelog</h1>
+    <h2>2015-02-23: 0.14</h2>
+    <ul>
+      <li>Added generic input API 21 (#21 Support to configure how re2c code interfaced with the symbol buffer?)</li>
+      <li>fixed #46 re2c generates an infinite loop, depends on existence of previous parser</li>
+      <li>fixed #47 Dot output label escaped characters</li>
+    </ul>
     <h2>2014-08-22: 0.13.7.5</h2>
     <ul>
       <li>Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)</li>