summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* The flag TCL_LEAVE_ERR_MSG has no effect on the routinedgp2013-02-211-8/+4
* refinementdgp2013-02-201-2/+1
* 36054447 Convert [namespace export -clear] interface to something less stupid.dgp2013-02-201-32/+18
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
* 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
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-2/+2
* [Bug 545325 ] info level didn't report namespace eval.Miguel Sofer2002-04-181-4/+6
* generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872]Miguel Sofer2002-02-281-6/+26
* * [Patch 501006] Updated APIs in generic/tclResolve.cdgp2002-01-251-5/+5
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+3
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* Correction to faulty patch for bug #231259Miguel Sofer2001-06-281-2/+2
* [Patch #424851]: Faster array searching & obj cleanupMiguel Sofer2001-05-261-3/+5
* Patch from [Bug: 231259]Miguel Sofer2001-05-151-1/+12
* Added a bunch of missing CONST declarations to stop warnings aboutdkf2001-04-251-9/+13
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-241-7/+7
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-4/+8
* * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString.hobbs2001-03-241-1/+3
* * doc/namespace.n:hobbs2000-05-111-9/+64
* * tests/namespace.test:hobbs2000-03-271-1/+15
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-3/+2
* * namespace.test: Added test for undefined variables withericm2000-01-211-2/+3
* * generic/tclClock.c: fixed support for 64bit handling of clockhobbs2000-01-121-1/+2
* * tests/var.test:hobbs1999-12-121-7/+6
* * generic/tclNamesp.c:hobbs1999-10-051-13/+12
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-82/+102
* * generic/tclInt.h:stanton1999-02-031-6/+9
* * generic/tclProc.c:stanton1999-02-031-90/+47
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Restored attributionwelch1998-08-131-1/+6
* updated copyright info & sccs idsrjohnson1998-08-101-6/+2
* fixed a few code style issuesrjohnson1998-08-101-2/+7
* Moved data struct to tclInt.hwelch1998-08-101-15/+0
* Updated core w/ Micheals latest changes.surles1998-07-241-1/+37
* incr tcl updtaeswelch1998-06-281-8/+105