summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | merge trunkjan.nijtmans2016-07-081-2/+2
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* | | | merge trunkjan.nijtmans2016-04-101-2/+3
|\ \ \ \ | |/ / /
| * | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ?jan.nijtmans2016-04-101-2/+3
| |\ \ \ | | |/ /
| | * | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ?jan.nijtmans2016-04-101-2/+3
| |/ /
* | | merge trunkjan.nijtmans2015-10-241-2/+2
|\ \ \ | |/ /
| * | typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* | | Merge trunkjan.nijtmans2015-09-231-6/+5
|\ \ \ | |/ /
| * | micro-opt of hash lookups found by drhMiguel Sofer2015-09-221-6/+5
* | | merge trunkjan.nijtmans2015-07-021-2/+2
|\ \ \ | |/ /
| * | Revert refcount changes that were not cosmetic.dgp2015-07-021-2/+2
* | | merge trunkjan.nijtmans2015-07-021-18/+17
|\ \ \ | |/ /
| * | Consistancy in refcount management.jan.nijtmans2015-06-301-3/+3
| * | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-16/+15
* | | Merge trunkjan.nijtmans2015-05-271-14/+33
|\ \ \ | |/ /
| * | Make tweak to the mem-debug tracking official. It is now again possible to us...andreask2015-05-271-14/+33
| |\ \ | | |/
| | * Make tweak to the mem-debug tracking official. It is now again possible to us...andreask2015-05-271-14/+33
| | |\
| | | * Minor compilation issue fix, make sure variable declaration (via macro) is fi...aku_mem_debug_allow_regularJoe Mistachkin2015-05-221-6/+7
| | | * Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack...andreask2015-05-221-14/+32
* | | | merge trunkjan.nijtmans2013-08-141-35/+3
|\ \ \ \ | |/ / /
| * | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed.dgp2013-08-071-35/+3
* | | | restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in [19...jan.nijtmans2013-08-141-0/+35
* | | | merge trunkjan.nijtmans2013-05-061-35/+0
|\ \ \ \ | |/ / /
* | | | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_I...jan.nijtmans2013-04-231-17/+17
|\ \ \ \ | |/ / /
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-17/+17
| |\ \ \ | | |/ /
| | * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-4/+6
| | |/
* | | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj...jan.nijtmans2013-04-211-6/+229
* | | merge trunkjan.nijtmans2013-03-221-0/+12
|\ \ \ | |/ /
| * | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode.dgp2013-03-111-0/+12
| |\ \ | | |/
| | * Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode.dgp2013-03-111-0/+12
| * | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-2/+5
* | | merge trunk. jan.nijtmans2013-02-271-1/+6
|\ \ \ | |/ /
| * | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set...jan.nijtmans2013-02-261-1/+6
| |\ \ | | |/
| | * Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set...jan.nijtmans2013-02-261-1/+6
* | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-111-5/+5
* | | Merge trunk. jan.nijtmans2013-02-081-219/+0
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-02-041-7/+6
|\ \ \ | |/ /
| * | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-7/+6
* | | merge trunkjan.nijtmans2013-02-031-3/+3
|\ \ \ | |/ /
| * | merge core-8-5-branchjan.nijtmans2013-01-311-3/+3
| |\ \ | | |/
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-3/+3
| | * Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* | | two more places where refCount was assumed to be a signed value. In Tcl9 that...jan.nijtmans2012-12-291-2/+2
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
|/ /
* | more result generation conversiondkf2012-08-041-21/+21
* | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-051-18/+9
* | [Bug 3384007]: Fix some panic messages.dkf2011-08-021-25/+21
* | platform portable type matching in debug printsdgp2011-07-121-4/+4
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
|\ \ | |/
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
| |\