From: helly Date: Fri, 2 Jan 2009 19:01:34 +0000 (+0000) Subject: - Applied #2482561 Error in manual section on -r mode. X-Git-Tag: 0.13.6~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e2ef442c3c52fee74633d19f1977b03478d3d32;p=re2c - Applied #2482561 Error in manual section on -r mode. --- diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 0b3709ce..97701910 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -2,6 +2,7 @@ Version 0.13.6 (2009-??-??) --------------------------- - Fixed inplace configuration in -e mode. - Applied #2482572 Typos in error messages. +- Applied #2482561 Error in manual section on -r mode. - Fixed #2478216 Wrong start_label in -c mode. - Fixed #2186718 Unescaped backslash in file name of #line directive. - Fixed #2102138 Duplicate case labels on EBCDIC. diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index c3cbb4b6..1d71b157 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -85,6 +85,7 @@ fixes which were incorporated.
  • Fixed inplace configuration in -e mode.
  • Applied #2482572 Typos in error messages.
  • +
  • Applied #2482561 Error in manual section on -r mode.
  • Fixed #2478216 Wrong start_label in -c mode.
  • Fixed #2102138 Duplicate case labels on EBCDIC.
  • Fixed #2186718 Unescaped backslash in file name of #line directive.
  • diff --git a/re2c/htdocs/manual.html.in b/re2c/htdocs/manual.html.in index 6fc3263e..db3d1c6e 100755 --- a/re2c/htdocs/manual.html.in +++ b/re2c/htdocs/manual.html.in @@ -129,8 +129,8 @@ Specify the output file.

    -r
    Allows reuse of scanner definitions with '/*!use:re2c' after '/*!rules:re2c'. In this mode no '/*!re2c' block and exactly one -'/*!use:re2c' must be present. The rules are being saved and used by -every '/*!repeat:re2c' block that follows. These blocks can contain +'/*!rules:re2c' must be present. The rules are being saved and used by +every '/*!use:re2c' block that follows. These blocks can contain inplace configurations, especially 're2c:flags:w' and 're2c:flags:u'. That way it is possible to create the same scanner multiple times for different character types, different input mechanisms or different output mechanisms.