]> granicus.if.org Git - re2c/commitdiff
- Automatically update release date and version in documentation
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 25 May 2008 14:30:45 +0000 (14:30 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 25 May 2008 14:30:45 +0000 (14:30 +0000)
- Prepare new release

re2c/CHANGELOG
re2c/Makefile.am
re2c/config_w32.h
re2c/configure.in
re2c/htdocs/index.html
re2c/htdocs/manual.html.in [moved from re2c/htdocs/manual.html with 99% similarity]
re2c/re2c.1.in

index aed6a34cd8401625d94db756effa59788acf1aac..b79ce1233af45fee07f45ccedc0b957b1543e11c 100644 (file)
@@ -1,6 +1,11 @@
 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.
index e332e59ea548f16b9313d328b15eb029cac9e1dc..1b50782b80bbea6d85a7ce52df080fc11e24149b 100755 (executable)
@@ -17,7 +17,7 @@ YFLAGS       = -d
 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)
 
index 7f65ed8739b9d986cff78336770e5746b94d0c21..df3db991c8589e1f483099c9b92b6d8f7da728a6 100644 (file)
 #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
@@ -83,7 +83,7 @@
 #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 */
index fe54f9a3b5b2e152904e3ea3a0d310eaac199d73..faa352e6c0f28da8b465062c29f0265f5ce24209 100644 (file)
@@ -1,9 +1,10 @@
 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)
@@ -59,6 +60,7 @@ re2c.1 \
 re2c.spec \
 run_tests.sh \
 config_w32.h \
+htdocs/manual.html \
 ])
 AC_OUTPUT_COMMANDS([chmod +x makerpm run_tests.sh])
 AC_OUTPUT
index 1c9d456971e86d40fc939b57665a232c80adcf06..489d2f5d10df5bf0407896a621feecfb045b24cb 100755 (executable)
@@ -80,8 +80,10 @@ fixes which were incorporated. <a href=
 </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>
similarity index 99%
rename from re2c/htdocs/manual.html
rename to re2c/htdocs/manual.html.in
index 269514777d2eec61ee08fc3adc0601286e575243..6fc3263e772f39e651f10d6d500bafc632ee6c7d 100755 (executable)
@@ -7,7 +7,7 @@
 <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">&nbsp;</a>
@@ -675,7 +675,7 @@ else then e detection of end of data/file.</p>
 <br />
 <a name="lbAQ" id="lbAQ">&nbsp;</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">&nbsp;</a>
 <h2>Index</h2>
@@ -701,6 +701,6 @@ else then e detection of end of data/file.</p>
 <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>
index 5f21b553daa8d16be466f7501c7fc0c4319f956b..dd011f5f240c44b152aad1b647b876d6ac345732 100644 (file)
@@ -1,7 +1,7 @@
 ./" 
 ./" $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