summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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