summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-0/+3
|\
* \ [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to realityjan2011-04-212-3/+12
|\ \ | |/
| * [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-212-5/+12
| |\
| | * [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-3/+9
* | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-213-0/+107
|\ \ \ | |/ /
| * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-213-0/+107
| |\ \ | | |/
| | * fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-213-27/+106
| | * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-2/+3
* | | Support cross-compilation to x64 from ix86 hosts when using NMAKE.patthoyts2011-04-202-44/+56
|\ \ \ | |/ /
| * | Support cross-compilation to x64 from ix86 hosts when using NMAKE.patthoyts2011-04-202-44/+56
* | | typo, (and accidently checked in changes to tclOO.decls, reverted in the next...jan.nijtmans2011-04-092-2/+2
* | | fix for [Bug 3280043]: win2k: unresolved DLL importsjan.nijtmans2011-04-083-0/+84
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-068-73/+136
* | | [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-3/+0
|\ \ \ | |/ /
| * | [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-3/+0
| |\ \ | | |/
| | * Updated README files, repairing broken URLs and other rot.dgp2011-04-041-3/+0
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-282-0/+6
* | | The -debug:full option is not supported when using the modern versions of lin...jan2011-03-262-2/+2
|\ \ \ | |/ /
| * | The -debug:full option is not supported when using the modern versions of lin...jan2011-03-262-2/+2
| |\ \ | | |/
| | * The -debug:full option is not supported when using the modern versions of lin...jan2011-03-262-2/+2
| * | The -debug:full option is not supported when using the modern versions of lin...jan.nijtmans2011-03-221-3/+3
| |\ \ | | |/
| | * The -debug:full option is not supported when using the modern versions of lin...jan.nijtmans2011-03-221-1/+1
| | * ifdef protections to permit builds with mingw on amd64 systems.jan.nijtmans2011-03-113-20/+39
| | * * win/tcl.m4: handle --enable-64bit=ia64 for gcc.jan.nijtmans2011-03-113-302/+640
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-1215-229/+214
* | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODEjan.nijtmans2011-03-121-3/+3
* | | Make tests in child interpreters report their summary info in the master.dkf2011-03-101-2/+2
* | | MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-075-4/+10
* | | Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-32/+0
|\ \ \ | |/ /
| * | Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-27/+0
| |\ \ | | |/
| | * Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-17/+0
* | | <verbatim>Kevin B Kenny2011-03-052-0/+2
|\ \ \
| * \ \ merge trunkdogeen_assembler_branchKevin B Kenny2011-03-0533-69/+0
| |\ \ \ | |/ / / |/| | |
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-0233-69/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0234-71/+0
| |\ \ \ | | | |/ | | |/|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0136-75/+0
| | * | Fix gcc-4.5.2 error: lvalue required as ...nijtmans2011-01-142-5/+7
| | * | Fix missing comma in last commitandreas_kupries2010-11-081-2/+2
| | * | Backported from 8.6 (see 2010-08-04).andreas_kupries2010-11-033-8/+10
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ...nijtmans2010-10-314-44/+55
| | * | Update for VS10nijtmans2010-10-231-6/+13
| | * | * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
| | * | Removed outdated Msys + Mingw info, fix for [Bug 2459744].stwo2009-11-101-10/+1
| | * | compiler warning build break fixJoe Mistachkin2009-11-021-2/+2
| | * | * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-231-2/+7
| | * | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-271-2/+2
| | * | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ...ferrieux2009-04-271-2/+14
| | * | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+12
| | * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
| | * | * README: Bump version number to 8.4.19dgp2008-04-113-5/+5