| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclProc.c (Tcl_ApplyObjCmd): | Miguel Sofer | 2007-03-29 | 1 | -5/+1 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -3/+195 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -10/+10 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -6/+6 |
|
|
* | Silence compiler grumbles. | dkf | 2006-11-02 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -24/+19 |
|
|
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -33/+32 |
|
|
* | Insert of calling point in middle of procedure code. Also cleaned up how | dkf | 2006-10-28 | 1 | -119/+230 |
|
|
* | * generic/tclProc.c (SetLambdaFromAny): minor change, eliminate | Miguel Sofer | 2006-10-27 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for | Miguel Sofer | 2006-10-24 | 1 | -8/+8 |
|
|
* | * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by | Miguel Sofer | 2006-10-24 | 1 | -13/+34 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -4/+1 |
|
|
* | * generic/tcl.h: Modified the Tcl call stack so | Miguel Sofer | 2006-10-23 | 1 | -25/+18 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -211/+64 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -64/+211 |
|
|
* | * tclProc.c (SetLambdaFromAny): | Miguel Sofer | 2006-10-16 | 1 | -2/+6 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2006-09-30 | 1 | -46/+1 |
|
|
* | 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 |
|
|