summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* Complete conversion to ANSI function definitionsdonal.k.fellows@manchester.ac.uk2007-04-101-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredonal.k.fellows@manchester.ac.uk2007-04-101-9/+8
* * generic/tclIORChan.c (FreeReflectedChannel): Added the missingandreask@activestate.com2007-02-261-1/+10
* various "const" additions, in line with TIP #27nijtmans2007-02-201-36/+36
* TIP#270 IMPLEMENTATIONdgp@users.sourceforge.net2006-11-151-5/+5
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp@users.sourceforge.net2006-11-021-5/+5
* * generic/tclBasic.c: Refactored and renamed the routinesdgp@users.sourceforge.net2006-10-311-14/+9
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreask@activestate.com2006-03-271-16/+18
* * generic/tclIORChan.c: Revised error message generation and handlingdgp@users.sourceforge.net2006-02-171-63/+73
* * generic/tclIO.c: Made several routines tolerant ofdgp@users.sourceforge.net2006-02-151-1/+4
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-3/+3
* Fix crash caused by passing -1 as the length to TclNewStringObj(). Only donal.k.fellows@manchester.ac.uk2005-10-191-12/+7
* Silence a warningdonal.k.fellows@manchester.ac.uk2005-10-191-2/+2
* More typos obscured by typos fixed in previous checkin...donal.k.fellows@manchester.ac.uk2005-10-191-4/+4
* Fix silly typosdonal.k.fellows@manchester.ac.uk2005-10-191-14/+15
* General cleanup of reflected channel codedonal.k.fellows@manchester.ac.uk2005-10-191-1609/+1490
* * generic/tclIORChan.c (RcClose): Removed unreachable panic/returnandreask@activestate.com2005-10-051-4/+1
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp@users.sourceforge.net2005-09-151-4/+6
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp@users.sourceforge.net2005-09-141-15/+7
* * generic/tclIORChan.c (RcDecodeEventMask): Added missing typeandreask@activestate.com2005-09-091-1/+2
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreask@activestate.com2005-09-021-2/+2
* TIP#219 IMPLEMENTATIONandreask@activestate.com2005-08-241-0/+2668