| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -29/+31 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -2/+12 |
|
|
* | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -4/+1 |
|
|
* | Fix [Bug 2673163] | dkf | 2009-03-24 | 1 | -3/+11 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -6/+6 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -12/+13 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -4/+4 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 1 | -1/+6 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -3/+3 |
|
|
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Removed unused var; fixed function | Miguel Sofer | 2008-08-23 | 1 | -2/+2 |
|
|
* | Added disassembly of TclOO methods. | dkf | 2008-08-21 | 1 | -136/+227 |
|
|
* | remove overlooked old TCL_DTRACE_PROC_ENTRY | das | 2008-08-14 | 1 | -9/+1 |
|
|
* | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes | das | 2008-08-14 | 1 | -9/+21 |
|
|
* | * generic/tclProc.c (TclProcCompileProc): On recompile of | dgp | 2008-08-12 | 1 | -1/+25 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -3/+23 |
|
|
* | remove unused vars | Miguel Sofer | 2008-08-10 | 1 | -3/+1 |
|
|
* | * 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 |
|
|