| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head | andreas_kupries | 2006-03-14 | 1 | -5/+21 |
|
|
* | Finalization of the pipes are now solely done in TclpFinalizePipes and | vasiljevic | 2006-03-10 | 1 | -34/+11 |
|
|
* | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 1 | -12/+8 |
|
|
* | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | bug 1225044 | Kevin B Kenny | 2005-06-22 | 1 | -21/+41 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -7/+4 |
|
|
* | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -32/+17 |
|
|
* | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 1 | -17/+32 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -4/+63 |
|
|
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (BuildCommandLine): Append a space when the path got primed. | davygrvy | 2004-05-10 | 1 | -4/+6 |
|
|
* | backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() rules... | davygrvy | 2004-02-25 | 1 | -16/+10 |
|
|
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 1 | -3/+6 |
|
|
* | * win/tclWinPipe.c: fixed a bug in BuildCommandLine. | mdejong | 2003-10-04 | 1 | -2/+3 |
|
|
* | The windows port of expect can call TclWinAddProcess before any | davygrvy | 2003-09-28 | 1 | -1/+4 |
|
|
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-07-16 | 1 | -7/+2 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 1 | -3/+6 |
|
|
* | * generic/tcl.h: Add TCL_PREFIX_IDENT and | mdejong | 2003-01-28 | 1 | -3/+35 |
|
|
* | * generic/tclPipe.c (TclCleanupChildren): | davygrvy | 2002-12-17 | 1 | -5/+52 |
|
|
* | * win/tclWinPipe.c: reverted back to -r1.27 due to numerous test | davygrvy | 2002-12-05 | 1 | -67/+7 |
|
|
* | * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with an | davygrvy | 2002-12-04 | 1 | -5/+52 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT | davygrvy | 2002-12-04 | 1 | -2/+2 |
|
|
* | * win/tclAppInit.c (sigHandler): Protect from trying to close a | davygrvy | 2002-12-04 | 1 | -3/+16 |
|
|
* | * win/tclWinConsole.c: | davygrvy | 2002-11-26 | 1 | -37/+75 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -4/+4 |
|
|
* | * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec] | andreas_kupries | 2002-06-17 | 1 | -1/+6 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -2/+2 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -3/+3 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -4/+4 |
|
|
* | * Updated APIs in the file generic/tclIO.c according to the guidelines | dgp | 2002-01-15 | 1 | -4/+4 |
|
|
* | * win/tclWinPipe.c: More Borland compatibility fixes. | davygrvy | 2001-09-06 | 1 | -2/+5 |
|
|
* | 2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-08-23 | 1 | -3/+3 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -1/+29 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to | hobbs | 2001-07-17 | 1 | -17/+16 |
|
|
* | * win/tclWinConsole.c: | mdejong | 2001-07-16 | 1 | -2/+1 |
|
|
* | up-port of the stacked channel implementation rewrite in 8.3.2 to | hobbs | 2000-09-28 | 1 | -3/+6 |
|
|
* | * win/tclWinPipe.c: Stage-1 bug fix for TR#2460 "exec leaks memory". | davidg | 2000-09-08 | 1 | -19/+69 |
|
|
* | * win/tclWinPipe.c (BuildCommandLine): Added Tcl_DStringFree call | ericm | 2000-07-25 | 1 | -1/+2 |
|
|
* | * win/tclWinDde.c: | ericm | 2000-06-13 | 1 | -5/+5 |
|
|
* | * win/tclWinPipe.c: Added "CONST" keyword to declaration of char | ericm | 2000-04-11 | 1 | -2/+2 |
|
|
* | * win/tclWinPipe.c (TclpCreateTempFile): Added conversion of | ericm | 2000-04-10 | 1 | -7/+20 |
|
|
* | * win/tclWin32Dll.c: | hobbs | 1999-12-09 | 1 | -471/+76 |
|
|
* | * win/tclWinPipe.c: | redman | 1999-07-31 | 1 | -1/+7 |
|
|
* | Bug fixes for threaded Tcl on NT with single and dual CPUs. Still some | redman | 1999-07-27 | 1 | -4/+6 |
|
|
* | Fix command.com bug on Windows 95/98. [Bug: 2105] | redman | 1999-05-21 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -445/+1143 |
|
|
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 1 | -11/+33 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | added code to handle null arguments | stanton | 1998-06-15 | 1 | -5/+11 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+2470 |
|
|