| Commit message (Expand) | Author | Age | Files | Lines |
* | stifle compiler warning | dgp | 2005-04-21 | 1 | -9/+11 |
|
|
* | * generic/tclGet.c: Radical code simplification. Converted | dgp | 2005-04-21 | 4 | -216/+174 |
|
|
* | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. | dgp | 2005-04-21 | 1 | -1/+4 |
|
|
* | * generic/tclObj.c: Re-ordered error detection code so all values | dgp | 2005-04-21 | 1 | -54/+39 |
|
|
* | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. | dgp | 2005-04-21 | 1 | -157/+49 |
|
|
* | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 2 | -38/+22 |
|
|
* | silenced a compiler warning | Kevin B Kenny | 2005-04-20 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 4 | -69/+51 |
|
|
* | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak | Miguel Sofer | 2005-04-16 | 1 | -2/+2 |
|
|
* | Force clenaup of the interp result in TclLoadFile(). Some implementations | vasiljevic | 2005-04-16 | 1 | -5/+12 |
|
|
* | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | * tests/unixInit.test: Disabled obsolete tests and removed code | dgp | 2005-04-15 | 1 | -45/+41 |
|
|
* | * generic/tclExecute.c: missing semicolons caused failure to | Miguel Sofer | 2005-04-15 | 1 | -3/+3 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -4/+4 |
|
|
* | * generic/tclCompile.c:Commented out the functions | Miguel Sofer | 2005-04-13 | 1 | -1/+7 |
|
|
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 3 | -130/+125 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] | dgp | 2005-04-10 | 1 | -1/+2 |
|
|
* | fix in last commit | Miguel Sofer | 2005-04-09 | 1 | -6/+7 |
|
|
* | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs | Miguel Sofer | 2005-04-09 | 1 | -3/+12 |
|
|
* | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return | das | 2005-04-09 | 1 | -2/+3 |
|
|
* | * generic/tclInt.h (TclGetEncodingFromObj): New function to | dgp | 2005-04-08 | 3 | -11/+96 |
|
|
* | explanatory comment | dgp | 2005-04-08 | 1 | -1/+8 |
|
|
* | Improved [switch] compilation. | dkf | 2005-04-08 | 2 | -123/+195 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 2 | -49/+5 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-04-05 | 2 | -146/+140 |
|
|
* | * generic/tclExecute.c: small opts in obj handling | Miguel Sofer | 2005-04-04 | 1 | -61/+46 |
|
|
* | * generic/tclVar.c: converted a few function calls to macros. | Miguel Sofer | 2005-04-03 | 1 | -23/+23 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 10 | -636/+508 |
|
|
* | slight reduction in cost of INST_START_CMD | Miguel Sofer | 2005-04-01 | 1 | -7/+29 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-01 | 2 | -5/+13 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-01 | 4 | -138/+257 |
|
|
* | * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced | Miguel Sofer | 2005-03-31 | 1 | -70/+58 |
|
|
* | * generic/tclCompile.h: Move the TclInterpReady() declaration from | dgp | 2005-03-25 | 3 | -8/+4 |
|
|
* | purge outdated comment | dgp | 2005-03-23 | 1 | -4/+2 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit | dgp | 2005-03-18 | 2 | -16/+22 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 1 | -15/+11 |
|
|
* | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -4/+7 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames - ensure build ... | vincentdarley | 2005-03-15 | 1 | -4/+4 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames - ensure build ... | vincentdarley | 2005-03-15 | 1 | -4/+10 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -14/+15 |
|
|
* | * generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrong | Miguel Sofer | 2005-03-14 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: fixed INST_RETURN's stack effect in | Miguel Sofer | 2005-03-14 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c: removed debugging line | Miguel Sofer | 2005-03-10 | 1 | -2/+1 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 3 | -24/+30 |
|
|
* | Fix comment | dkf | 2005-03-09 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c: new peephole optimisation for INST_PUSH1; | Miguel Sofer | 2005-03-07 | 1 | -6/+27 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -5/+21 |
|
|
* | fix to test suite failures | vincentdarley | 2005-02-10 | 1 | -3/+12 |
|
|
* | * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. | davidw | 2005-02-05 | 1 | -2/+2 |
|
|