]> granicus.if.org Git - re2c/commitdiff
- Prepare for release tag: 0.10.2.rc1
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 13 Apr 2006 19:48:07 +0000 (19:48 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 13 Apr 2006 19:48:07 +0000 (19:48 +0000)
CHANGELOG
config_w32.h
configure.in
htdocs/index.html
htdocs/manual.html

index c9d41ef41061fa6b8fe777c6cf4a35f924e52819..c6349d16beb541583f16cda9bfeffd5049cc0797 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 0.10.2 (????-??-??)
+Version 0.10.2 (2006-04-13)
 ---------------------------
 - Fixed generation of YYDEBUG() when using -d switch.
 - Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE() block.
index 2f51e37b3a8e56a4a1951e93b566a53a6ddf46d6..5f3a48d588774704e49043dafca2a5f4b46dc5dc 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.10.2.dev"
+#define PACKAGE_STRING "re2c 0.10.2.rc1"
 
 /* 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.10.2.dev"
+#define PACKAGE_VERSION "0.10.2.rc1"
 
 /* The size of a `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
@@ -87,7 +87,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.10.2.dev"
+#define VERSION "0.10.2.rc1"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 653b9571865012067670250688be6bc1bbcdfd88..960cb04f3cfa27ce54816ed6cce2b8eea446b176 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.10.2.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.2.rc1, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index a6c5783114fab3a63645d3c58719a1b823c8c778..298d19d34c0b4de563a81c5fa53580ed715a4fc9 100755 (executable)
@@ -75,26 +75,8 @@ provide re2c packages.</li>
 <a href="http://sourceforge.net/project/showfiles.php?group_id=96864">files pages</a>.</li>
 </ul>
 <hr />
-<h2>re2c 0.10.1 has been tested with the following compilers:</h2>
-<ul>
-<li>gcc version 4.0.3 (4.0.3-0.20060215.2mdk for Mandriva Linux release 2006.1)</li>
-<li>gcc version 4.0.2 (4.0.2-1mdk for Mandriva Linux release 2006.1)</li>
-<li>gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)</li>
-<li>gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)</li>
-<li>gcc-Version 3.4.0 (mips-sgi-irix6.5/3.4.0/specs)</li>
-<li>gcc-Version 3.3.5 (Debian 1:3.3.5-13)</li>
-<li>MIPSpro Compilers: Version 7.4.4m</li>
-<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 (Microsoft Visual C 2005)</li>
-<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86 (Microsoft Visual C 2002)</li>
-<li>Intel(R) C++ Compiler for 32-bit applications, Version 9.0 Build 20051130Z Package ID: W_CC_C_9.0.028</li>
-<li>CC: Sun C++ 5.8 2005/10/13 (CXXFLAGS='-compat5 -library=stlport4')</li>
-</ul>
-<ul>
-<li>bison 2.1, 1.875d, 1.875b, 1.875
-</ul>
-<hr />
 <h1>Changelog</h1>
-<h2>????-??-??: 0.10.2</h2>
+<h2>2006-04-13: 0.10.2</h2>
 <ul>
 <li>Fixed generation of YYDEBUG() when using -d switch.</li>
 <li>Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE() block.</li>
@@ -107,11 +89,38 @@ provide re2c packages.</li>
 <li>Fixed #1463639 Missing forward declaration.</li>
 <li>Implemented #1187127 savable state support for multiple re2c blocks.</li>
 </ul>
+<h2>re2c 0.10.2 has been tested with the following compilers:</h2>
+<ul>
+<li>gcc version 4.0.3 (4.0.3-0.20060215.2mdk for Mandriva Linux release 2006.1)</li>
+<li>gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)</li>
+<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 (Microsoft Visual C 2005)</li>
+<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86 (Microsoft Visual C 2002)</li>
+</ul>
+<ul>
+<li>bison 2.1, 1.875d, 1.875b, 1.875
+</ul>
 <h2>2006-02-28: 0.10.1</h2>
 <ul>
 <li>Added support for Solaris and native SUN compiler.</li>
 <li>Applied #1438160 expose YYCTXMARKER.</li>
 </ul>
+<h2>re2c 0.10.1 has been tested with the following compilers:</h2>
+<ul>
+<li>gcc version 4.0.3 (4.0.3-0.20060215.2mdk for Mandriva Linux release 2006.1)</li>
+<li>gcc version 4.0.2 (4.0.2-1mdk for Mandriva Linux release 2006.1)</li>
+<li>gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)</li>
+<li>gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)</li>
+<li>gcc-Version 3.4.0 (mips-sgi-irix6.5/3.4.0/specs)</li>
+<li>gcc-Version 3.3.5 (Debian 1:3.3.5-13)</li>
+<li>MIPSpro Compilers: Version 7.4.4m</li>
+<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 (Microsoft Visual C 2005)</li>
+<li>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86 (Microsoft Visual C 2002)</li>
+<li>Intel(R) C++ Compiler for 32-bit applications, Version 9.0 Build 20051130Z Package ID: W_CC_C_9.0.028</li>
+<li>CC: Sun C++ 5.8 2005/10/13 (CXXFLAGS='-compat5 -library=stlport4')</li>
+</ul>
+<ul>
+<li>bison 2.1, 1.875d, 1.875b, 1.875
+</ul>
 <h2>2006-02-18: 0.10.0</h2>
 <ul>
 <li>Added make target zip to create windows source packages as zip files.</li>
index 8a2b2be82ce794a3984e71e5df7eb6b68d2dbcc9..0b27e164a27bdaa6ea0ed6c238083b782d0e341f 100755 (executable)
@@ -15,7 +15,7 @@ Updated: 8 April 2006<br />
 <p>re2c - convert regular expressions to C/C++</p>
 <a name="lbAC" id="lbAC">&nbsp;</a>
 <h2>SYNOPSIS</h2>
-<p><b>re2c</b> [<b>-efsbvhdi</b>] [<b>-o output</b>] file</p>
+<p><b>re2c</b> [<b>-bdefhisvVw</b>] [<b>-o output</b>] file</p>
 <a name="lbAD" id="lbAD">&nbsp;</a>
 <h2>DESCRIPTION</h2>
 <p><b>re2c</b> is a preprocessor that generates C-based recognizers from