Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch mingw-broken-cmdline Excluding Merge-Ins
This is equivalent to a diff from c42408e15b to d43165418c
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
| ||
18:15 | add .PHONY target to makefile, this makes "make test" work even though there already is a directory named "test" check-in: ffcdfadbda user: jan.nijtmans tags: trunk | |
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 | |
2012-09-07
| ||
21:12 | On windows, make "gdiff" default to using WinDiff.exe. check-in: cad57bf65d user: drh tags: trunk | |
Changes to src/main.c.
Changes to src/makemake.tcl.
Added test/cmdline.test.
Changes to win/Makefile.mingw.