| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -10/+13 |
|
|
| * | | Backported fix for [Bug 2888099] (close discards ENOSPC error) by | ferrieux | 2009-11-11 | 1 | -2/+15 |
|
|
| * | | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
|
|
| * | | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines | dgp | 2009-10-19 | 1 | -17/+27 |
|
|
| * | | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash | andreas_kupries | 2009-07-24 | 1 | -1/+9 |
|
|
| * | | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -3/+17 |
|
|
| * | | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 1 | -3/+3 |
|
|
| * | | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
|
|
| * | | * generic/tclIO.c: Backport of fix for [Bug 2333466]. | andreas_kupries | 2008-11-23 | 1 | -2/+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 |
|
|
* | | | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -1/+38 |
|
|
* | | | Missed a spot. | dkf | 2010-03-20 | 1 | -2/+2 |
|
|
* | | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. | dkf | 2010-03-20 | 1 | -38/+48 |
|
|
* | | | * generic/tclIORTrans.c (ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-17 | 1 | -1/+29 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -37/+45 |
|
|
* | | | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize | andreas_kupries | 2010-01-18 | 1 | -6/+23 |
|
|
* | | | Killed c99/c++ comments left in by the IO patch. | andreas_kupries | 2009-12-09 | 1 | -6/+1 |
|
|
* | | | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's | andreas_kupries | 2009-12-09 | 1 | -5/+48 |
|
|
* | | | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF | nijtmans | 2009-11-18 | 1 | -5/+11 |
|
|
* | | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -9/+12 |
|
|
* | | | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno | ferrieux | 2009-11-10 | 1 | -2/+17 |
|
|
* | | | Some small bits of tidying up. | dkf | 2009-11-09 | 1 | -16/+14 |
|
|
* | | | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
|
|
* | | | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines | dgp | 2009-10-19 | 1 | -17/+27 |
|
|
* | | | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|
* | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -1/+2 |
|
|
* | | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 1 | -1/+9 |
|
|
* | | | - 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 |
|
|