summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-150/+37
* clarify comments for last commitMiguel Sofer2007-07-051-2/+2
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-051-21/+28
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-041-1/+2
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-9/+2
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-29/+6
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-4/+6
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-40/+26
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-33/+16
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-5/+3
* * generic/tclInt.h:Miguel Sofer2007-06-101-78/+63
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-3/+3
* [Tcl Bug 1706140]dgp2007-05-071-3/+3
* * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in thedgp2007-04-241-1/+8
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-2/+2
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+4
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-80/+82
* * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoReaddgp2007-04-031-7/+21
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-10/+6
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-20/+13
* * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-121-2/+4
* * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()dgp2007-02-081-4/+4
* Minor syntax/efficiency stuffdkf2007-02-061-22/+35
* Silence a trivial warningdkf2007-02-061-2/+3
* * generic/tclNamesp.c: Corrected broken implementation of thedgp2007-02-061-2/+6
* Fix [Bug 1571056] and silence a GCC warningdkf2006-12-081-2/+5
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-3/+6
* TIP#270 IMPLEMENTATIONdgp2006-11-151-5/+5
* TIP#261 IMPLEMENTATIONdgp2006-11-141-1/+23
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-3/+3
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-4/+4
* 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