summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Indentation policingdkf2006-11-021-20/+24
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-14/+10
* * generic/tclBasic.c:Miguel Sofer2006-10-311-2/+2
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-12/+9
* D'oh! Updated the wrong thing.dkf2006-10-301-13/+15
* Add missing initialization.dkf2006-10-301-1/+2
* * generic/tclNamesp.c (EnsembleImplementationCmd):Miguel Sofer2006-10-291-2/+2
* Make a comment look nicer. :-)dkf2006-10-281-3/+3
* Allow extensions that use the internal stubs to set a namespace path.dkf2006-10-271-8/+5
* * generic/tclInterp.c (ApplyObjCmd):aMiguel Sofer2006-10-261-3/+3
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-10/+14
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-20/+18
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-7/+9
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-9/+7
* * generic/tclNamespace.c (TclTeardownNamespace): After thedgp2006-10-101-1/+2
* undo last commit.dgp2006-08-281-2/+2
* Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-281-2/+2
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-261-2/+14
* It seems that the original submitter of the patch didn't test it. Add a dkf2006-08-111-1/+9
* Applied [Patch 1352382]dkf2006-08-111-150/+150
* 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