summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-9/+9
* fix (unsigned char*) vs. (char*) warningsdas2007-11-081-2/+2
* (DoWriteChars): special case for 1-byte channel write.hobbs2007-11-071-6/+11
* * generic/tclIO.c (TclGetsObjBinary): add an efficient binary pathhobbs2007-11-071-4/+254
* (CopyData): avoid leaking msg and errObj (if interp == NULL)das2007-09-171-15/+27
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-4/+6
* * generic/tclIO.c: Removed dead code.dgp2007-07-021-9/+1
* * tests/encoding.test: Modified so that encoding tests happenKevin B Kenny2007-05-041-2/+2
* * generic/tclIO.c (DeleteChannelTable): Made changes so thatKevin B Kenny2007-05-011-60/+72
* * generic/tclIO.c (FixLevelCode): Corrected reference countandreas_kupries2007-04-301-13/+19
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-11/+11
* Simplification of some argument processing through introduction of a helperdkf2007-04-051-26/+26
* various "const" additions, in line with TIP #27nijtmans2007-02-231-69/+69
* Missed a spot; thanks to Andreas Kupries for spotting this one.dkf2007-01-171-5/+10
* Added macros to make usage of ChannelBuffers clearer.dkf2007-01-171-81/+128
* * generic/tclIO.c (Tcl_GetsObj):mdejong2006-12-271-14/+20
* * generic/tclIO.c: When [gets] on a binary channel needs to usedgp2006-11-131-12/+41
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-2/+2
* Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-081-231/+275
* * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards forMiguel Sofer2006-09-281-1/+7
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-251-2/+2
* * generic/tclIO.c (ReadChars): Added check and panic andandreas_kupries2006-04-051-1/+76
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+4
* Calls TclpFinalizeSockets() as partvasiljevic2006-03-101-1/+8
* * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-151-23/+39
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtrhobbs2005-11-181-5/+10
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'andreas_kupries2005-11-181-2/+6
* typodgp2005-10-311-2/+2
* Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-1162/+1126
* Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992vasiljevic2005-10-141-13/+1
* Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-7/+6
* Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-131-1/+8
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-6/+18
* * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel toandreas_kupries2005-08-261-9/+147
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-25/+444
* * generic/tclIO.c (CloseChannel): Fixed comment nit, addedandreas_kupries2005-08-041-2/+2
* Getting more systematic about styledkf2005-07-171-1619/+1564
* bug 1225727Kevin B Kenny2005-06-221-1/+2
* Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway!dkf2005-06-071-2/+19
* typodgp2005-06-071-2/+2
* TIP#208 implementationdkf2005-06-061-1/+83
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-2/+13
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-4/+4
* explanatory commentdgp2005-04-081-1/+8
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-19/+60
* Patch 976520 reworks several of the details involved withdgp2004-11-301-3/+2
* Janitorial whitespace/style fixes.dkf2004-11-091-1423/+1455
* * generic/tclBasic.c:dgp2004-10-061-5/+7