summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-6/+5
| * Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-131-1/+8
| * Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-2/+14
| * bug 1225727Kevin B Kenny2005-06-221-1/+2
| * * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-8/+9
| * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-15/+57
| * Fix [Bug 1025359] to 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/+48
| * Removed one bogus clearance of the has-more flag. Erroneously keptandreas_kupries2004-05-191-3/+1
| * * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem asandreas_kupries2004-05-191-6/+91
| * * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
| * * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer.davygrvy2004-02-021-3/+2
| * * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-7/+38
| * Experimental change. Easier to check in and later back out if thereandreas_kupries2003-04-101-1/+13
* | [backport] Make sure [fcopy -size ... -command ...] always calls the callback...ferrieux2010-12-101-1/+38
* | * generic/tclIO.c (CopyData): Allow the total number of bytes copieddkf2010-03-201-4/+5
* | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-6/+23
* | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-10/+13
* | Backported fix for [Bug 2888099] (close discards ENOSPC error) byferrieux2009-11-111-2/+15
* | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-levelandreas_kupries2009-10-231-2/+6
* | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routinesdgp2009-10-191-17/+27
* | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crashandreas_kupries2009-07-241-1/+9
* | * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-111-3/+17
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandreandreas_kupries2008-12-021-3/+3
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandreandreas_kupries2008-11-251-2/+2
* | * generic/tclIO.c: Backport of fix for [Bug 2333466].andreas_kupries2008-11-231-2/+5
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-5/+8
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-151-6/+8
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-071-27/+39
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-071-4/+8
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-031-14/+24
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problemandreas_kupries2008-04-021-2/+2
* | * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel.hobbs2008-01-201-7/+13
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | make tclChannelType static (fix 'make checkstubs')das2007-12-101-2/+2
* | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidatehobbs2007-12-091-6/+8
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reducehobbs2007-12-051-41/+283
* | * generic/tclIO.c: Simplify test and improve accuracy of errordgp2007-11-281-5/+4
* | -eofchar must support no eofchar.patthoyts2007-11-281-3/+3
* | * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-13/+18
* | Simplifications (fewer casts, less manual bit twiddling)dkf2007-11-191-192/+191
* | [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