| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for | Miguel Sofer | 2006-09-28 | 1 | -1/+7 |
|
|
* | * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], | andreas_kupries | 2006-09-25 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (ReadChars): Added check and panic and | andreas_kupries | 2006-04-05 | 1 | -1/+76 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+4 |
|
|
* | Calls TclpFinalizeSockets() as part | vasiljevic | 2006-03-10 | 1 | -1/+8 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -23/+39 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr | hobbs | 2005-11-18 | 1 | -5/+10 |
|
|