]> granicus.if.org Git - re2c/commitdiff
- Applied #2482561 Error in manual section on -r mode.
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 2 Jan 2009 19:01:34 +0000 (19:01 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 2 Jan 2009 19:01:34 +0000 (19:01 +0000)
re2c/CHANGELOG
re2c/htdocs/index.html
re2c/htdocs/manual.html.in

index 0b3709cef91e1f1661ee5686c35e3b56b09c8770..977019107399e5419efa40b6ce30168cf6651751 100644 (file)
@@ -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.
index c3cbb4b64c800301b67331fd3528d279a1b4bc54..1d71b157d8785bc7409039a4119cf030b021ef4e 100755 (executable)
@@ -85,6 +85,7 @@ fixes which were incorporated. <a href=
 <ul>
 <li>Fixed inplace configuration in -e mode.</li>
 <li>Applied #2482572 Typos in error messages.</li>
+<li>Applied #2482561 Error in manual section on -r mode.</li>
 <li>Fixed #2478216 Wrong start_label in -c mode.</li>
 <li>Fixed #2102138 Duplicate case labels on EBCDIC.</li>
 <li>Fixed #2186718 Unescaped backslash in file name of #line directive.</li>
index 6fc3263e772f39e651f10d6d500bafc632ee6c7d..db3d1c6ecdcbfe06815e0c4a331dedf0c62329bf 100755 (executable)
@@ -129,8 +129,8 @@ Specify the output file.<br /><br /></dd>
 <dt><b>-r</b></dt>
 <dd>Allows reuse of scanner definitions with '<b>/*!use:re2c</b>' after
 '<b>/*!rules:re2c</b>'. In this mode no '<b>/*!re2c</b>' block and exactly one
-'<b>/*!use:re2c</b>' must be present. The rules are being saved and used by
-every '<b>/*!repeat:re2c</b>' block that follows. These blocks can contain
+'<b>/*!rules:re2c</b>' must be present. The rules are being saved and used by
+every '<b>/*!use:re2c</b>' block that follows. These blocks can contain
 inplace configurations, especially '<b>re2c:flags:w</b>' and '<b>re2c:flags:u</b>'.
 That way it is possible to create the same scanner multiple times for different
 character types, different input mechanisms or different output mechanisms.