summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | 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