From: helly Date: Sun, 18 Jun 2006 18:37:00 +0000 (+0000) Subject: - Fix Changelog X-Git-Tag: 0.13.6~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a6e46a720ca814035696ba0ffcc84983ae291c;p=re2c - Fix Changelog --- diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index c2b10eeb..cb34297e 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -20,7 +20,7 @@ Version 0.10.2 (2006-05-01) - Fixed -i switch. - Added configuration 'yyfill:enable' to allow suppression of YYFILL() blocks. - Added tutorial like lessons to re2c. -- Added /*!ignore!re2c */ to support documenting of re2c source. +- Added /*!ignore:re2c */ to support documenting of re2c source. - Fixed issue with multiline re2c comments (/*!max:re2c ... */ and alike). - Fixed generation of YYDEBUG() when using -d switch. - Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE() block. diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index b1735a5f..e90adf2f 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -101,7 +101,7 @@ fixes which were incorporated. Fixed -i switch.
  • Added configuration 'yyfill:enable' to allow suppression of YYFILL() blocks.
  • Added tutorial like lessons to re2c.
  • -
  • Added /*!ignore!re2c */ to support documenting of re2c source.
  • +
  • Added /*!ignore:re2c */ to support documenting of re2c source.
  • Fixed issue with multiline re2c comments (/*!max:re2c ... */ and alike).
  • Fixed generation of YYDEBUG() when using -d switch.
  • Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE() block.