| Commit message (Expand) | Author | Age | Files | Lines |
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -15/+14 |
|
|
* | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 1 | -14/+34 |
|
|
* | Forgot the magic bias values. FNV is wildly magical... | dkf | 2010-02-10 | 1 | -2/+2 |
|
|
* | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 1 | -20/+15 |
|
|
* | Simplify the logic in Tcl_GetCommandFromObj | dkf | 2009-12-29 | 1 | -185/+208 |
|
|
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated | andreas_kupries | 2009-12-10 | 1 | -5/+19 |
|
|
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). | andreas_kupries | 2009-11-10 | 1 | -1/+12 |
|
|
* | Fix for [Bug 2871908] | Joe Mistachkin | 2009-10-18 | 1 | -6/+6 |
|
|
* | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the | andreas_kupries | 2009-10-07 | 1 | -21/+19 |
|
|
* | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+3 |
|
|
* | need to remember to save before commit... | das | 2009-09-17 | 1 | -2/+2 |
|
|
* | typo | das | 2009-09-17 | 1 | -2/+2 |
|
|
* | fix string buffer sizes for pointer printing | das | 2009-09-17 | 1 | -42/+30 |
|
|
* | Extended ::tcl::unsupported::representation. | ferrieux | 2009-09-16 | 1 | -6/+46 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -11/+389 |
|
|
* | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -18/+35 |
|
|
* | Added *unsupported* command to report an object's representation. | dkf | 2009-08-02 | 1 | -1/+39 |
|
|
* | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. | dkf | 2009-06-18 | 1 | -5/+135 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], | Miguel Sofer | 2009-05-08 | 1 | -1/+2 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -5/+6 |
|
|
* | * generic/tclObj.c (Tcl_GetString): Added comments and validity | dgp | 2009-02-10 | 1 | -1/+18 |
|
|
* | Fix for [Bug 2558422] though this area is still a mess. | dkf | 2009-02-03 | 1 | -2/+10 |
|
|
* | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. | dgp | 2009-02-03 | 1 | -8/+2 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -11/+13 |
|
|
* | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -1/+5 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -10/+12 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -9/+9 |
|
|
* | * doc/Object.3 CONSTified 3 functions using | nijtmans | 2008-07-27 | 1 | -25/+25 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -40/+41 |
|
|
* | * generic/tclObj.c: Added missing #include <math.h> needed to | Kevin B Kenny | 2008-03-30 | 1 | -1/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -20/+17 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -5/+9 |
|
|
* | * generic/tclObj.c: remove superfluous #include of tclCompile.h | Miguel Sofer | 2007-10-11 | 1 | -2/+1 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -7/+9 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -2/+1 |
|
|
* | * generic/tclObj.c (TclInitObjSubsystem): restore registration of the | das | 2007-09-03 | 1 | -2/+35 |
|
|
* | * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneeded | Miguel Sofer | 2007-08-12 | 1 | -2/+1 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+3 |
|
|
* | clarify comments for last commit | Miguel Sofer | 2007-07-05 | 1 | -2/+2 |
|
|
* | * generic/tclNamesp.c (SetNsNameFromAny): | Miguel Sofer | 2007-07-05 | 1 | -21/+32 |
|
|
* | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being | Miguel Sofer | 2007-07-04 | 1 | -1/+2 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 1 | -77/+54 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 1 | -8/+9 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 1 | -21/+20 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the | Miguel Sofer | 2007-06-09 | 1 | -41/+32 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -2/+2 |
|
|
* | Add a full stop to a comment | dkf | 2007-05-11 | 1 | -2/+2 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -4/+4 |
|
|