| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid valgrind issues with "uninitialized memory" | dgp | 2019-07-01 | 1 | -0/+1 |
|
|
* | small amend (no cast needed) | sebres | 2019-05-21 | 1 | -1/+1 |
|
|
* | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res... | sebres | 2019-05-21 | 1 | -1/+4 |
|
|
* | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|
|
* | Attempted bug fix. | dgp | 2017-11-07 | 1 | -5/+8 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+2 |
|\ |
|
| * | Silence unused variable warning | dgp | 2011-04-20 | 1 | -2/+1 |
|
|
| * | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 |
|
|
| * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 1 | -2/+30 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -17/+17 |
|
|
| * | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead | das | 2004-11-11 | 1 | -5/+8 |
|
|
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -7/+7 |
|
|
* | | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-12-31 | 1 | -4/+25 |
|
|
* | | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 1 | -2/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -3/+4 |
|
|
* | | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and | dgp | 2007-07-02 | 1 | -74/+3 |
|
|
* | | Simplify string hashing a little. [FRQ 951168] | dkf | 2007-07-02 | 1 | -14/+2 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -10/+13 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -21/+21 |
|
|
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -7/+7 |
|
|
* | | * generic/tcl.h: | Miguel Sofer | 2006-10-22 | 1 | -70/+11 |
|
|
* | | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -7/+7 |
|
|
* | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | dkf | 2005-10-31 | 1 | -93/+86 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -123/+126 |
|
|
* | | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead | das | 2004-11-11 | 1 | -5/+8 |
|
|
* | | Style guide fixes | dkf | 2004-10-06 | 1 | -24/+20 |
|
|
* | | Fix variable usage warning. [Bug 969068] | dkf | 2004-06-08 | 1 | -5/+3 |
|
|
* | | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -2/+6 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | More hash function cleaning up. | dkf | 2004-03-30 | 1 | -7/+3 |
|
|
* | | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -6/+6 |
|
|
* | | Whitespace fixes | dkf | 2003-11-15 | 1 | -15/+15 |
|
|
* | | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -17/+54 |
|
|
* | | No more div-by-zero errors. [Bug 759749] | dkf | 2003-06-24 | 1 | -2/+4 |
|/ |
|
* | * generic/tclHash.c (HashStringKey): move string++ lower to save | hobbs | 2002-11-12 | 1 | -2/+2 |
|
|
* | * generic/tclHash.c (AllocArrayEntry, AllocStringEntry): | hobbs | 2002-02-26 | 1 | -5/+11 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | 2000-01-18 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2001-01-18 | 1 | -6/+6 |
|
|
* | * generic/tclHash.c: fixed pedantic warning of incorrectly placed | hobbs | 2000-09-06 | 1 | -3/+3 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-22 | 1 | -595/+621 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-20 | 1 | -621/+595 |
|
|
* | * generic/tclStubInit.c: | ericm | 2000-07-19 | 1 | -595/+621 |
|
|
* | * doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys in | ericm | 2000-06-24 | 1 | -3/+248 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -1/+6 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+921 |
|
|