| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | jan.nijtmans | 2017-12-22 | 1 | -2/+2 |
|\ |
|
| * | Change a few (internal) refCount/mask variables to unsigned type. | jan.nijtmans | 2017-12-22 | 1 | -11/+12 |
|
|
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -64/+66 |
|\ \
| |/
|/| |
|
| * | More internal use of size_t in stead of int (e.g. in many 'epoch's) | jan.nijtmans | 2017-02-22 | 1 | -8/+6 |
|
|
| * | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl... | jan.nijtmans | 2016-12-01 | 1 | -51/+55 |
|
|
| * | merge trunk | jan.nijtmans | 2016-11-25 | 1 | -4/+4 |
| |\
| |/
|/| |
|
| * | merge trunk | jan.nijtmans | 2016-09-21 | 1 | -2/+7 |
| |\
| |/
|/| |
|
| * | merge trunk | jan.nijtmans | 2016-09-16 | 1 | -1/+1 |
| |\ |
|
| * \ | merge trunk | jan.nijtmans | 2016-09-07 | 1 | -16/+19 |
| |\ \ |
|
| * \ \ | merge trunk | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
| |\ \ \ |
|
| * | | | | Merge trunk | jan.nijtmans | 2016-07-12 | 1 | -7/+7 |
|
|
* | | | | | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_c... | jan.nijtmans | 2016-09-21 | 1 | -2/+7 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-16 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin | jan.nijtmans | 2016-09-15 | 1 | -1/+1 |
|
|
* | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -16/+19 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -12/+15 |
| |\ \ |
|
| | * | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes... | jan.nijtmans | 2016-09-06 | 1 | -7/+0 |
|
|
| | * | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -1/+3 |
|
|
| | * | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -12/+8 |
|
|
| | * | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -10/+23 |
|
|
* | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
| |/ |
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|/ |
|
* | Fix signed<->unsigned compare gcc compiler warning. | jan.nijtmans | 2015-10-01 | 1 | -3/+4 |
|\ |
|
| * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -5/+6 |
|
|
* | | [3e7eca8c8c] Prevent overflow in size values passed to allocators. | dgp | 2015-07-29 | 1 | -3/+19 |
|\ \
| |/ |
|
| * | [3e7eca8c8c] Prevent overflow in size values passed to allocators. | dgp | 2015-07-29 | 1 | -3/+19 |
|
|
* | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -1/+2 |
|
|
* | | 3607246,3607372 Unbalanced refcounts of literals in the global literal table. | dgp | 2013-03-11 | 1 | -2/+7 |
|\ \ |
|
| * | | Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcounts | dgp | 2013-03-07 | 1 | -2/+7 |
|
|
* | | | msvc compiler warning: signed-unsigned mismatch. | jan.nijtmans | 2013-03-08 | 1 | -1/+1 |
|/ / |
|
* | | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -0/+27 |
|
|
* | | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -5/+11 |
|\ \
| |/ |
|
| * | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -5/+11 |
|
|
* | | Revise TclReleaseLiteral() to tolerate a NULL interp argument. | dgp | 2013-02-28 | 1 | -1/+7 |
|
|
* | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 1 | -0/+40 |
|
|
* | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -71/+0 |
|\ \
| |/ |
|
| * | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -71/+0 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -14/+12 |
|
|
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -2/+1 |
|
|
* | | 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 |
|
|
| * | | * generic/tclLiteral.c: Backport fix for [Bug 2888044]. | dgp | 2009-10-28 | 1 | -1/+2 |
|
|
* | | | * generic/tclCompExpr.c: Slight change in the literal sharing | Miguel Sofer | 2010-04-29 | 1 | -10/+14 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -6/+10 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -2/+2 |
|
|
* | | | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 1 | -13/+29 |
|
|
* | | | missing comma | dgp | 2010-02-17 | 1 | -2/+2 |
|
|
* | | | Update literal table to use FNV hash function. | dkf | 2010-02-16 | 1 | -63/+69 |
|
|