summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
|\
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
| * Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ...guest2012-03-041-25/+30
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux@users.sourceforge.net2010-03-011-5/+24
| * Fix mark and space parity on Linuxrmax2008-03-031-1/+4
| * * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-3/+4
| * Rewritten MT-safe wrappers to return ptrs to TSD storagezv@archiware.com2006-09-071-36/+6
| * Added MT-safe implementation of some library calls.zv@archiware.com2006-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 IMPLEMENTATIONandreask@activestate.com2005-01-271-76/+53
| * * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-171-10/+10
| * * Applied [SF Tcl Patch 868853], fixing a mem leak inandreask@activestate.com2004-05-041-1/+10
| * Fix memleak with long hostnames. [Bug 888777]donal.k.fellows@manchester.ac.uk2004-02-251-1/+3
| * * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreask@activestate.com2003-10-231-9/+12
* | Prettify and fix filename in ChangeLog.ferrieux@users.sourceforge.net2010-03-011-4/+9
* | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux@users.sourceforge.net2010-03-011-4/+10
* | * generic/tclCmdIL.c: Removed unused variables.dgp@users.sourceforge.net2009-07-161-3/+2
* | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macrosdas2009-04-101-34/+31
* | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+4
* | * unix/tclUnixChan.c: Fix mark and space parity on Linux, whichrmax2008-03-031-1/+4
* | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.jenglish@flightlab.com2008-02-281-27/+1
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish@flightlab.com2008-02-281-68/+7
* | Remove dead/unused portability-related #defines and unused conditional code.jenglish@flightlab.com2008-02-271-122/+5
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again]donal.k.fellows@manchester.ac.uk2007-12-031-1/+5
* | Oops!donal.k.fellows@manchester.ac.uk2007-11-131-2/+3
* | Forgot to transform to native encoding for getaddrinfo()donal.k.fellows@manchester.ac.uk2007-11-131-2/+5
* | fix Tcl_DStringFree bugletdas2007-11-131-2/+1
* | Rewrote to use the thread-safe version of gethostbyname() by forward-portingdonal.k.fellows@manchester.ac.uk2007-11-131-12/+83
* | * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patchandreask@activestate.com2007-11-051-8/+22
* | coverity id 102das2007-09-171-13/+4
* | One more bad change spotted by AKudonal.k.fellows@manchester.ac.uk2007-07-311-2/+2
* | Fix test failures.donal.k.fellows@manchester.ac.uk2007-07-311-2/+2
* | Added macros to make bit chopping clearerdonal.k.fellows@manchester.ac.uk2007-07-301-149/+160
* | * generic/tclIO.c: Removed dead code.dgp@users.sourceforge.net2007-07-021-75/+1
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-4/+4
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-31/+31
* | Add missing cast that makes the fix effective.dgp@users.sourceforge.net2006-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.zv@archiware.com2006-09-071-25/+3
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).zv@archiware.com2006-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 itandreask@activestate.com2006-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 declarationsdonal.k.fellows@manchester.ac.uk2006-02-021-5/+3