summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* various "const" additions, in line with TIP #27nijtmans2007-02-201-31/+31
* Add missing cast that makes the fix effective.dgp2006-11-281-2/+2
* * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-271-2/+3
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-8/+8
* Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-071-25/+3
* Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-061-1/+23
* * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-181-1/+4
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-4/+4
* backing out last change, Tcl_Panic will be declared to never returndas2006-03-251-2/+2
* handle Tcl_Panic potentially returning. coverity bug 46das2006-03-251-1/+2
* Minor simplification of forward declarationsdkf2006-02-021-5/+3
* Improved commenting of a tricky bit of TclpOpenFileChanneldkf2006-01-261-13/+11
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* More bits of ANSIfyingdkf2005-11-111-7/+7
* Revised code to build in situations where strchr(.,.) is a macro.dgp2005-10-211-5/+3
* ANSI-fy declarations and NULL handlingdkf2005-10-211-316/+299
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-021-2/+2
* Getting more systematic about styledkf2005-07-201-382/+411
* TIP#208 implementationdkf2005-06-061-2/+49
* * generic/tclInt.decls:das2005-05-141-8/+12
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-8/+8
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-36/+62
* * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-171-10/+10
* * unix/tclUnixChan.c: [Bug 727786]. Exterminated the code markedandreas_kupries2004-11-101-104/+4
* Put braces round if bodies...dkf2004-10-061-4/+6
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-1/+5
* * Applied [SF Tcl Patch 868853], fixing a mem leak inandreas_kupries2004-05-041-1/+10
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-181-4/+9
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-1/+3
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-6/+7
* Changes from Victor Wagner <vitus@45.free.net> for DJGPP support.davygrvy2003-11-181-1/+4
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-231-5/+8
* * 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