summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
*-. merge trunk into dogeen-assembler-branchKevin B Kenny2011-03-021-3/+3
|\ \
| | * This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-3/+3
| |/
* | merge trunkKevin B Kenny2011-03-0122-131/+267
|\ \ | |/
| * Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-259-66/+51
| * handle --enable-64bit=ia64 for gccnijtmans2011-01-123-45/+58
| * VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-121-2/+2
| * Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte...nijtmans2011-01-121-2/+2
| * [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi...nijtmans2010-12-211-3/+18
| * cannot use '['/']' in configure.in, or re-generation will go wrongnijtmans2010-12-212-5/+3
| * fix cpuid determinationnijtmans2010-12-202-4/+4
| * Explicitely test for intrinsics support in compiler, before assuming only MSV...nijtmans2010-12-202-1/+97
| * [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1:nijtmans2010-12-191-5/+36
| * [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-14/+12
| * Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-151-2/+9
| * * win/tclWinSock.c (CreateSocket): Swap the loops overrmax2010-12-141-5/+5
| * Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-131-4/+49
| * Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-104-15/+323
| * silence gcc warning when using -Wwrite-stringsnijtmans2010-12-034-20/+35
| * 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-282-2/+6
| * fix gcc warnings: unused variable 'registration'nijtmans2010-11-193-7/+7
| * Set NO_VIZ=1 when zlib is compiled in libtcl,nijtmans2010-11-182-1/+6
| * [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-43/+51
| * [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f...nijtmans2010-11-172-2/+86
| * Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
| * [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-1/+5
| * Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-164-32/+39
| * [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-045-11/+21
| * [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-033-40/+20
| * * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-261-2/+3
| * Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-261-4/+9
| * tclWinThrd.h: (removed) because it is just empty en used nowherenijtmans2010-10-132-25/+0
| * Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-127-233/+186
| * Update for VS10nijtmans2010-10-111-2/+4
| * [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-117-416/+164
| * re-generate configure with autoconf-2.59nijtmans2010-09-291-33/+143
| * * doc/socket.n: Document the changes to the [socket] and rmax2010-09-283-200/+325
| * * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
| * Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
| * Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-231-74/+89
| * Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M...nijtmans2010-09-222-2/+2
| * [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-212-17/+9
| * Fix declaration after statement.nijtmans2010-09-213-4/+5
* | mergeKevin B Kenny2010-12-162-9/+61
* | mergeKevin B Kenny2010-12-115-34/+357
* | mergeKevin B Kenny2010-12-0114-83/+185
* | mergeKevin B Kenny2010-10-281-4/+10
* | mergeKevin B Kenny2010-10-2015-674/+352
* | MergeKevin B Kenny2010-09-301-33/+143
* | mergeKevin B Kenny2010-09-283-200/+325
* | * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-254-78/+139