| Commit message (Expand) | Author | Age | Files | Lines |
* | irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr. | dgp | 2016-03-25 | 1 | -4/+7 |
|
|
* | Get signatures in sync. | dgp | 2016-03-25 | 1 | -1/+1 |
|
|
* | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep(). | dgp | 2016-03-25 | 1 | -0/+71 |
|
|
* | Update Tcl_InitStringRep callers to handle OOM condition. | dgp | 2016-03-24 | 1 | -2/+10 |
|
|
* | Revise Tcl_InitStringRep() to do non-panic attempt at allocation. | dgp | 2016-03-24 | 1 | -2/+5 |
|
|
* | Update more Tcl_ObjTypes to use Tcl_InitStringRep(). | dgp | 2016-03-24 | 1 | -34/+25 |
|
|
* | TclInitStringRep() already knows about tclEmptyStringRep. | dgp | 2016-03-24 | 1 | -1/+1 |
|
|
* | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong! | dgp | 2016-03-23 | 1 | -5/+2 |
|
|
* | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted. | dgp | 2016-03-23 | 1 | -11/+12 |
|
|
* | Release memory after truncation. | dgp | 2016-03-23 | 1 | -0/+5 |
|
|
* | Make sure no path emerges to write on tclEmptyStringRep. | dgp | 2016-03-23 | 1 | -0/+1 |
|
|
* | Next step: new routine Tcl_InitStringRep() | dgp | 2016-03-23 | 1 | -0/+80 |
|
|
* | First simple step implementing TIP 445. | dgp | 2016-03-22 | 1 | -0/+24 |
|
|
* | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -2/+2 |
|
|
* | micro-opt of hash lookups found by drh | Miguel Sofer | 2015-09-22 | 1 | -6/+5 |
|
|
* | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 1 | -2/+2 |
|
|
* | Consistancy in refcount management. | jan.nijtmans | 2015-06-30 | 1 | -3/+3 |
|
|
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 1 | -16/+15 |
|
|
* | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 |
|\ |
|
| * | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 |
| |\ |
|
| | * | Minor compilation issue fix, make sure variable declaration (via macro) is fi...aku_mem_debug_allow_regular | Joe Mistachkin | 2015-05-22 | 1 | -6/+7 |
|
|
| | * | Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack... | andreask | 2015-05-22 | 1 | -14/+32 |
|
|
* | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 1 | -35/+3 |
|
|
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -17/+17 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -4/+6 |
| |/ |
|
* | | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. | dgp | 2013-03-11 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. | dgp | 2013-03-11 | 1 | -0/+12 |
|
|
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -2/+5 |
|
|
* | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set... | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set... | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
|
|
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -7/+6 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -3/+3 |
|
|
| * | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -21/+21 |
|
|
* | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -18/+9 |
|
|
* | | [Bug 3384007]: Fix some panic messages. | dkf | 2011-08-02 | 1 | -25/+21 |
|
|
* | | platform portable type matching in debug prints | dgp | 2011-07-12 | 1 | -4/+4 |
|
|
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+4 |
| |\ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+4 |
|
|
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+2 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFree... | mig | 2011-03-23 | 1 | -0/+4 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -26/+23 |
|
|
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -1/+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 |
|
|