]> granicus.if.org Git - re2c/commitdiff
- Prepare release 0.10.3
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 14 May 2006 17:21:20 +0000 (17:21 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 14 May 2006 17:21:20 +0000 (17:21 +0000)
CHANGELOG
config_w32.h
configure.in
htdocs/index.html

index 0c87388e4da784418914308a741d11ad7cc4fd03..e1a95b05e3c6231afed60eaf4edae2db95cacda2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 0.10.3 (????-??-??)
+Version 0.10.3 (2006-05-14)
 ---------------------------
 - Fixed issue with -wb and -ws.
 - Added -g switch to support gcc's computed goto's.
index fa2b9630e130723bcd4773d5aad379f0ae28567c..28f8eeee2c5a400de0e4bcdd3b492bc536bc8925 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.10.3.dev"
+#define PACKAGE_STRING "re2c 0.10.3"
 
 /* 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.3.dev"
+#define PACKAGE_VERSION "0.10.3"
 
 /* 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.3.dev"
+#define VERSION "0.10.3"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 216d5241faee1e6f34fd8965cd3de05a47476d4f..3da96ef4b2713060ccac9c8ddf3a3ad93f8e7a33 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.10.3.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.3, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index 11b58da7c28ed49c84e3319f209f74cc15f88af7..44837c0f4277eaf89bd9086211375d7054411046 100755 (executable)
@@ -76,6 +76,12 @@ provide re2c packages.</li>
 </ul>
 <hr />
 <h1>Changelog</h1>
+<h2>2006-05-14: 0.10.3</h2>
+<ul>
+<li>Fixed issue with -wb and -ws.</li>
+<li>Added -g switch to support gcc's computed goto's.</li>
+<li>Changed to use nested if's instead of "switch(yyaccept)" in -s mode.</li>
+</ul>
 <h2>2006-05-01: 0.10.2</h2>
 <ul>
 <li>Changed to generate YYMARKER only when needed or in single pass mode.</li>