From 5e8eb0e66b2d80dfd538a84b70048f6cd2c07e03 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 23 Jan 2006 23:23:32 +0000 Subject: [PATCH] - Merge changelog to index.html --- CHANGELOG | 2 +- htdocs/index.html | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7926c329..f9d9599d 100644 --- 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. diff --git a/htdocs/index.html b/htdocs/index.html index 5f2bf558..22189b28 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -78,6 +78,24 @@ provide re2c packages.


Changelog

+

2006-??-??: 0.10.0

+
  • Added re2c:startlabel configuration.
  • +
  • Fixed code generation to not generate unreachable code for initial state.
  • +
  • Added support for c/c++ compatible \u and \U unicode notation.
  • +
  • Added ability to control indendation.
  • +
  • Made scanner error out in case an ambiguous /* is found.
  • +
  • Fixed indendation of generated code.
  • +
  • Added support for DOS line endings.
  • +
  • Added experimental unicode support.
  • +
  • Added config_w32.h to build out of the box on windows (using msvc 2002+).
  • +
  • Added Microsoft Visual C .NET 2005 build files.
  • +
  • Applied #1411087 variable length trailing context.
  • +
  • Applied #1408326 do not generate goto next state.
  • +
  • Applied #1408282 CharSet initialization fix.
  • +
  • Applied #1408278 readsome with MSVC.
  • +
  • Applied #1307467 Unicode patch for 0.9.7.
  • +

    2005-12-28: 0.9.12