summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkbug_3418547dgp2016-09-091-1/+6
|\
| * Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-1/+6
| |\
| | * Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes...bug_d4e7780ca1jan.nijtmans2016-09-061-1/+1
| | * some more clean-upjan.nijtmans2016-09-051-7/+5
| | * Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-2/+7
* | | merge trunkdgp2016-07-261-1/+0
|\ \ \ | |/ /
| * | [0363f0146c] Fix [array startsearch] id handling to support var name variationsdgp2016-07-191-1/+0
* | | First really crude step toward a fix is to just completely disable thedgp2016-07-151-4/+9
|/ /
* | Factor the cmdName intrep setting code into common utility routine.dgp2016-07-151-75/+63
* | Stop using the tclCmdNameType to store failed command lookups. If we don'tdgp2016-07-151-14/+11
* | One of the validity checks for the "cmdName" type is to see if thedgp2016-07-151-1/+0
* | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl...jan.nijtmans2016-07-121-2/+2
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* | 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
|/
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* micro-opt of hash lookups found by drhMiguel Sofer2015-09-221-6/+5
* Revert refcount changes that were not cosmetic.dgp2015-07-021-2/+2
* 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
* 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
* | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed.dgp2013-08-071-35/+3
* | | 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
| |/
* | 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
* | 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
* | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-7/+6
* | 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
* | 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
| |\
| | * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+4
* | | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-0/+2
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-1/+1
* | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFree...mig2011-03-231-0/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-26/+23
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-1/+1
|\ \ \ | |/ /
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-1/+1
| |\ \ | | |/
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /