| Commit message (Expand) | Author | Age | Files | Lines |
* | handle --enable-64bit=ia64 for gcc | nijtmans | 2011-01-12 | 3 | -45/+58 |
|
|
* | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 1 | -2/+2 |
|
|
* | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte... | nijtmans | 2011-01-12 | 1 | -2/+2 |
|
|
* | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi... | nijtmans | 2010-12-21 | 1 | -3/+18 |
|
|
* | cannot use '['/']' in configure.in, or re-generation will go wrong | nijtmans | 2010-12-21 | 2 | -5/+3 |
|
|
* | fix cpuid determination | nijtmans | 2010-12-20 | 2 | -4/+4 |
|
|
* | Explicitely test for intrinsics support in compiler, before assuming only MSV... | nijtmans | 2010-12-20 | 2 | -1/+97 |
|
|
* | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: | nijtmans | 2010-12-19 | 1 | -5/+36 |
|
|
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -14/+12 |
|
|
* | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 1 | -2/+9 |
|
|
* | * win/tclWinSock.c (CreateSocket): Swap the loops over | rmax | 2010-12-14 | 1 | -5/+5 |
|
|
* | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 1 | -4/+49 |
|
|
* | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 4 | -15/+323 |
|
|
* | silence gcc warning when using -Wwrite-strings | nijtmans | 2010-12-03 | 4 | -20/+35 |
|
|
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 2 | -2/+6 |
|
|
* | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 3 | -7/+7 |
|
|
* | Set NO_VIZ=1 when zlib is compiled in libtcl, | nijtmans | 2010-11-18 | 2 | -1/+6 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -43/+51 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f... | nijtmans | 2010-11-17 | 2 | -2/+86 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi... | nijtmans | 2010-11-17 | 1 | -3/+3 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -1/+5 |
|
|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 4 | -32/+39 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 5 | -11/+21 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 3 | -40/+20 |
|
|
* | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is | dkf | 2010-10-26 | 1 | -2/+3 |
|
|
* | Add support for ::tcl::unsupported::noReverseDNS | rmax | 2010-10-26 | 1 | -4/+9 |
|
|
* | tclWinThrd.h: (removed) because it is just empty en used nowhere | nijtmans | 2010-10-13 | 2 | -25/+0 |
|
|
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 7 | -233/+186 |
|
|
* | Update for VS10 | nijtmans | 2010-10-11 | 1 | -2/+4 |
|
|
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 7 | -416/+164 |
|
|
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -33/+143 |
|
|
* | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 3 | -200/+325 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -2/+2 |
|
|
* | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -74/+89 |
|
|
* | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M... | nijtmans | 2010-09-22 | 2 | -2/+2 |
|
|
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 2 | -17/+9 |
|
|
* | Fix declaration after statement. | nijtmans | 2010-09-21 | 3 | -4/+5 |
|
|
* | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_split | nijtmans | 2010-09-20 | 3 | -189/+54 |
|
|
* | Oops, didn't mean to check in this file. | nijtmans | 2010-09-18 | 1 | -15/+7 |
|
|
* | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 2 | -12/+26 |
|
|
* | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -23/+1 |
|
|
* | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 2 | -110/+69 |
|
|
* | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 6 | -33/+31 |
|
|
* | Partly revert yesterday's change, to make it work on VC++ 6.0 again. | nijtmans | 2010-09-10 | 1 | -22/+74 |
|
|
* | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 7 | -292/+80 |
|
|
* | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 2 | -25/+34 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -2/+2 |
|
|
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 2 | -4/+8 |
|
|
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 9 | -29/+46 |
|
|