summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Release candidate branch for Tcl 8.5.12.dgp2012-07-102-2/+2
| |/ /
| * | * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-101-10/+6
| * | and don't forget the %jan.nijtmans2012-07-084-7/+7
| * | add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\ \ | | |/
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
| * | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| * | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-3/+3
| |\ \ | | |/
| | * [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+4
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-77/+30
| |\ \
| | * | remove some unused codebug_3362446jan.nijtmans2012-06-201-12/+8
| | * | [bug 3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-191-64/+30
| * | | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | 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-34/+56
| |\ \ | | |/
| | * [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 [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-222-13/+29
| |\ \ | | |/
| | * 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-133-15/+12
| |\ \ | | |/
| | * Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-4/+11
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-53/+69
| |\ \ | | |/
| | * [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-80/+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
| |\ \ | | |/
| | * move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
| * | get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-2/+2
| |\ \ | | |/
| | * truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| | |\
| | | * 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
| | | * | implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-0/+3
| * | | | make some more internal tables constjan.nijtmans2012-04-235-7/+7
| |\ \ \ \ | | |/ / /
| | * | | make some more internal tables constjan.nijtmans2012-04-235-8/+8
| * | | | 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 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
| | |/
| * | [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