summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Getting more systematic about styledkf2005-07-241-647/+642
* bug 1225044Kevin B Kenny2005-06-221-2/+7
* bug 1225727Kevin B Kenny2005-06-221-7/+4
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-4/+63
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-6/+2
* Patch 976520 reworks several of the details involved withdgp2004-11-301-2/+6
* * win/tclWinPipe.c: The pipe channel driver now respects the -blocking optiondavygrvy2004-11-091-47/+72
* * generic/tclBasic.c:dgp2004-10-061-4/+4
* More formatting fixes...dkf2004-10-061-20/+18
* * win/tclWinPipe.c:davygrvy2004-05-301-44/+56
* (BuildCommandLine): Use the existence of contents in the linePtr ratherdavygrvy2004-05-101-2/+2
* (TclpCreateProcess): When under NT, with no console, and executing adavygrvy2004-05-101-2/+2
* (BuildCommandLine): Moved non-obvious appending logic to outside the loopdavygrvy2004-05-101-6/+7
* Refix bug 789040 re-entered in rev 1.41chengyemao2004-05-081-2/+3
* * tests/winPipe.test: Six more cases added.davygrvy2004-02-021-6/+2
* * tests/winPipe.test: Added proof that BuildCommandLine() is notdavygrvy2004-02-021-8/+12
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-011-8/+2
* * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with thedavygrvy2004-01-201-5/+14
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-7/+9
* * win/tclWinPipe.c (BuildCommandLine): Applied the patch comingandreas_kupries2003-10-211-3/+6
* * win/tclWinPipe.c: The windows port of expect can calldavygrvy2003-09-281-1/+4
* Bug fix in BuildCommandLine: missing a space when linePtr is not nullchengyemao2003-08-151-2/+3
* * win/Makefile.in: Don't define TCL_DBGXmdejong2003-04-151-7/+2
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-3/+6
* * generic/tcl.h: Add TCL_PREFIX_IDENT andmdejong2003-01-281-3/+35
* * generic/tclPipe.c (TclCleanupChildren):davygrvy2002-12-171-5/+52
* * win/tclWinPipe.c: reverted back to -r1.27 due to numerous testdavygrvy2002-12-051-67/+7
* * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with andavygrvy2002-12-041-5/+52
* * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENTdavygrvy2002-12-041-2/+2
* * win/tclAppInit.c (sigHandler): Protect from trying to close adavygrvy2002-12-041-3/+16
* * win/tclWinConsole.c:davygrvy2002-11-261-37/+75
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-4/+4
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-171-1/+6
* 4 fs fixesvincentdarley2002-03-241-2/+2
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-4/+4
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-4/+4
* * win/tclWinPipe.c: More Borland compatibility fixes.davygrvy2001-09-061-2/+5
* 2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-231-3/+3
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+29
* * win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock tohobbs2001-07-171-17/+16
* * win/tclWinConsole.c:mdejong2001-07-161-2/+1
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-3/+6
* * win/tclWinPipe.c: Stage-1 bug fix for TR#2460 "exec leaks memory".davidg2000-09-081-19/+69
* * win/tclWinPipe.c (BuildCommandLine): Added Tcl_DStringFree callericm2000-07-251-1/+2
* * win/tclWinDde.c:ericm2000-06-131-5/+5
* * win/tclWinPipe.c: Added "CONST" keyword to declaration of charericm2000-04-111-2/+2
* * win/tclWinPipe.c (TclpCreateTempFile): Added conversion ofericm2000-04-101-7/+20
* * win/tclWin32Dll.c:hobbs1999-12-091-471/+76