| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the | andreas_kupries | 2009-10-07 | 1 | -16/+57 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+383 |
|
|
| * | | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], | Miguel Sofer | 2009-05-08 | 1 | -1/+2 |
|
|
| * | | merge updates from HEAD
| dgp | 2008-03-31 | 1 | -1/+2 |
|
|
* | | | Add function-header comments. | dkf | 2010-10-02 | 1 | -13/+38 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -3/+3 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -2/+2 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -11/+11 |
|
|
* | | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -2/+1 |
|
|
* | | | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder | dgp | 2010-03-30 | 1 | -2/+2 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -5/+10 |
|
|
* | | | 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 |
|
|