summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
* merge 8.4bug_3567063dgp2012-11-132-6/+8
|\
| * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-6/+7
| * needed for complation with mingw-w64 (autoconf still to be run)jan.nijtmans2012-11-071-0/+1
* | Make compilation of the fp control changes possible with MinGW.Joe Mistachkin2012-09-131-3/+10
* | Free the WinThread structure before running the original thread procedure.Joe Mistachkin2012-09-131-1/+8
* | Initial work on SF FRQ #3567063.Joe Mistachkin2012-09-131-4/+56
|/
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-4/+6
* add coffbase for samplejan.nijtmans2012-07-311-1/+2
* add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+17
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-312-70/+267
* Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwi...jan.nijtmans2012-07-201-8/+36
* should be uppercasejan.nijtmans2012-07-171-1/+1
* [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
* 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
* [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+4
* Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
* [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-252-6/+6
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
* Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-222-13/+30
* Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-4/+11
* [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-825/+796
|\
| * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-150/+115
| * [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-10/+47
| * proposal from jmphilippejan.nijtmans2012-05-071-5/+11
|/
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-1/+0
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-62/+0
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
* truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
|\
| * merge trunkjan.nijtmans2012-04-245-8/+8
| |\ | |/ |/|
* | make some more internal tables constjan.nijtmans2012-04-235-8/+8
* | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| * sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| * merge core-8-4-branchjan.nijtmans2012-04-114-18/+22
| |\ | |/ |/|
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-113-29/+37
* | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-3/+3
| * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-068-19/+20
| * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-0/+3
|/
* [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-3/+3
|\
| * better solution for bug-510001bug_510001jan.nijtmans2012-03-291-2/+2
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-13/+19
* | Only check for cygwin with $GCCjan.nijtmans2012-03-292-46/+52
* | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-293-507/+604
|\ \ | |/ |/|
| * now ready for further field testsbug_3511806jan.nijtmans2012-03-292-121/+119
| * some better checksjan.nijtmans2012-03-282-88/+143
| * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-282-120/+114
| * bug-3511806 implementationjan.nijtmans2012-03-273-467/+517
|/
* enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-263-85/+79
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-241-22/+38
|\