]> granicus.if.org Git - re2c/commitdiff
Release 0.14.1. 0.14.1
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 27 Feb 2015 23:52:00 +0000 (23:52 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 27 Feb 2015 23:52:00 +0000 (23:52 +0000)
re2c/CHANGELOG
re2c/bootstrap/re2c.1
re2c/bootstrap/scanner.cc
re2c/config_w32.h
re2c/configure.ac
re2c/htdocs/index.html

index 973cd212313ab8e4f39a4d16c5f93a944c403e5a..9494115b5499fd386d90e07115ee55ba23e99aab 100644 (file)
@@ -1,3 +1,7 @@
+Version 0.14.1 (2015-02-27)
+-----------------------------
+- fixed #55 re2c-0.14: re2c -V outputs null byte
+
 Version 0.14 (2015-02-23)
 -----------------------------
 - Added generic input API 21 (#21 Support to configure how re2c code interfaced with the symbol buffer?)
index d237ffc184cf5853a7a9fbf3d13806b101ef7099..e0b802e5004e7d0d1663e0ed32507916b0729cb4 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/23/2015
+.\"      Date: 02/27/2015
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "RE2C" "1" "02/23/2015" "\ \&" "\ \&"
+.TH "RE2C" "1" "02/27/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, package date 23 Feb 2015\&.
+This manpage describes \fBre2c\fR, version 0\&.14\&.1, package date 27 Feb 2015\&.
index 85b9278d7775b79e7ee2eaeabb2681b6b2cef74f..8b97545ab62665a0596ce16fbdb109632d59d763 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.13.7.dev on Thu Apr 10 00:33:47 2014 */
+/* Generated by re2c 0.14.1.dev on Fri Feb 27 23:44:24 2015*/
 /* $Id$ */
 #include <stdlib.h>
 #include <string.h>
index 316bf184ab8da92a5a0b66f2ac7b61982c52c08b..083a1df2108d16f5676aefb6493b5f928375f6c4 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.14.1.dev"
+#define PACKAGE_STRING "re2c 0.14.1"
 
 /* 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.1.dev"
+#define PACKAGE_VERSION "0.14.1"
 
 /* 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.1.dev"
+#define VERSION "0.14.1"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 39e8c015f22c16377ba4533bb672ffbbf595555c..01e9e20c3b1b5f1e227618b2880ba1a700dee6d1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.14.1.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.14.1, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index 49418c373236623fc553362898057323ce897166..89cff569289997b50c48758635a7cc6767952a4b 100755 (executable)
     </ul>
     <hr />
     <h1>Changelog</h1>
+    <h2>2015-02-27: 0.14.1</h2>
+    <ul>
+      <li>fixed #55 re2c-0.14: re2c -V outputs null byte</li>
+    </ul>
     <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>