| Commit message (Expand) | Author | Age | Files | Lines |
*-. | merge trunk into dogeen-assembler-branch | Kevin B Kenny | 2011-03-02 | 1 | -3/+3 |
|\ \ |
|
| | * | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 | mig | 2011-03-01 | 1 | -3/+3 |
| |/ |
|
* | | merge trunk | Kevin B Kenny | 2011-03-01 | 22 | -131/+267 |
|\ \
| |/ |
|
| * | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 9 | -66/+51 |
|
|
| * | 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 |
|
|
* | | merge | Kevin B Kenny | 2010-12-16 | 2 | -9/+61 |
|
|
* | | merge | Kevin B Kenny | 2010-12-11 | 5 | -34/+357 |
|
|
* | | merge | Kevin B Kenny | 2010-12-01 | 14 | -83/+185 |
|
|
* | | merge | Kevin B Kenny | 2010-10-28 | 1 | -4/+10 |
|
|
* | | merge | Kevin B Kenny | 2010-10-20 | 15 | -674/+352 |
|
|
* | | Merge | Kevin B Kenny | 2010-09-30 | 1 | -33/+143 |
|
|
* | | merge | Kevin B Kenny | 2010-09-28 | 3 | -200/+325 |
|
|
* | | * tclAssembly.c: Massive refactoring of the assembler | Kevin B Kenny | 2010-09-25 | 4 | -78/+139 |
|
|