]> granicus.if.org Git - re2c/commitdiff
- Merge changelog to index.html
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 23 Jan 2006 23:23:32 +0000 (23:23 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 23 Jan 2006 23:23:32 +0000 (23:23 +0000)
CHANGELOG
htdocs/index.html

index 7926c329e35774322383d1e5fc90070485ac8863..f9d9599d1030f1eb2bc279632b1c794252efc9ec 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 0.10.0 (????-??-??)
+Version 0.10.0 (2006-??-??)
 ---------------------------
 - Added re2c:startlabel configuration.
 - Fixed code generation to not generate unreachable code for initial state.
index 5f2bf5582a80e3f0c69ca9daef684216fae677b1..22189b28e66ae192429614709e64e5a0a83f922f 100755 (executable)
@@ -78,6 +78,24 @@ provide re2c packages.</li>
 </p>
 <hr />
 <h1>Changelog</h1>
+<h2>2006-??-??: 0.10.0</h2>
+<li>Added re2c:startlabel configuration.</li>
+<li>Fixed code generation to not generate unreachable code for initial state.</li>
+<li>Added support for c/c++ compatible \u and \U unicode notation.</li>
+<li>Added ability to control indendation.</li>
+<li>Made scanner error out in case an ambiguous /* is found.</li>
+<li>Fixed indendation of generated code.</li>
+<li>Added support for DOS line endings.</li>
+<li>Added experimental unicode support.</li>
+<li>Added config_w32.h to build out of the box on windows (using msvc 2002+).</li>
+<li>Added Microsoft Visual C .NET 2005 build files.</li>
+<li>Applied #1411087 variable length trailing context.</li>
+<li>Applied #1408326 do not generate goto next state.</li>
+<li>Applied #1408282 CharSet initialization fix.</li>
+<li>Applied #1408278 readsome with MSVC.</li>
+<li>Applied #1307467 Unicode patch for 0.9.7.</li>
+<ul>
+</ul>
 <h2>2005-12-28: 0.9.12</h2>
 <ul>
 <li>Fixed bug #1390174 re2c cannot accept {0,}.</li>