| Commit message (Expand) | Author | Age | Files | Lines |
* | micro-opt of hash lookups found by drh | Miguel Sofer | 2015-09-22 | 1 | -1/+1 |
|
|
* | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -1/+3 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -10/+10 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
* | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 1 | -7/+7 |
|
|
* | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -4/+4 |
|
|
* | | | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-08-24 | 1 | -6/+26 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -5/+9 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -5/+5 |
|
|
* | | | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 1 | -14/+32 |
|
|
* | | | Forgot the magic bias values. FNV is wildly magical... | dkf | 2010-02-10 | 1 | -2/+2 |
|
|
* | | | Minor corrections as recommended by Joe English. | dkf | 2010-02-09 | 1 | -4/+4 |
|
|
* | | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 1 | -20/+13 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -13/+1 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -8/+9 |
|
|
* | | | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -7/+3 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -4/+4 |
|
|
* | | | * doc/Hash.3: CONSTified the typePtr argument | nijtmans | 2008-10-04 | 1 | -3/+3 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -20/+20 |
|/ / |
|
* | | 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 |
|
|