| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -1/+3 |
|
|
* | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -58/+71 |
|
|
* | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -1/+2 |
|
|
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -6/+5 |
|
|
* | 3528601 Fix broken --disable-threads build. | dgp | 2012-05-22 | 1 | -0/+4 |
|
|
* | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 1 | -16/+15 |
|
|
* | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -15/+159 |
|
|
* | Re-using the "interp" field to signal a dead channel (via NULL value)
| dgp | 2011-09-20 | 1 | -6/+13 |
|
|
* | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 1 | -0/+1 |
|
|
* | Plug leak of a ReflectedChannel in test iocmd.tf-32.0 | dgp | 2011-09-19 | 1 | -22/+36 |
|
|
* | Plug a number of MarshallError memleaks. | dgp | 2011-09-19 | 1 | -3/+9 |
|
|
* | 3396948 Leak of ReflectedChannelMap. | dgp | 2011-08-23 | 1 | -4/+3 |
|
|
* | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -25/+18 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -15/+13 |
|
|
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+1 |
|
|
* | More gcc warnings: variable set but not usedpseudotrunk_2011_03_08 | jan.nijtmans | 2011-03-08 | 1 | -2/+0 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
| * | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -24/+63 |
|
|
| * | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-30 | 1 | -47/+86 |
|
|
| * | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -6/+27 |
|
|
| * | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired | andreas_kupries | 2009-10-07 | 1 | -2/+2 |
|
|
| * | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -4/+71 |
|
|
| * | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. | andreas_kupries | 2009-01-22 | 1 | -8/+13 |
|
|
| * | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak | andreas_kupries | 2008-07-03 | 1 | -1/+13 |
|
|
| * | fix warning | das | 2008-05-03 | 1 | -2/+1 |
|
|
| * | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -48/+334 |
|
|
| * | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -2/+13 |
|
|
| * | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -1/+15 |
|
|
* | | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -27/+71 |
|
|
* | | Use "tclIO.h" and "tclTomMathDecls.h" everywhere | nijtmans | 2010-05-03 | 1 | -2/+2 |
|
|
* | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -2/+2 |
|
|
* | | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-30 | 1 | -59/+98 |
|
|
* | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -6/+27 |
|
|
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -29/+30 |
|
|
* | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | Cast required when setting result using a const string. String is copied by T... | patthoyts | 2009-11-21 | 1 | -2/+2 |
|
|
* | | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF | nijtmans | 2009-11-18 | 1 | -2/+2 |
|
|
* | | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired | andreas_kupries | 2009-10-07 | 1 | -2/+2 |
|
|
* | | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -4/+71 |
|
|
* | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -2/+2 |
|
|
* | | minor formatting improvements | dkf | 2009-01-26 | 1 | -4/+5 |
|
|
* | | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. | andreas_kupries | 2009-01-22 | 1 | -7/+12 |
|
|
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -31/+31 |
|
|
* | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -5/+5 |
|
|
* | | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak | andreas_kupries | 2008-07-03 | 1 | -1/+13 |
|
|
* | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -94/+103 |
|
|
* | | fix warning | das | 2008-04-25 | 1 | -2/+1 |
|
|
* | | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -48/+334 |
|
|
* | | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -2/+13 |
|
|