summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-80/+0
|\
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-80/+0
| |\
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-62/+0
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
|\ \ \ | |/ /
| * | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
| |\ \ | | |/
| | * move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
| | |
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-2/+0
|\ \ \ | |/ /
| * | get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-2/+2
| |\ \ | | |/
| | * truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
| | |
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-253-15/+8
| | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one.
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
|\ \ \ \ | | |/ / | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| | |\ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * merge trunkjan.nijtmans2012-04-245-8/+8
| | | |\ | | | |/ | | |/|
| | | * sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| | | |
| | | * merge core-8-4-branchjan.nijtmans2012-04-114-18/+22
| | | |\
| | | * | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-068-19/+20
| | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| | | * | implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-0/+3
| | | | |
* | | | | make some more internal tables constjan.nijtmans2012-04-234-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | make some more internal tables constjan.nijtmans2012-04-235-7/+7
| |\ \ \ \ | | |/ / /
| | * | | make some more internal tables constjan.nijtmans2012-04-235-8/+8
| | | | | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
* | | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
|\ \ \ \ \ | |/ / / /
| * | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
| |\ \ \ \ | | |/ / /
| | * | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| | | |/ | | |/|
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-116/+0
|\ \ \ \
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-116/+0
| | | | |
* | | | | fix windows build broken by [92cfbef048]jan.nijtmans2012-04-112-2/+2
| | | | | | | | | | | | | | | (Refactor Win socket and load code to be less baroque in its internals)
* | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-114-27/+36
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-115-28/+37
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [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
| | | |/ | | |/| | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings
* | | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-052-326/+302
| | | | | | | | | | | | baroque in its internals.
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-14/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-13/+5
| |\ \ | | |/
| | * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-3/+3
| | |\
| | | * better solution for bug-510001bug_510001jan.nijtmans2012-03-291-2/+2
| | | | | | | | | | | | it fills a correctly working stub entry for Win64
* | | | re-generate configurejan.nijtmans2012-04-021-794/+711
|\ \ \ \ | |/ / /
| * | | re-generate configurejan.nijtmans2012-04-011-672/+512
| | | |
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-022-42/+64
|\ \ \ \ | |/ / / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-302-17/+23
| |\ \ \ | | |/ / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-13/+19
| | | | | | | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-304-306/+289
|\ \ \ \ | |/ / / | | | | (autoconf still to be run!)
| * | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-303-243/+175
| |\ \ \ | | |/ / | | | | (autoconf still to be run!)
| | * | Only check for cygwin with $GCCjan.nijtmans2012-03-292-46/+52
| | | |
| | * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-293-507/+604
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler
| | | * 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
| | |