summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up of the namespace guts.dkf2004-11-011-551/+546
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-14/+66
* Make ensembles report shorter error traces that conceal more of how thedkf2004-10-221-2/+3
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-49/+105
* * generic/tclBasic.c:dgp2004-10-061-61/+55
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-14/+68
* oopsdgp2004-10-051-2/+1
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-051-18/+1
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-37/+29
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-10/+3
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-241-2/+1
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-211-1/+2
* Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-131-2/+7
* comment typodgp2004-09-101-2/+2
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-101-12/+8
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-20/+27
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
* Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-271-27/+21
* Minor fixesdkf2004-08-271-114/+100
* Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-271-26/+62
* Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-251-15/+5
* Plug leak and clarify codedkf2004-08-031-10/+9
* Add field initialization to fix [Bug 989298]. D'oh!dkf2004-08-031-1/+2
* TIP#207 IMPLEMENTATIONdgp2004-08-021-33/+24
* Another leak fix for [Bug 989093]dkf2004-07-111-1/+9
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-251-15/+1
* Fix in commentsMiguel Sofer2004-05-231-10/+7
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-231-1/+18
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-241-2/+2
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-181-2/+5
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-6/+6
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-6/+12
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-8/+1598
* * generic/tclNamesp.c (Tcl_Export): removed erroneous commentsMiguel 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