summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge tip-445dgp2017-09-141-3/+3
|\
| * merge trunkdgp2017-09-141-3/+3
| |\
| | * Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-3/+3
* | | Stop crash in oo.testdgp2017-09-111-0/+3
* | | Add a DupHydra implementation.dgp2017-09-111-7/+49
* | | Fixes to Tcl_StoreIntRep -- support irPtr == NULLdgp2017-09-111-4/+8
* | | Hydra work from Cyan Ogilvie.dgp2017-09-111-14/+281
|/ /
* | merge trunkdgp2017-04-121-1/+1
|\ \ | |/
| * Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | merge trunkdgp2017-04-061-10/+11
|\ \ | |/
| * Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E...jan.nijtmans2017-03-311-10/+11
* | merge trunkdgp2017-03-201-1/+1
|\ \ | |/
| * If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-1/+1
* | merge trunkdgp2017-03-131-5/+7
|\ \ | |/
| * Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-5/+7
* | merge trunkdgp2017-02-161-3/+3
|\ \ | |/
| * More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-3/+3
* | merge trunkdgp2017-02-031-1/+0
|\ \ | |/
| * In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-3/+2
* | merge trunkdgp2017-02-021-4/+4
|\ \ | |/
| * Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-4/+4
| |\
| | * Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-6/+6
* | | merge trunkdgp2017-01-271-8/+9
|\ \ \ | |/ /
| * | Some code cleanup: More internal use of size_t, less type casts (because of t...jan.nijtmans2017-01-271-8/+9
* | | merge trunkdgp2016-12-231-2/+2
|\ \ \ | |/ /
| * | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-2/+2
* | | merge trunkdgp2016-11-281-3/+3
|\ \ \ | |/ /
| * | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-3/+3
* | | merge trunkdgp2016-11-181-5/+3
|\ \ \ | |/ /
| * | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-5/+3
| |\ \ | | |/
| | * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-5/+3
| | |\
| | | * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-5/+3
| | | * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-21/+21
* | | | Correct improper NULL return from initializing Tcl_InitStringRep(o, b, 0).dgp2016-10-121-2/+1
* | | | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+19
* | | | merge trunkdgp2016-09-081-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-191-1/+0
|\ \ \ \ | |/ / /
| * | | [0363f0146c] Fix [array startsearch] id handling to support var name variationsdgp2016-07-191-1/+0
* | | | merge trunkdgp2016-07-181-84/+68
|\ \ \ \ | |/ / /
| * | | 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
* | | | merge trunkdgp2016-07-121-2/+2
|\ \ \ \ | |/ / /
| * | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl...jan.nijtmans2016-07-121-2/+2
* | | | merge trunkdgp2016-07-091-2/+2
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2