summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+1
* Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-3/+4
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-6/+6
* Added comments raising questions about possible updates to channeldgp2014-03-211-0/+6
* Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-3/+3
* Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-10/+3
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-2/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-2/+0
| * [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts e...jan.nijtmans2012-07-111-1/+1
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-1/+1
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-17/+20
* | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-10/+11
* | [Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when n...ferrieux2012-07-251-4/+22
* | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
|\ \ | |/
| * 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-7/+7
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
|\ \ \ \ | | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| | |\ \ | |/ / / | | | _
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
| | |\
| | | * merge trunkjan.nijtmans2012-04-241-1/+1
| | | |\ | | | |/ | | |/|
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-1/+1
* | | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ \ \ | |/ / /
| * | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\ \ \ | | |/ /
| | * | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | |/
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-15/+0
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-25/+0
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-9/+0
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-9/+0
* | | minor gcc compiler warning with -Wwrite-stringsjan.nijtmans2011-07-071-2/+2
* | | 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