| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Whitespace fixes and add notes to #else/#endif so it is clearer what's happening | dkf | 2005-02-03 | 1 | -25/+26 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): | mdejong | 2005-02-02 | 1 | -3/+9 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 1 | -2/+1 |
|
|
* | Added test for [1109484] | dkf | 2005-01-28 | 1 | -3/+8 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 1 | -4/+46 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 6 | -29/+102 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 5 | -5/+58 |
|
|
* | * generic/tclThread.c: Typo police. Fixed some nits | andreas_kupries | 2005-01-21 | 4 | -9/+9 |
|
|
* | regen | dkf | 2005-01-19 | 2 | -2/+155 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 5 | -112/+132 |
|
|
* | fix to glob failure on Windows shares | vincentdarley | 2005-01-17 | 1 | -2/+18 |
|
|
* | With vfs permissions can exist on non-unix filesystems | vincentdarley | 2005-01-14 | 1 | -3/+1 |
|
|
* | D'oh! | dkf | 2005-01-14 | 1 | -2/+2 |
|
|
* | Stop reliance on absolute attribute indexes with helper function [Bug 1100671] | dkf | 2005-01-14 | 3 | -10/+95 |
|
|
* | Move #include of tclConfig.h to right place. | dkf | 2005-01-05 | 2 | -6/+6 |
|
|
* | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 2 | -103/+107 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 6 | -37/+74 |
|
|
* | fix for last commit; thanks dgp and tclguy for catch/classify/throw | Miguel Sofer | 2004-12-20 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c | Miguel Sofer | 2004-12-20 | 2 | -170/+235 |
|
|
* | Upgrade the capabilities of time limits by allowing them to fire in the midst | dkf | 2004-12-16 | 4 | -19/+145 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 8 | -33/+229 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 4 | -23/+27 |
|
|
* | * generic/tcl.h: Restored extern "C" guards so that C++ code | dgp | 2004-12-13 | 1 | -1/+17 |
|
|
* | * generic/tclEncoding.c: Plugged some memory leaks. Thanks to | dgp | 2004-12-13 | 2 | -3/+5 |
|
|
* | * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [Bug | Miguel Sofer | 2004-12-13 | 1 | -1/+2 |
|
|
* | * generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified | Miguel Sofer | 2004-12-12 | 1 | -1/+19 |
|
|
* | converting the static function GetNamespaceFromObj() to MODULE_SCOPE | Miguel Sofer | 2004-12-11 | 2 | -13/+14 |
|
|
* | Bump to a3 to prevent confusion with a2 release. | dkf | 2004-12-10 | 1 | -3/+3 |
|
|
* | optimised loops that initialise a proc's arguments and compiled local | Miguel Sofer | 2004-12-10 | 4 | -114/+162 |
|
|
* | Make ensemble API available to rest of Tcl core. | dkf | 2004-12-10 | 2 | -36/+36 |
|
|
* | Provide an internal API for manipulating ensembles. | dkf | 2004-12-09 | 1 | -133/+635 |
|
|
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 3 | -4/+6 |
|
|
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case | dgp | 2004-12-02 | 2 | -6/+7 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -1/+17 |
|
|
* | Remove a global mutex/state by using lists instead of hashtables to store the | dkf | 2004-12-02 | 1 | -49/+51 |
|
|