summaryrefslogtreecommitdiffstats
path: root/generic/tclPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tip-548jan.nijtmans2019-08-291-1/+1
|\
| * Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\
| | | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | * | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec...jan.nijtmans2017-08-291-1/+7
* | | | Merge tip-548jan.nijtmans2019-08-151-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-2/+2
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-3/+3
|/ / /
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-1/+1
* | | merge 8.7dgp2017-11-071-1/+7
|\ \ \
| * | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005.ferrieux2017-08-241-1/+7
* | | | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally termina...f.bonnet2017-11-051-2/+2
* | | | Comments and formattingf.bonnet2017-08-271-1/+1
* | | | Fixed reference counting issue with objects returned by WaitProcessStatusf.bonnet2017-08-271-1/+4
* | | | Refactoring to support all processes and not just detached ones.f.bonnet2017-08-271-56/+19
* | | | Refactoring and preliminary implementation of tcl::process (list|status)f.bonnet2017-08-231-62/+3
* | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] i...f.bonnet2017-08-181-1/+58
|/ / /
* | | typosjan.nijtmans2016-11-241-1/+1
|/ /
* | more result generation conversiondkf2012-08-041-42/+51
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-4/+4
| |
| \
*-. \ [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
| | |\
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-1/+1
| | |/
* | | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-0/+18
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-5/+5
* | | 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
| | * * tests/socket.test: Extended the timeout in socket-11.11 from 10andreas_kupries2006-03-161-2/+18
| | * * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-5/+4
| | * * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bugandreas_kupries2005-10-051-7/+11
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-2/+8
| | * * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a specialhobbs2004-07-021-15/+36
| * | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crashandreas_kupries2009-07-241-4/+10
* | | Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-11/+8
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-9/+10
* | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-4/+10
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-54/+58
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-15/+15
|/ /
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-3/+3
* | * tests/socket.test: Extended the timeout in socket-11.11 from 10andreas_kupries2006-03-161-2/+18
* | * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-5/+4
* | Silence a warning.dkf2005-11-071-2/+3
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman forpatthoyts2005-11-041-2/+2
* | ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-99/+88
* | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bugandreas_kupries2005-10-051-7/+11
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems todkf2005-07-281-2/+8
* | Systematizing the formattingdkf2005-07-211-208/+205
* | * generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid causeddavygrvy2004-10-261-3/+3