summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-1/+2
* | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-1/+9
* | | - eliminate some unnessary type castsnijtmans2009-02-101-8/+8
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-33/+31
* | | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-181-18/+247
* | | Add missing flush for half-close of the write sideferrieux2008-12-181-1/+16
* | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-1/+126
* | | * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-111-2/+15
* | | TIP #337 IMPLEMENTATIONdgp2008-12-091-3/+3
* | | A bit more readability refactoring.dkf2008-12-091-278/+294
* | | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandreandreas_kupries2008-12-021-3/+3
* | | Eliminate 3 calls to Tcl_SetResult, asnijtmans2008-11-251-9/+2
* | | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandreandreas_kupries2008-11-251-2/+2
* | | Fix IsChannelExisting name comparison [Bug 2333466]ferrieux2008-11-231-2/+2
* | | add "-Wno-implicit-int" for gcc, as on UNIXnijtmans2008-11-061-3/+3
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-50/+48
* | | Add "const" to many internalnijtmans2008-10-161-2/+2
* | | * doc/ChnlStack.3: CONSTified the typePtr argumentnijtmans2008-10-041-5/+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