Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins related to "mingw-broken-cmdline"
|
2012-09-11
| ||
| 11:57 | Merge the latest trunk changes and the mingw-broken-cmdline branch into unicode-cmdline. ... (Closed-Leaf check-in: b19ef490fd user: drh tags: unicode-cmdline) | |
|
2012-09-10
| ||
| 08:21 | Add some test cases ... (Closed-Leaf check-in: d43165418c user: jan.nijtmans tags: mingw-broken-cmdline) | |
|
2012-09-09
| ||
| 22:06 | Reformat the windows command-line parser to following the Fossil style. Use the alternative command-line parser on all windows builds, not just for MinGW builds, to simplify the logic and so that the alternative parser code is testing more heavily. ... (check-in: f575af97b2 user: drh tags: mingw-broken-cmdline) | |
| 20:53 | Fix ticket [906c533302]. If you want to replace the mingw command-line pa a better one (conforming to ms rules), compile with -DMINGW_BROKEN_MAINARGS. MinGW doesn't support unicode command line parsing (linker option -municode), so the option -DMINGW_BROKEN_MAINARGS can be used to fix that too. ... (check-in: 047dd62604 user: jan.nijtmans tags: mingw-broken-cmdline) | |
|
2012-09-08
| ||
| 13:13 | Fix a harmless compiler warning. ... (check-in: c42408e15b user: drh tags: trunk) | |