summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure [fcopy -size ... -command ...] always calls the callback asynchrono...ferrieux2010-12-101-1/+38
* Missed a spot.dkf2010-03-201-2/+2
* Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.dkf2010-03-201-38/+48
* * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-171-1/+29
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-37/+45
* * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-6/+23
* Killed c99/c++ comments left in by the IO patch.andreas_kupries2009-12-091-6/+1
* * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux'sandreas_kupries2009-12-091-5/+48
* Fix [Bug 2849797]: channel name inconsistencies as suggested by DKFnijtmans2009-11-181-5/+11
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-9/+12
* Fix [Bug 2888099] (close discards ENOSPC error) by saving the errnoferrieux2009-11-101-2/+17
* Some small bits of tidying up.dkf2009-11-091-16/+14
* * 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/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