]> granicus.if.org Git - re2c/commitdiff
- Applied #2482572 Typos in error messages.
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 2 Jan 2009 18:56:36 +0000 (18:56 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 2 Jan 2009 18:56:36 +0000 (18:56 +0000)
re2c/CHANGELOG
re2c/bootstrap/scanner.cc
re2c/htdocs/index.html
re2c/scanner.re
re2c/test/repeat-00.cgi.c

index f586c29dab43b4d18a98ec34f0b2b694ffc9c186..0b3709cef91e1f1661ee5686c35e3b56b09c8770 100644 (file)
@@ -1,6 +1,7 @@
 Version 0.13.6 (2009-??-??)
 ---------------------------
 - Fixed inplace configuration in -e mode.
+- Applied #2482572 Typos in error messages.
 - 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 a7bc7b9a9a6edd4f16295b70672b7e5ee873cf16..a4fe8fdc161e4d2d09a33b9427375a1124f451ea 100644 (file)
@@ -365,7 +365,7 @@ yy46:
                                        }
                                        else
                                        {
-                                               fatal("found 'reules:re2c' block without -r flag");
+                                               fatal("found 'rules:re2c' block without -r flag");
                                        }
                                        if (bUsedYYMaxFill && bSinglePass)
                                        {
index 5eacc31f97f978f81d5f3398b331ea10fe4cf075..c3cbb4b64c800301b67331fd3528d279a1b4bc54 100755 (executable)
@@ -84,6 +84,7 @@ fixes which were incorporated. <a href=
 <h2>2008-??-??: 0.13.6</h2>
 <ul>
 <li>Fixed inplace configuration in -e mode.</li>
+<li>Applied #2482572 Typos in error messages.</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 8cfe737fec97a0ee1fbaa0b01ddcf70850acbbe4..b777fb52a0c345107bf5b74078a5fc7edeb35305 100644 (file)
@@ -87,7 +87,7 @@ echo:
                                        }
                                        else
                                        {
-                                               fatal("found 'reules:re2c' block without -r flag");
+                                               fatal("found 'rules:re2c' block without -r flag");
                                        }
                                        if (bUsedYYMaxFill && bSinglePass)
                                        {
index d042e90766768b491b7aa1c26a9dffcb3ace89c2..eb94d5d30be6dda3a83a90a666bcdf872612249e 100755 (executable)
@@ -1 +1 @@
-re2c: error: line 5, column 1: found 'reules:re2c' block without -r flag
+re2c: error: line 5, column 1: found 'rules:re2c' block without -r flag