| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+4 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). | andreas_kupries | 2009-11-10 | 1 | -1/+12 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+378 |
|
|
* | * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted | Miguel Sofer | 2007-10-03 | 1 | -2/+3 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -4/+4 |
|
|
* | Fix [Bug 1310081]. | dkf | 2005-11-29 | 1 | -1/+12 |
|
|
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
|
|
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -36/+25 |
|
|
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -10/+12 |
|
|
* | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 1 | -36/+17 |
|
|
* | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 1 | -6/+2 |
|
|
* | * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning | dgp | 2004-09-14 | 1 | -2/+2 |
|
|
* | Minor mods to latest commit to correct bugs and compiler warnings on | dgp | 2004-09-10 | 1 | -7/+9 |
|
|
* | One less crazy long/wide aunt in the attic... [Bug 868489] | dkf | 2004-09-10 | 1 | -24/+149 |
|
|
* | Backport of fixes to make HashObjKey hash the whole object... | dkf | 2004-03-30 | 1 | -18/+9 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Converted internal rep | dgp | 2003-05-23 | 1 | -8/+18 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Corrected variable use of the | dgp | 2003-05-12 | 1 | -7/+4 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -25/+9 |
|
|
* | Make sure that tclWideIntType is defined and somewhat sensible everywhere. [... | dkf | 2003-04-07 | 1 | -6/+9 |
|
|
* | * generic/tcl.h: Revert earlier change that | mdejong | 2003-01-17 | 1 | -1/+7 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 1 | -10/+14 |
|
|
* | 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-24 | 1 | -4/+8 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2002-08-14 | 1 | -37/+7 |
|
|
* | * docs/BoolObj.3: added description of valid string reps for a | Miguel Sofer | 2002-08-07 | 1 | -97/+117 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2002-08-07 | 1 | -2/+2 |
|
|
* | * generic/tclObj.c (Tcl_NewObj): added conditional code for | Miguel Sofer | 2002-08-07 | 1 | -1/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -4/+3 |
|
|
* | Hex values on 64-bit machines can be booleans too! [Bug 548686] | dkf | 2002-04-26 | 1 | -3/+25 |
|
|
* | reversed accidental commit of unfinished sources | hobbs | 2002-02-27 | 1 | -10/+21 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 1 | -21/+10 |
|
|
* | * generic/tclInt.h: | dgp | 2002-02-22 | 1 | -3/+3 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -7/+417 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 1 | -10/+10 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -1/+2 |
|
|
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ... | Miguel Sofer | 2001-11-16 | 1 | -1/+425 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: | hobbs | 2001-06-28 | 1 | -2/+13 |
|
|
* | [Patch #424851]: Faster array searching & obj cleanup | Miguel Sofer | 2001-05-26 | 1 | -1/+4 |
|
|
* | * generic/tclObj.c (TclAllocateFreeObjects): simplified | hobbs | 2001-05-23 | 1 | -40/+22 |
|
|
* | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 1 | -12/+12 |
|
|
* | 2000-01-18 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2001-01-18 | 1 | -2/+3 |
|
|
* | 2000-08-10 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-08-10 | 1 | -15/+15 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-22 | 1 | -30/+260 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-20 | 1 | -260/+30 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-19 | 1 | -30/+260 |
|
|
* | * generic/tclInt.h: | hobbs | 2000-05-26 | 1 | -1/+19 |
|
|
* | * generic/tclObj.c (Tcl_DuplicateObj): simplified code to call | hobbs | 2000-05-08 | 1 | -10/+2 |
|
|