]> granicus.if.org Git - re2c/commitdiff
Release 0.14.2. 0.14.2
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 25 Mar 2015 21:21:03 +0000 (21:21 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 25 Mar 2015 21:21:03 +0000 (21:21 +0000)
re2c/CHANGELOG
re2c/bootstrap/re2c.1
re2c/config_w32.h
re2c/configure.ac
re2c/htdocs/index.html

index 9494115b5499fd386d90e07115ee55ba23e99aab..fb1740cf331c23dcbca4b70ead0125ebf127dc7b 100644 (file)
@@ -1,3 +1,7 @@
+Version 0.14.2 (2015-03-25)
+-----------------------------
+- fixed #57 Wrong result only if another rule is present
+
 Version 0.14.1 (2015-02-27)
 -----------------------------
 - fixed #55 re2c-0.14: re2c -V outputs null byte
index e0b802e5004e7d0d1663e0ed32507916b0729cb4..fa2cd0757d6a9d0303fdba37338cc2e4ba73e8c1 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: re2c
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
-.\"      Date: 02/27/2015
+.\"      Date: 03/25/2015
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "RE2C" "1" "02/27/2015" "\ \&" "\ \&"
+.TH "RE2C" "1" "03/25/2015" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1514,4 +1514,4 @@ skvadrik@gmail\&.com
 .RE
 .SH "VERSION INFORMATION"
 .sp
-This manpage describes \fBre2c\fR, version 0\&.14\&.1, package date 27 Feb 2015\&.
+This manpage describes \fBre2c\fR, version 0\&.14\&.2, package date 25 Mar 2015\&.
index 435e4ec4a4e09c3c47fe8c62aa0e2ac92481df8f..84aba1ec520e0a126df4bfa1bc8fb3a11f559db5 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.14.2.dev"
+#define PACKAGE_STRING "re2c 0.14.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "re2c"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.14.2.dev"
+#define PACKAGE_VERSION "0.14.2"
 
 /* The size of a `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
@@ -83,7 +83,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.14.2.dev"
+#define VERSION "0.14.2"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index bd48299daa6b277dc683ceefc99ba7506a9e5673..c5eb237f48f5cd336837b8be3e93cd2f6a71fc9a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.14.2.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.14.2, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index 89cff569289997b50c48758635a7cc6767952a4b..dc0b3595957a282dc1da4ec4a345f58f14a5eeaf 100755 (executable)
     </ul>
     <hr />
     <h1>Changelog</h1>
+    <h2>2015-03-25: 0.14.2</h2>
+    <ul>
+      <li>fixed #57 Wrong result only if another rule is present</li>
+    </ul>
     <h2>2015-02-27: 0.14.1</h2>
     <ul>
       <li>fixed #55 re2c-0.14: re2c -V outputs null byte</li>