| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | correct pointer type mismatch in latest commit | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -4/+6 |
|
|
* | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with | dkf | 2007-06-12 | 1 | -40/+26 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 1 | -33/+16 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 1 | -5/+3 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 1 | -78/+63 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -3/+3 |
|
|
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -3/+3 |
|
|
* | * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the | dgp | 2007-04-24 | 1 | -1/+8 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -2/+2 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -4/+4 |
|
|
* | * generic/tclExecute.c (TEBC): | Miguel Sofer | 2007-04-06 | 1 | -80/+82 |
|
|
* | * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoRead | dgp | 2007-04-03 | 1 | -7/+21 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -10/+6 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -20/+13 |
|
|
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient | dgp | 2007-03-12 | 1 | -2/+4 |
|
|
* | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() | dgp | 2007-02-08 | 1 | -4/+4 |
|
|
* | Minor syntax/efficiency stuff | dkf | 2007-02-06 | 1 | -22/+35 |
|
|
* | Silence a trivial warning | dkf | 2007-02-06 | 1 | -2/+3 |
|
|
* | * generic/tclNamesp.c: Corrected broken implementation of the | dgp | 2007-02-06 | 1 | -2/+6 |
|
|
* | Fix [Bug 1571056] and silence a GCC warning | dkf | 2006-12-08 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -3/+6 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -5/+5 |
|
|
* | TIP#261 IMPLEMENTATION | dgp | 2006-11-14 | 1 | -1/+23 |
|
|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -4/+4 |
|
|
* | Indentation policing | dkf | 2006-11-02 | 1 | -20/+24 |
|
|