| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 4 | -458/+178 |
|
|
* | Fix off-by-one error that caused crashes. D'oh! | dkf | 2008-05-07 | 1 | -2/+2 |
|
|
* | CONST -> const | nijtmans | 2008-05-04 | 1 | -1/+1 |
|
|
* | use Tcl_Panic() instead of panic() | das | 2008-05-03 | 1 | -3/+3 |
|
|
* | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 3 | -156/+235 |
|
|
* | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup | patthoyts | 2008-05-02 | 1 | -108/+1 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 8 | -409/+507 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 42 | -731/+740 |
|
|
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 1 | -2/+10 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-26 | 1 | -18/+26 |
|
|
* | fix warning | das | 2008-04-25 | 1 | -2/+1 |
|
|
* | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. | nijtmans | 2008-04-24 | 1 | -16/+17 |
|
|
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -48/+334 |
|
|
* | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 2 | -1026/+2 |
|
|
* | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 5 | -23/+30 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 3 | -51/+19 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -6/+8 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | Miguel Sofer | 2008-04-08 | 1 | -5/+18 |
|
|
* | * generic/tclDecls.h: make genstubs | das | 2008-04-08 | 5 | -10/+10 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 2 | -29/+42 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -4/+8 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 1 | -3/+3 |
|
|
* | * 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/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -14/+24 |
|
|
* | * generic/tclDecls.h: make genstubs | das | 2008-04-02 | 6 | -60/+20 |
|
|
* | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to | das | 2008-04-02 | 1 | -11/+13 |
|
|
* | * generic/tcl.decls: remove 'export' declarations of symbols now | das | 2008-04-02 | 1 | -27/+1 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -2/+2 |
|
|
* | * generic/tclStubLib.c: Removed needless #ifdef complexity. | dgp | 2008-04-02 | 1 | -12/+1 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -1/+20 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 7 | -17/+32 |
|
|
* | * generic/tclObj.c: Added missing #include <math.h> needed to | Kevin B Kenny | 2008-03-30 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h (TclIsNaN): | Kevin B Kenny | 2008-03-30 | 1 | -5/+9 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 1 | -2/+2 |
|
|
* | improved fix keeping short-circuit | patthoyts | 2008-03-24 | 1 | -3/+5 |
|
|
* | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -2/+2 |
|
|
* | Oops, typo. | dkf | 2008-03-20 | 1 | -2/+2 |
|
|
* | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 2 | -29/+52 |
|
|
* | fix typos | das | 2008-03-19 | 1 | -3/+3 |
|
|
* | Added exported non-stub function Tcl_GetMemoryInfo | dkf | 2008-03-19 | 1 | -1/+4 |
|
|
* | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] | dkf | 2008-03-19 | 2 | -3/+9 |
|
|
* | fix and simplify the OFFSET computation for TclStackAlloc | Miguel Sofer | 2008-03-18 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 1 | -11/+4 |
|
|
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -4/+5 |
|
|
* | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection | dgp | 2008-03-14 | 1 | -7/+6 |
|
|