summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-1/+6
|\
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
* | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] bug_3202171dgp2011-03-091-13/+9
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+7
| * * generic/tclNamesp.c: Plugged memory leak related todgp2007-05-151-2/+8
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+12
| * * generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]hobbs2006-05-311-5/+3
| * * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-3/+5
| * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-8/+13
| * * generic/tclInt.h:Miguel Sofer2005-11-041-4/+4
| * * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp2005-07-261-16/+16
| * * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-1/+11
| * * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-051-19/+1
| * * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-33/+25
| * * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-101-12/+8
| * Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-21/+27
| * * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
| * 2003-06-18 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2003-06-181-4/+2
* | Backport fix for [Bug 2519474]dkf2009-01-291-2/+3
* | * 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