Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, ↵ | jan.nijtmans | 2019-10-22 | 1 | -9/+10 |
| | | | | | mp_to_unsigned_bin_n, because they are deprecated in libtommath 1.2.0 too. Add replacement functions mp_to_ubin, mp_ubin_size and mp_to_radix to libtommath stub table. | ||||
* | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|\ | |||||
| * | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -9/+11 |
| | | |||||
| * | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| |\ | |||||
| | * | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, ↵ | sebres | 2019-05-21 | 1 | -4/+3 |
| | | | | | | | | | | | | resolve mistake with "key objects/pointers comparison by the hash entry" firstly introduced there. | ||||
| * | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future ↵ | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | libtommath versions. So, better stop using it at all. Also add some other defines/typdefs for future libtommath compatibility. | ||||
* | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -91/+91 |
| | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -20/+9 |
| | | | |||||
* | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -60/+49 |
| | | | | | | | | | | | | - Remove the DD_STEEL formatter: it isn't used anywhere in Tcl, and not recommended. - Remove double limit-checks, which are already done inside mp_to_unsigned_bin_n() | ||||
* | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -7/+1 |
| | | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is ↵ | jan.nijtmans | 2019-01-26 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | | | | always addressed with unsigned chars now. Eliminate some useless end-of-line spacing that slipped in. | ||||
| * | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2018-02-14 | 1 | -14/+17 |
| | | | |||||
| * | | Different solution to silencing the non-useful valgrind alerts. | dgp | 2017-03-13 | 1 | -1/+18 |
| | | | |||||
| * | | Silence valgrind complaints from [representation]. | dgp | 2017-03-10 | 1 | -0/+1 |
| | | | |||||
* | | | If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2018-12-12 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. | ||||
* | | | If compiled with -DTCL_NO_DEPRECATED, remove the ↵ | jan.nijtmans | 2018-12-02 | 1 | -1/+4 |
| | | | | | | | | | | | | Tcl_SetIntObj/Tcl_SetLongObj entries from stub table: Since they are gone in Tcl 9.0 | ||||
* | | | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails ↵ | jan.nijtmans | 2018-11-25 | 1 | -0/+3 |
| | | | | | | | | | | | | to mention that this only happens with TCL_MEM_DEBUG defined) | ||||
* | | | merge 8.7 | dgp | 2018-11-06 | 1 | -32/+233 |
|\ \ \ | |||||
| * \ \ | merge 8.7 | dgp | 2018-10-18 | 1 | -39/+133 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2018-05-24 | 1 | -11/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.7 | dgp | 2018-02-23 | 1 | -4/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-02-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -189/+60 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-01-29 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-09-14 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-04-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-04-06 | 1 | -10/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-13 | 1 | -5/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-16 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-03 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-02 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-01-27 | 1 | -8/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-12-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-28 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-18 | 1 | -5/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | | | Correct improper NULL return from initializing Tcl_InitStringRep(o, b, 0). | dgp | 2016-10-12 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Go ahead and return pointer to space where 0 bytes can be written. | ||||
| * | | | | | | | | | | | | | | | | | | | | | | New routine Tcl_HasStringRep() and first conversion of callers. | dgp | 2016-10-07 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2016-09-08 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-19 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-18 | 1 | -84/+68 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-07-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-04-11 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revise the "end-offset" objType to use proposed routines, and not export or | dgp | 2016-04-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provide unneeded things. | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer. | dgp | 2016-03-27 | 1 | -0/+74 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr. | dgp | 2016-03-25 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get signatures in sync. | dgp | 2016-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |