summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-221-9/+10
* Merge 8.6jan.nijtmans2019-10-221-1/+1
|\
| * Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-9/+11
| * end-of-line spacingjan.nijtmans2019-05-241-1/+1
| |\
| | * cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res...sebres2019-05-211-4/+3
| * | Merge 8.5jan.nijtmans2019-05-141-5/+5
| |\ \ | | |/
| | * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-5/+5
* | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-91/+91
* | | 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