summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [Bug 1025359]; make sure wide seeks don't lose errorsdkf2004-09-101-5/+5
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-151-1/+45
* * generic/tclIO.c (Tcl_SetChannelOption): Took out the rangedavygrvy2004-06-011-9/+1
* * generic/tclIO.c (Tcl_SetChannelOption): Invalid settingsdavygrvy2004-06-011-3/+14
* * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem asandreas_kupries2004-05-191-6/+89
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* fixed typos in documentation and commentsvincentdarley2004-03-091-4/+4
* * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer.davygrvy2004-02-021-3/+2
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-12/+12
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+3
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-1/+44
* * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered):mdejong2003-03-061-3/+13
* * generic/tclIO.c (Tcl_Flush): Compare themdejong2003-03-061-2/+3
* * generic/tclIO.c (Tcl_GetsObj): Check thatmdejong2003-03-061-2/+2
* * generic/tclIO.c (WriteBytes, WriteChars,mdejong2003-03-061-4/+15
* * generic/tclIO.c (Tcl_SetChannelOption):mdejong2003-03-061-5/+3
* (HaveVersion): correctly decl statichobbs2003-02-191-2/+2
* * generic/tclIO.c (Tcl_GetsObj): Minor changemdejong2003-02-171-2/+2
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-1/+5
* stringObj unicode Tcl_SetObjLength fixesvincentdarley2003-01-241-1/+7
* * tests/io.test:andreas_kupries2002-07-301-2/+16
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-53/+141
* * generic/tclEncoding.c (EscapeFromUtfProc):hobbs2002-04-181-26/+59
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-111-16/+18
* * tests/encoding.test: added encoding-23.* testshobbs2002-03-021-4/+11
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-34/+69
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3