| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: fixed "leaks" in aliases, imports and | Miguel Sofer | 2009-03-21 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: | Miguel Sofer | 2009-03-19 | 1 | -2/+29 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -18/+18 |
|
|
* | Fix [Bug 2519474] | dkf | 2009-01-29 | 1 | -2/+3 |
|
|
* | Fix [Bug 2529117] | dkf | 2009-01-29 | 1 | -21/+40 |
|
|
* | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where | dkf | 2009-01-28 | 1 | -10/+10 |
|
|
* | Fix [Bug 1558654] | dkf | 2009-01-09 | 1 | -1/+9 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -8/+8 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -2/+2 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 1 | -6/+6 |
|
|
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 1 | -33/+69 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -33/+33 |
|
|
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 1 | -38/+247 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -3/+3 |
|
|
* | NRE-enable the ensemble creator (add extra field!) | dkf | 2008-08-23 | 1 | -2/+3 |
|
|
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -1/+11 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -5/+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 | -5/+7 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -4/+15 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 1 | -12/+6 |
|
|
* | 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 | -4/+5 |
|
|
* | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -9/+9 |
|
|
* | Factor the ensemble code a bit more. | dkf | 2008-07-15 | 1 | -168/+236 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -82/+131 |
|
|
* | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to | dgp | 2008-05-22 | 1 | -1/+4 |
|
|
* | Correct logic for handling error cases when setting the namespace unknown han... | dkf | 2008-05-20 | 1 | -24/+37 |
|
|
* | * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of | Miguel Sofer | 2008-03-02 | 1 | -6/+8 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Fix [Bug 1845320] and [Bug 1845397] | dkf | 2007-12-06 | 1 | -1/+2 |
|
|
* | * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks | dgp | 2007-11-28 | 1 | -2/+24 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 1 | -1/+75 |
|
|
* | Reduce cast count. | dkf | 2007-11-19 | 1 | -118/+116 |
|
|
* | Simplification+comments for ensemble dispatch engine | dkf | 2007-11-18 | 1 | -128/+175 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -9/+27 |
|
|
* | Must pass non-NULL interp to Tcl_SetEnsemble* functions. | dkf | 2007-11-15 | 1 | -17/+11 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+25 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -17/+17 |
|
|
* | * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ command | Miguel Sofer | 2007-10-27 | 1 | -2/+2 |
|
|
* | Generate literal values more efficiently using TclNewLiteralStringObj macro. | dkf | 2007-09-17 | 1 | -6/+6 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -217/+106 |
|
|
* | Tidying up. | dkf | 2007-08-03 | 1 | -31/+31 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -150/+37 |
|
|
* | clarify comments for last commit | Miguel Sofer | 2007-07-05 | 1 | -2/+2 |
|
|
* | * generic/tclNamesp.c (SetNsNameFromAny): | Miguel Sofer | 2007-07-05 | 1 | -21/+28 |
|
|
* | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being | Miguel Sofer | 2007-07-04 | 1 | -1/+2 |
|
|
* | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 1 | -9/+2 |
|
|
* | * generic/tclExecute.c: Revised TclStackRealloc() signature to better | dgp | 2007-06-22 | 1 | -29/+6 |
|
|