| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E... | jan.nijtmans | 2017-03-31 | 1 | -10/+11 |
|
|
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -1/+1 |
|
|
* | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -5/+7 |
|
|
* | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -3/+3 |
|
|
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -3/+2 |
|
|
* | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -4/+4 |
|\ |
|
| * | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -6/+6 |
|
|
* | | Some code cleanup: More internal use of size_t, less type casts (because of t... | jan.nijtmans | 2017-01-27 | 1 | -8/+9 |
|
|
* | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb... | jan.nijtmans | 2016-12-23 | 1 | -2/+2 |
|
|
* | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -3/+3 |
|
|
* | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -5/+3 |
| |\ |
|
| | * | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -5/+3 |
|
|
| | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -21/+21 |
|
|
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes...bug_d4e7780ca1 | jan.nijtmans | 2016-09-06 | 1 | -1/+1 |
|
|
| * | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -7/+5 |
|
|
| * | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -2/+7 |
|
|
* | | | [0363f0146c] Fix [array startsearch] id handling to support var name variations | dgp | 2016-07-19 | 1 | -1/+0 |
|
|
* | | | Factor the cmdName intrep setting code into common utility routine. | dgp | 2016-07-15 | 1 | -75/+63 |
|
|
* | | | Stop using the tclCmdNameType to store failed command lookups. If we don't | dgp | 2016-07-15 | 1 | -14/+11 |
|
|
* | | | One of the validity checks for the "cmdName" type is to see if the | dgp | 2016-07-15 | 1 | -1/+0 |
|
|
* | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl... | jan.nijtmans | 2016-07-12 | 1 | -2/+2 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -2/+2 |
|
|
* | | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? | jan.nijtmans | 2016-04-10 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? | jan.nijtmans | 2016-04-10 | 1 | -2/+3 |
|/ / |
|
* | | 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 |
|
|