summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
* Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-2/+2
* [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak.dgp2014-07-111-2/+4
* Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP...dgp2014-05-311-2/+2
|\
| * Correct the interest masks in the Tcl_CreateFileHandler() calls indgp2014-05-311-2/+2
| * * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-2/+51
| |\
| | * Backport from Tcl 8.6.dkf2012-11-141-2/+40
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-32/+11
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-31/+33
* | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-9/+11
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
|\ \ \ | |/ /
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
| |\ \ | | |/
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | 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
| | * * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-021-1/+18
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-3/+4
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
| | * bug 1225727Kevin B Kenny2005-06-221-1/+22
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-2/+4
| | * silence compiler warningdgp2004-06-081-2/+2
| | * Silence compiler warningsdgp2004-06-081-3/+1
| * | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-8/+25
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-1/+35
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-3/+10
* | | Some small bits of tidying up.dkf2009-11-091-70/+71
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-2/+2
* | | Remove obsolete PipeCloseProcferrieux2008-12-181-83/+1
* | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-6/+98
* | | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds.ferrieux2008-12-121-1/+4
* | | fix warnings, formattingdas2008-07-211-18/+17
* | | TIP #304 implementationferrieux2008-07-211-1/+45
|/ /
* | * generic/tclTest.c: Ignore the return value of write() whenrmax2008-03-141-3/+3
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish2008-02-281-47/+4
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-3/+3
* | * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-5/+6
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-11/+11
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-11/+11
* | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-021-1/+18
* | * generic/regc_locale.c (cclass):das2006-07-201-3/+4
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+3
* | ANSIfydkf2005-11-021-100/+96
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems todkf2005-07-281-2/+2
* | Getting more systematic about styledkf2005-07-241-264/+267
* | bug 1225727Kevin B Kenny2005-06-221-1/+22