| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence compiler warning. | dgp | 2006-05-15 | 1 | -2/+3 |
|
|
* | * generic/tclProc.c (ProcCompileProc): When a bump of the compile | dgp | 2006-05-13 | 1 | -5/+83 |
|
|
* | missing statics revealed by 'make checkexports' | das | 2006-03-16 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (ObjInterpProcEx): | Miguel Sofer | 2006-03-10 | 1 | -2/+17 |
|
|
* | Style/comment fixes | dkf | 2006-02-02 | 1 | -83/+81 |
|
|
* | * generic/tclProc.c: minor improvements to [apply] | Miguel Sofer | 2006-02-01 | 1 | -27/+27 |
|
|
* | TIP#194 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -16/+257 |
|
|
* | * generic/tclProc.c: fixed args handling for precompiled bodies | Miguel Sofer | 2006-01-23 | 1 | -7/+7 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | ANSIfy | dkf | 2005-11-02 | 1 | -128/+125 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -3/+11 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -18/+21 |
|
|
* | * generic/tclBasic.c: Updated several callers to use | dgp | 2005-09-14 | 1 | -25/+14 |
|
|
* | Systematizing the formatting | dkf | 2005-07-21 | 1 | -269/+298 |
|
|
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", | dgp | 2005-06-07 | 1 | -5/+5 |
|
|
* | This close to a release, simple is better. | dgp | 2005-06-02 | 1 | -3/+1 |
|
|
* | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, | dgp | 2005-06-01 | 1 | -2/+4 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): | mdejong | 2005-02-02 | 1 | -3/+9 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 1 | -2/+2 |
|
|
* | 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 | 1 | -31/+234 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 1 | -8/+8 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 1 | -2/+2 |
|
|
* | optimised loops that initialise a proc's arguments and compiled local | Miguel Sofer | 2004-12-10 | 1 | -53/+63 |
|
|
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ | dkf | 2004-11-25 | 1 | -1/+11 |
|
|
* | Cleaning up; mostly whitespace and comment fixes. | dkf | 2004-11-01 | 1 | -242/+236 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -30/+22 |
|
|
* | Standardize way of calling object freeIntRepProcs... | dkf | 2004-10-22 | 1 | -15/+15 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -23/+10 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primary | dgp | 2004-10-15 | 1 | -15/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -6/+5 |
|
|
* | Remove useless panic-ing implementations of methods in tclProcBodyType | dkf | 2004-10-06 | 1 | -97/+30 |
|
|
* | Style fixes and Tcl_GetString -> TclGetString | dkf | 2004-10-06 | 1 | -81/+79 |
|
|
* | Speed up [upvar] and [uplevel] by not forcing level references to be parsed | dkf | 2004-10-01 | 1 | -13/+139 |
|
|
* | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -6/+3 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -8/+3 |
|
|
* | * generic/tclProc.c: The routine TclProcInterpProc was a s... | dgp | 2004-08-25 | 1 | -125/+5 |
|
|
* | update out of date comment | dgp | 2004-08-24 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (TclCreateProc): comments corrected. | Miguel Sofer | 2004-05-04 | 1 | -22/+12 |
|
|
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -4/+22 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -10/+10 |
|
|
* | Removed variables that are no longer used. | dgp | 2003-10-21 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -33/+32 |
|
|
* | stop compiler warnings about unused variables | dgp | 2003-05-08 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -14/+38 |
|
|
* | * generic/tclProc.c (ProcessProcResultCode): Fix failure to | dgp | 2002-12-11 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for | hobbs | 2002-10-02 | 1 | -34/+33 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): correct overeager | hobbs | 2002-09-27 | 1 | -5/+14 |
|
|