]> granicus.if.org Git - re2c/commitdiff
- Fixed long form of -1 switch to --single-pass as noted in man page and help.
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 00:10:13 +0000 (00:10 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 00:10:13 +0000 (00:10 +0000)
re2c/CHANGELOG
re2c/htdocs/index.html
re2c/main.cc

index 9ede39efd31798c9cfe99be467d4089f4087c590..f9b90f9c709a73509ac820fd5ea0ea2714a1a259 100644 (file)
@@ -1,5 +1,6 @@
 Version 0.10.5 (200?-??-??)
 ---------------------------
+- Fixed long form of -1 switch to --single-pass as noted in man page and help.
 
 Version 0.10.4 (2006-06-01)
 ---------------------------
index 559c00643719535e58a5e1684aa22ee85046b4e6..aa762c7f600741a2cbcd638495a4149a7d976952 100755 (executable)
@@ -76,6 +76,10 @@ provide re2c packages.</li>
 </ul>
 <hr />
 <h1>Changelog</h1>
+<h2>200?-??-??: 0.10.5</h2>
+<ul>
+<li>Fixed long form of -1 switch to --single-pass as noted in man page and help.</li>
+</ul>
 <h2>2006-06-01: 0.10.4</h2>
 <ul>
 <li>Fix whitespace in generated code.</li>
index 9435c029b75ffbe4dffae1f7d962d3abdde60195..3f46db617e68bed6d1d4fb5e83f92260317ca729 100644 (file)
@@ -78,7 +78,7 @@ static const mbo_opt_struct OPTIONS[] =
        mbo_opt_struct('v', 0, "version"),
        mbo_opt_struct('V', 0, "vernum"),
        mbo_opt_struct('w', 0, "wide-chars"),      
-       mbo_opt_struct('1', 0, "two-pass"),
+       mbo_opt_struct('1', 0, "single-pass"),
        mbo_opt_struct('-', 0, NULL) /* end of args */
 };