summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* More efficient version (after feedback from KBK). Better test too.dkf2019-04-051-20/+9
* Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-60/+49
* New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-7/+1
* Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-3/+3
|\
| * Rewrite documentation in comments for brevity and clarity.pooryorick2018-02-141-14/+17
| * Different solution to silencing the non-useful valgrind alerts.dgp2017-03-131-1/+18
| * Silence valgrind complaints from [representation].dgp2017-03-101-0/+1
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-5/+11
* | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj...jan.nijtmans2018-12-021-1/+4
* | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to...jan.nijtmans2018-11-251-0/+3
* | merge 8.7dgp2018-11-061-32/+233
|\ \
| * \ merge 8.7dgp2018-10-181-39/+133
| |\ \
| * \ \ merge 8.7dgp2018-05-241-11/+11
| |\ \ \
| * \ \ \ merge 8.7dgp2018-02-231-4/+8
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-02-091-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-02-061-189/+60
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-01-291-0/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2017-12-191-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-09-141-3/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-121-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-061-10/+11
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-131-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-161-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-031-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-021-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-271-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-281-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-181-5/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-191-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-181-84/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-04-111-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Revise the "end-offset" objType to use proposed routines, and not export ordgp2016-04-111-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer.dgp2016-03-271-0/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr.dgp2016-03-251-4/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Get signatures in sync.dgp2016-03-251-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-251-0/+71
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-2/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Revise Tcl_InitStringRep() to do non-panic attempt at allocation.dgp2016-03-241-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Update more Tcl_ObjTypes to use Tcl_InitStringRep().dgp2016-03-241-34/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | TclInitStringRep() already knows about tclEmptyStringRep.dgp2016-03-241-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong!dgp2016-03-231-5/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted.dgp2016-03-231-11/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Release memory after truncation.dgp2016-03-231-0/+5