Version 0.13.5 (2008-??-??)
---------------------------
+Version 0.13.5 (2008-05-25)
+---------------------------
+- Fixed #1952896 Segfault in re2c::Scanner::scan.
+- Fixed #1952842 Regression.
+
Version 0.13.4 (2008-04-05)
---------------------------
- Added transparent handling of #line directives in input files.
RE2C = re2c$(EXEEXT)
RE2CFLAGS = -bi
-CLEANFILES = parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version
+CLEANFILES = parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version htdocs/manual.html.in
DISTCLEANFILES = makerpm re2c.spec README scanner.cc re2c$(EXEEXT)
#define PACKAGE_NAME "re2c"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.13.5.dev"
+#define PACKAGE_STRING "re2c 0.13.5"
/* 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.13.5.dev"
+#define PACKAGE_VERSION "0.13.5"
/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.13.5.dev"
+#define VERSION "0.13.5"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
AC_PREREQ([2.57])
-AC_INIT(re2c, 0.13.5.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.13.5, re2c-general@lists.sourceforge.net)
AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)
+AC_SUBST(PACKAGE_DATE, `date +'%d %b %Y'`)
AC_SUBST(PACKAGE_VERSION)
AC_SUBST(PACKAGE_NAME)
AC_SUBST(PACKAGE_TARNAME)
re2c.spec \
run_tests.sh \
config_w32.h \
+htdocs/manual.html \
])
AC_OUTPUT_COMMANDS([chmod +x makerpm run_tests.sh])
AC_OUTPUT
</ul>
<hr />
<h1>Changelog</h1>
-<h2>2008-??-??: 0.13.5</h2>
+<h2>2008-05-25: 0.13.5</h2>
<ul>
+<li>Fixed #1952896 Segfault in re2c::Scanner::scan.</li>
+<li>Fixed #1952842 Regression.</li>
</ul>
<h2>2008-04-05: 0.13.4</h2>
<li>Added transparent handling of #line directives in input files.</li>
<body>
<h1>RE2C</h1>
Section: User Commands (1)<br />
-Updated: 05 Apr 2008<br />
+Updated: @PACKAGE_DATE@<br />
<a href="#index">Index</a>
<hr />
<a name="lbAB" id="lbAB"> </a>
<br />
<a name="lbAQ" id="lbAQ"> </a>
<h2>VERSION INFORMATION</h2>
-<p>This manpage describes <b>re2c</b>, version 0.13.1.</p>
+<p>This manpage describes <b>re2c</b>, version @PACKAGE_VERSION@.</p>
<hr />
<a name="index" id="index"> </a>
<h2>Index</h2>
<br />
<hr />
<p>This document was created by man2html, using the manual pages.<br />
-Date: 05 Apr, 2008</p>
+Date: @PACKAGE_DATE@</p>
</body>
</html>
./"
./" $Id$
./"
-.TH RE2C 1 "05 April 2008" "Version @PACKAGE_VERSION@"
+.TH RE2C 1 "@PACKAGE_DATE@" "Version @PACKAGE_VERSION@"
.ds re \fBre2c\fP
.ds le \fBlex\fP
.ds rx regular-expression