| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -1/+15 |
|
|
* | More stray trailing ","s. | jenglish | 2008-02-26 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclIORChan.c: Fixed a problem with reflected | andreas_kupries | 2007-11-24 | 1 | -10/+146 |
|
|
* | improvements to comments | dkf | 2007-11-19 | 1 | -39/+43 |
|
|
* | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the | Kevin B Kenny | 2007-04-24 | 1 | -1/+4 |
|
|
* | Plugged two memory leaks | Kevin B Kenny | 2007-04-23 | 1 | -3/+3 |
|
|
* | Complete conversion to ANSI function definitions | dkf | 2007-04-10 | 1 | -3/+3 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -9/+8 |
|
|
* | * generic/tclIORChan.c (FreeReflectedChannel): Added the missing | andreas_kupries | 2007-02-26 | 1 | -1/+10 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -36/+36 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -14/+9 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -16/+18 |
|
|
* | * generic/tclIORChan.c: Revised error message generation and handling | dgp | 2006-02-17 | 1 | -63/+73 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -1/+4 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -3/+3 |
|
|
* | Fix crash caused by passing -1 as the length to TclNewStringObj(). Only
| dkf | 2005-10-19 | 1 | -12/+7 |
|
|
* | Silence a warning | dkf | 2005-10-19 | 1 | -2/+2 |
|
|
* | More typos obscured by typos fixed in previous checkin... | dkf | 2005-10-19 | 1 | -4/+4 |
|
|
* | Fix silly typos | dkf | 2005-10-19 | 1 | -14/+15 |
|
|
* | General cleanup of reflected channel code | dkf | 2005-10-19 | 1 | -1609/+1490 |
|
|
* | * generic/tclIORChan.c (RcClose): Removed unreachable panic/return | andreas_kupries | 2005-10-05 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -4/+6 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -15/+7 |
|
|
* | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type | andreas_kupries | 2005-09-09 | 1 | -1/+2 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -2/+2 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -0/+2668 |
|
|