| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | * generic/tclProc.c: completely removed ProcCompileProc, which was | Miguel Sofer | 2008-08-10 | 1 | -85/+4 |
|
|
* | | | duh ... committed only the ChangeLog entry, not the rest | Miguel Sofer | 2008-08-04 | 1 | -2/+3 |
|
|
* | | | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -2/+1 |
|
|
* | | | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -88/+9 |
|
|
* | | | * 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 |
|
|
* | | | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -1/+5 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | | new TclNRAddCallback macro for internal use instead of the public | Miguel Sofer | 2008-07-18 | 1 | -3/+3 |
|
|
* | | | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -12/+12 |
|
|
* | | | Tidy up code for clarity. | dkf | 2008-07-14 | 1 | -48/+49 |
|
|
* | | | Store ClientDatas in NRE callback storage as an array; that's how they are | dkf | 2008-07-14 | 1 | -3/+4 |
|
|
* | | | * generic/tclBasic.c.: NRE left too many calls to | Miguel Sofer | 2008-07-14 | 1 | -3/+1 |
|
|
* | | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -84/+237 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+3 |
|
|
* | | | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -23/+23 |
|/ / |
|
* | | 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 |
|
|