summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
|\
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
* | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-1/+1
|\ \ | |/
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreas_kupries2009-11-101-1/+12
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+378
| * * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deletedMiguel Sofer2007-10-031-2/+3
| * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-4/+4
| * Fix [Bug 1310081].dkf2005-11-291-1/+12
| * silence compiler warningdgp2005-08-041-2/+2
| * * generic/tclObj.c: Simplified routines that manage the typeTable.dgp2005-08-041-36/+25
| * * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-10/+12
| * * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-201-36/+17
| * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-6/+2
| * * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returningdgp2004-09-141-2/+2
| * Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-7/+9
| * One less crazy long/wide aunt in the attic... [Bug 868489]dkf2004-09-101-24/+149
| * Backport of fixes to make HashObjKey hash the whole object...dkf2004-03-301-18/+9
| * * generic/tclObj.c (tclCmdNameType): Converted internal repdgp2003-05-231-8/+18
| * * generic/tclObj.c (tclCmdNameType): Corrected variable use of thedgp2003-05-121-7/+4
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-25/+9
| * Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...dkf2003-04-071-6/+9
* | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp2010-03-301-2/+2
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-101-6/+20
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().dgp2009-11-101-1/+12
* | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-6/+95
* | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-071-16/+57
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+383
* | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
* | merge updates from HEAD dgp2008-03-311-1/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-20/+17
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-5/+9
* | * generic/tclObj.c: remove superfluous #include of tclCompile.hMiguel Sofer2007-10-111-2/+1
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-7/+9
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-2/+1
* | * generic/tclObj.c (TclInitObjSubsystem): restore registration of thedas2007-09-031-2/+35
* | * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneededMiguel Sofer2007-08-121-2/+1
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-2/+3
* | clarify comments for last commitMiguel Sofer2007-07-051-2/+2
* | * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-051-21/+32
* | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-041-1/+2
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-77/+54
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-8/+9
* | * generic/tclInt.h:Miguel Sofer2007-06-101-21/+20
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make theMiguel Sofer2007-06-091-41/+32
* | * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-2/+2
* | Add a full stop to a commentdkf2007-05-111-2/+2