| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -5/+7 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -2/+12 |
|
|
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -5/+1 |
|
|
* | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 1 | -1/+6 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -4/+24 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+10 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -1/+2 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -8/+8 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -2/+126 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -6/+48 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -10/+2 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): the refCount of | Miguel Sofer | 2007-09-07 | 1 | -2/+4 |
|
|
* | * generic/tclProc.c (TclCreateProc): better comments on the | Miguel Sofer | 2007-08-10 | 1 | -10/+9 |
|
|
* | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr via | hobbs | 2007-08-08 | 1 | -8/+7 |
|
|
* | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it | Miguel Sofer | 2007-08-08 | 1 | -8/+8 |
|
|
* | * generic/tclInt.h: remove comments refering to VAR_SCALAR, as | Miguel Sofer | 2007-08-08 | 1 | -76/+59 |
|
|
* | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -1/+9 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -216/+307 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -6/+9 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 1 | -28/+36 |
|
|
* | Fix [Bug 1738542] | dkf | 2007-06-17 | 1 | -6/+7 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a | dkf | 2007-06-16 | 1 | -76/+81 |
|
|
* | * generic/tclInt.decls: Modif to the internals of | Miguel Sofer | 2007-06-14 | 1 | -212/+278 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): simplified obj | Miguel Sofer | 2007-06-14 | 1 | -10/+5 |
|
|
* | remove C99 var declaration | hobbs | 2007-06-14 | 1 | -3/+4 |
|
|
* | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return | dgp | 2007-06-14 | 1 | -35/+18 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): missed update to "there | Miguel Sofer | 2007-06-14 | 1 | -15/+23 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -1/+4 |
|
|
* | Minor comment improvements and code reordering for clarity | dkf | 2007-05-11 | 1 | -32/+42 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 1 | -25/+31 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected | Kevin B Kenny | 2007-04-30 | 1 | -74/+82 |
|
|
* | Fix [Bug 1705778, leak K15] | dkf | 2007-04-25 | 1 | -229/+264 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -9/+10 |
|
|
* | * generic/tclExecute.c (TEBC): | Miguel Sofer | 2007-04-06 | 1 | -79/+98 |
|
|
* | * 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 |
|
|