summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-3/+4
* Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-071-36/+6
* Added MT-safe implementation of some library calls.vasiljevic2006-09-061-1/+31
* * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-181-1/+4
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-76/+53
* * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-171-10/+10
* * Applied [SF Tcl Patch 868853], fixing a mem leak inandreas_kupries2004-05-041-1/+10
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-1/+3
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-231-9/+12
* * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): addhobbs2003-02-211-6/+33
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-14/+104
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-2/+2
* * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): make sure to inithobbs2002-09-031-1/+2
* * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases whenrmax2002-07-291-5/+5
* fs cleanupvincentdarley2002-07-081-21/+4
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-12/+21
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-11/+71
* More tidying up; tclUnixChan.c now builds with GCC without warnings.dkf2002-05-141-480/+456
* Stop Solaris from generating a warning; the second argument to ioctl has beendkf2002-05-131-2/+6
* * unix/tclUnixChan.c: initial remedy for [Bug #525783] flushhobbs2002-03-051-4/+23
* * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonizeandreas_kupries2002-02-271-2/+8
* * unix/tclUnixChan.c: added Unix implementation of TIP #35, serialhobbs2002-02-261-16/+385
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-15/+16
* * unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reportedandreas_kupries2002-02-041-1/+11
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-231-11/+11
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-2/+2
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-14/+14
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-3/+3
* Fix for bug 471374; Tcl only resets serial ports on exit now if it hasdkf2001-10-251-15/+29
* filesystemvincentdarley2001-08-301-11/+8
* Unix channels now have the right type associated with them [bug #219137]dkf2001-06-181-29/+58
* * unix/tclUnixChan.c: updated channel types to stricthobbs2000-10-281-31/+43
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-021-4/+24
* have to allow for strchr being a macro in TtyParseProchobbs2000-04-191-5/+6
* * README:hobbs2000-04-191-2/+22
* * unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/spacehobbs2000-04-151-3/+18
* * unix/tclUnixChan.c: Added (off_t) type casts in lseek() callericm2000-03-271-2/+2
* * unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET forhobbs2000-01-261-4/+4
* * unix/tclUnixPort.h: moved include of <utime.h> lower since somehobbs2000-01-241-2/+6
* * unix/tclUnixPort.h: added utime.h to includeshobbs1999-10-291-3/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-228/+330
* * unix/tclUnixChan.c:stanton1999-02-031-1/+18
* Updated the version to 8.0.5.rjohnson1999-01-041-1/+4
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Nuked EINTR wrapperswelch1998-08-061-100/+0
* *** empty log message ***welch1998-08-041-1/+1
* Fixed EINTR bugsurles1998-08-031-0/+100
* changed so server sockets can't be trashed by fileeventstanton1998-06-091-6/+14