| Commit message (Expand) | Author | Age | Files | Lines |
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -8/+8 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -33/+31 |
|
|
* | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 1 | -18/+247 |
|
|
* | Add missing flush for half-close of the write side | ferrieux | 2008-12-18 | 1 | -1/+16 |
|
|
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -1/+126 |
|
|
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -2/+15 |
|
|
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -3/+3 |
|
|
* | A bit more readability refactoring. | dkf | 2008-12-09 | 1 | -278/+294 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 1 | -3/+3 |
|
|
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 1 | -9/+2 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
|
|
* | Fix IsChannelExisting name comparison [Bug 2333466] | ferrieux | 2008-11-23 | 1 | -2/+2 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -3/+3 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -50/+48 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -2/+2 |
|
|
* | * doc/ChnlStack.3: CONSTified the typePtr argument | nijtmans | 2008-10-04 | 1 | -5/+5 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -5/+8 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -6/+8 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -27/+39 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -4/+8 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -14/+24 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. | hobbs | 2008-01-20 | 1 | -7/+13 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | make tclChannelType static (fix 'make checkstubs') | das | 2007-12-10 | 1 | -2/+2 |
|
|
* | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate | hobbs | 2007-12-09 | 1 | -6/+8 |
|
|
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce | hobbs | 2007-12-05 | 1 | -41/+283 |
|
|
* | * generic/tclIO.c: Simplify test and improve accuracy of error | dgp | 2007-11-28 | 1 | -5/+4 |
|
|
* | -eofchar must support no eofchar. | patthoyts | 2007-11-28 | 1 | -3/+3 |
|
|
* | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 1 | -13/+18 |
|
|
* | Simplifications (fewer casts, less manual bit twiddling) | dkf | 2007-11-19 | 1 | -192/+191 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -9/+9 |
|
|
* | fix (unsigned char*) vs. (char*) warnings | das | 2007-11-08 | 1 | -2/+2 |
|
|
* | (DoWriteChars): special case for 1-byte channel write. | hobbs | 2007-11-07 | 1 | -6/+11 |
|
|
* | * generic/tclIO.c (TclGetsObjBinary): add an efficient binary path | hobbs | 2007-11-07 | 1 | -4/+254 |
|
|
* | (CopyData): avoid leaking msg and errObj (if interp == NULL) | das | 2007-09-17 | 1 | -15/+27 |
|
|
* | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -4/+6 |
|
|
* | * generic/tclIO.c: Removed dead code. | dgp | 2007-07-02 | 1 | -9/+1 |
|
|
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 1 | -60/+72 |
|
|
* | * generic/tclIO.c (FixLevelCode): Corrected reference count | andreas_kupries | 2007-04-30 | 1 | -13/+19 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -11/+11 |
|
|
* | Simplification of some argument processing through introduction of a helper | dkf | 2007-04-05 | 1 | -26/+26 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-23 | 1 | -69/+69 |
|
|
* | Missed a spot; thanks to Andreas Kupries for spotting this one. | dkf | 2007-01-17 | 1 | -5/+10 |
|
|
* | Added macros to make usage of ChannelBuffers clearer. | dkf | 2007-01-17 | 1 | -81/+128 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): | mdejong | 2006-12-27 | 1 | -14/+20 |
|
|
* | * generic/tclIO.c: When [gets] on a binary channel needs to use | dgp | 2006-11-13 | 1 | -12/+41 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -2/+2 |
|
|
* | Rewrite for style and clarity (esp. tclPkg.c) | dkf | 2006-11-08 | 1 | -231/+275 |
|
|