summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+7
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-221-1/+4
* Backport of fixes to Tcl_SetNamespaceUnknownHandlerdkf2008-05-211-24/+37
* * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep ofMiguel Sofer2008-03-021-6/+8
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-061-1/+2
* * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checksdgp2007-11-281-2/+24
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-1/+75
* Reduce cast count.dkf2007-11-191-118/+116
* Simplification+comments for ensemble dispatch enginedkf2007-11-181-128/+175
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-9/+27
* Must pass non-NULL interp to Tcl_SetEnsemble* functions.dkf2007-11-151-17/+11
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+25
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-17/+17
* * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ commandMiguel Sofer2007-10-271-2/+2
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-6/+6
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-217/+106
* Tidying up.dkf2007-08-031-31/+31
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-150/+37
* clarify comments for last commitMiguel Sofer2007-07-051-2/+2
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-051-21/+28
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-041-1/+2
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-9/+2
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-29/+6
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-4/+6
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-40/+26
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-33/+16
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-5/+3
* * generic/tclInt.h:Miguel Sofer2007-06-101-78/+63
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-3/+3
* [Tcl Bug 1706140]dgp2007-05-071-3/+3
* * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in thedgp2007-04-241-1/+8
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-2/+2
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+4
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-80/+82
* * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoReaddgp2007-04-031-7/+21
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-10/+6
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-20/+13
* * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-121-2/+4
* * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()dgp2007-02-081-4/+4
* Minor syntax/efficiency stuffdkf2007-02-061-22/+35
* Silence a trivial warningdkf2007-02-061-2/+3
* * generic/tclNamesp.c: Corrected broken implementation of thedgp2007-02-061-2/+6
* Fix [Bug 1571056] and silence a GCC warningdkf2006-12-081-2/+5
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-3/+6
* TIP#270 IMPLEMENTATIONdgp2006-11-151-5/+5
* TIP#261 IMPLEMENTATIONdgp2006-11-141-1/+23
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-3/+3
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-4/+4