summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* silence a strict aliasing warning from gccrmax2006-03-131-3/+4
* Space/style improvementsdkf2006-02-021-107/+139
* TIP#181 IMPLEMENTATIONdgp2006-02-011-3/+182
* TIP#250 IMPLEMENTATIONdgp2006-02-011-3/+83
* * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c todgp2006-01-111-1/+82
* * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-4/+6
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-9/+10
* * generic/tclInt.h:Miguel Sofer2005-11-141-5/+10
* Partial fix for [Bug 1355342]dkf2005-11-121-350/+350
* * generic/tclInt.h:Miguel Sofer2005-11-041-11/+11
* * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don.Miguel Sofer2005-10-311-10/+10
* * generic/tclBasic.c: Updated several callers to usedgp2005-09-141-24/+17
* Remove _ANSI_ARGS_ and tidy up commentsdkf2005-08-261-236/+208
* Fix crashes when running Snit's test suite caused by traces forcing the interpdkf2005-08-261-2/+5
* * 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