Overview
Artifact ID: | d48d1811a6c8f9ce89424b48c810b4e9157f3502 |
---|---|
Ticket: | 906c533302203a0997738b21e434fe4791cd90f0
Mingw broken command-line parsing |
User & Date: | jan.nijtmans 2012-09-09 20:49:21 |
Changes
- comment changed to:
MinGW parses the Windows command line different than MS or MinGW-w64 does, See [http://core.tcl.tk/tcl/info/f0cb3345b4040a71ce3b062f118c357363e820e2]. <p> The setargv workaround, is taken over from Tcl 8.6 (win/tclAppInit.c). It was already part of the initial import in CVS in 1998, so it is impossible to know who wrote the original setargv() function. But I (jan nijtmans) adapted it to be useful as unicode command line parser as well. MinGW doesn't support unicode command line parsing (unline VS and MinGW-w64), so the setargv() function is the only known workaround to get it done.
- foundin changed to: "1.23"
- private_contact changed to: "cd7093095d9cfcb1d94e1ac96bf5d520b20d5cd7"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Mingw broken command-line parsing"
- type changed to: "Code_Defect"