summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp2005-07-261-18/+18
* Getting more systematic about styledkf2005-07-171-207/+241
* Whitespace/comment tidyingdkf2005-07-151-931/+914
* * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-1/+10
* * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-6/+6
* TIP#229 implementationdkf2005-05-301-26/+348
* Quell a gcc warningdkf2005-05-191-4/+5
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-87/+130
* Fix commentdkf2005-03-091-1/+2
* TIP#235 implementation (rename functions, add to stubs table, document)dkf2005-01-191-72/+73
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-13/+66
* converting the static function GetNamespaceFromObj() to MODULE_SCOPEMiguel Sofer2004-12-111-12/+9
* Make ensemble API available to rest of Tcl core.dkf2004-12-101-35/+1
* Provide an internal API for manipulating ensembles.dkf2004-12-091-133/+635
* Convert mutex-protected global state into thread-local state. [FRQ 1077210]dkf2004-12-021-9/+18
* 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