summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-12/+12
* MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-071-1/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the headandreas_kupries2006-03-141-5/+21
| | * Finalization of the pipes are now solely done in TclpFinalizePipes andvasiljevic2006-03-101-34/+11
| | * * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman whichpatthoyts2005-11-041-12/+8
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
| | * bug 1225044Kevin B Kenny2005-06-221-21/+41
| | * bug 1225727Kevin B Kenny2005-06-221-7/+4
| | * bugs 1194458 and 1225044Kevin B Kenny2005-06-211-32/+17
| | * * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-191-17/+32
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-4/+63
| | * (TclpCreateProcess): When under NT, with no console, and executing adavygrvy2004-05-101-2/+2
| | * (BuildCommandLine): Append a space when the path got primed.davygrvy2004-05-101-4/+6
| | * backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() rules...davygrvy2004-02-251-16/+10
| | * * win/tclWinPipe.c (BuildCommandLine): Applied the patch comingandreas_kupries2003-10-211-3/+6
| | * * win/tclWinPipe.c: fixed a bug in BuildCommandLine.mdejong2003-10-041-2/+3
| | * The windows port of expect can call TclWinAddProcess before anydavygrvy2003-09-281-1/+4
| | * * win/Makefile.in: Don't define TCL_DBGXmdejong2003-07-161-7/+2
| | * * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-3/+6
| * | Various CYGWIN-related fixesnijtmans2010-01-311-7/+5
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-17/+2
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-23/+22
* | | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-211-3/+3
* | | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_splitnijtmans2010-09-201-24/+8
* | | mingw should always link with -ladvapi32nijtmans2010-09-091-2/+2
* | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-7/+7
* | | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-041-77/+5
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* | | stub16.c Don't hide that we use the ASCII API here.nijtmans2010-03-201-3/+3
* | | test that tclOO stubs are present in stub librarynijtmans2010-03-071-13/+12
* | | Eliminate all internal Tcl_WinUtfToTCharnijtmans2010-02-151-3/+3
* | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-6/+6
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-3/+3
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-4/+2
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-4/+4
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-3/+3
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Fix [Bug 2380318]dkf2008-12-031-6/+50
* | | Implementation of TIP #210.dkf2008-11-291-36/+86
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-16/+15
* | | TIP #304 implementationferrieux2008-07-211-1/+52
|/ /
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-17/+17
* | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tclhobbs2006-03-291-31/+38
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+3
* | Finalization of the sockets/pipesvasiljevic2006-03-101-33/+10
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman forpatthoyts2005-11-041-9/+9