summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-2/+4
* * generic/tclBasic.c:dgp2004-10-061-3/+4
* Silence compiler warnings.dgp2004-06-081-4/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() todas2003-02-211-1/+5
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-4/+4
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-4/+4
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+2
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-5/+7
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-3/+3
* * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter'sandreas_kupries2001-12-111-2/+2
* * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediatehobbs2001-10-181-11/+27
* minor fs, vfs fixesvincentdarley2001-09-041-7/+17
* * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam,hobbs2001-08-071-7/+14
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+29
* * unix/tclUnixPipe.c: updated pipeChannelType tohobbs2001-05-151-11/+15
* * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential racehobbs2001-03-291-2/+7
* * unix/tclUnixPipe.c (TclpCreateProcess): Removed WNOHANG fromhobbs2000-09-061-3/+5
* * generic/tclGet.c (Tcl_GetDouble): Added additional conditions toericm2000-03-311-4/+10
* * unix/tclUnixChan.c: Added (off_t) type casts in lseek() callericm2000-03-271-3/+3
* * unix/configure.in:hobbs1999-12-121-3/+3
* * win/tclWinTime.c: fixed handling of %Z on NT for time zoneshobbs1999-12-011-2/+1
* * unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly sethobbs1999-11-301-2/+4
* * unix/Makefile.in: purify has to use -best-effort to instrumenthobbs1999-10-131-21/+28
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-47/+56
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+1149