summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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