| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -17/+2 |
|
|
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -23/+22 |
|
|
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 1 | -3/+3 |
|
|
* | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_split | nijtmans | 2010-09-20 | 1 | -24/+8 |
|
|
* | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -2/+2 |
|
|
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -7/+7 |
|
|
* | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: | hobbs | 2010-08-04 | 1 | -77/+5 |
|
|
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | stub16.c Don't hide that we use the ASCII API here. | nijtmans | 2010-03-20 | 1 | -3/+3 |
|
|
* | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -13/+12 |
|
|
* | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -3/+3 |
|
|
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -6/+6 |
|
|
* | Revert [2009-12-21] change in tcl.h, in stead | nijtmans | 2010-01-22 | 1 | -3/+3 |
|
|
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -4/+2 |
|
|
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -4/+4 |
|
|
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -3/+3 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | Fix [Bug 2380318] | dkf | 2008-12-03 | 1 | -6/+50 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -36/+86 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -16/+15 |
|
|
* | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -1/+52 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -17/+17 |
|
|
* | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl | hobbs | 2006-03-29 | 1 | -31/+38 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+3 |
|
|
* | Finalization of the sockets/pipes | vasiljevic | 2006-03-10 | 1 | -33/+10 |
|
|
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -9/+9 |
|
|
* | ANSIfy | dkf | 2005-11-04 | 1 | -28/+30 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -647/+642 |
|
|
* | bug 1225044 | Kevin B Kenny | 2005-06-22 | 1 | -2/+7 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -7/+4 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -4/+63 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -6/+2 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -2/+6 |
|
|
* | * win/tclWinPipe.c: The pipe channel driver now respects the -blocking option | davygrvy | 2004-11-09 | 1 | -47/+72 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -4/+4 |
|
|
* | More formatting fixes... | dkf | 2004-10-06 | 1 | -20/+18 |
|
|
* | * win/tclWinPipe.c: | davygrvy | 2004-05-30 | 1 | -44/+56 |
|
|
* | (BuildCommandLine): Use the existence of contents in the linePtr rather | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (BuildCommandLine): Moved non-obvious appending logic to outside the loop | davygrvy | 2004-05-10 | 1 | -6/+7 |
|
|
* | Refix bug 789040 re-entered in rev 1.41 | chengyemao | 2004-05-08 | 1 | -2/+3 |
|
|
* | * tests/winPipe.test: Six more cases added. | davygrvy | 2004-02-02 | 1 | -6/+2 |
|
|
* | * tests/winPipe.test: Added proof that BuildCommandLine() is not | davygrvy | 2004-02-02 | 1 | -8/+12 |
|
|
* | * tests/winPipe.test: more pass-thru commandline verifications. | davygrvy | 2004-02-01 | 1 | -8/+2 |
|
|
* | * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with the | davygrvy | 2004-01-20 | 1 | -5/+14 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -7/+9 |
|
|
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 1 | -3/+6 |
|
|
* | * win/tclWinPipe.c: The windows port of expect can call | davygrvy | 2003-09-28 | 1 | -1/+4 |
|
|