| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 1 | -3/+3 |
|
|
* | Remove libtommath/makefile* and related: Those files suggest anything can be ... | jan.nijtmans | 2024-03-29 | 1 | -0/+1 |
|
|
* | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us... | jan.nijtmans | 2022-11-23 | 1 | -9/+25 |
|
|
* | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr... | jan.nijtmans | 2019-12-12 | 1 | -9/+18 |
|
|
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 1 | -7/+3 |
|
|
* | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i... | jan.nijtmans | 2019-11-08 | 1 | -9/+59 |
|
|
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -10/+3 |
|
|
* | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -15/+9 |
|
|
* | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 1 | -9/+7 |
|
|
* | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 1 | -7/+6 |
|
|
* | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -3/+27 |
|
|
* | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -116/+119 |
|
|
* | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 1 | -0/+3 |
|
|
* | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -1/+5 |
|\ |
|
* \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -2/+3 |
|\ \
| |/ |
|
* | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 1 | -5/+5 |
|/ |
|
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -8/+11 |
|
|
* | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
|\ |
|
| * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
|
|
* | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 1 | -3/+4 |
|
|
* | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -12/+27 |
|\ \ |
|
| * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -0/+6 |
|
|
| * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -0/+21 |
|
|
* | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 1 | -8/+0 |
|
|
* | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -0/+36 |
|/ / |
|
* | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -75/+98 |
|
|
* | | make genstubs | dkf | 2015-10-28 | 1 | -0/+17 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|
|
* | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -6/+6 |
|
|
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+11 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
| * | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -3/+3 |
|
|
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+23 |
|
|
| * | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -128/+127 |
|
|
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -1/+13 |
|
|
* | | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re... | nijtmans | 2010-08-19 | 1 | -310/+9 |
|
|
* | | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 1 | -19/+19 |
|
|
* | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -68/+68 |
|
|
* | | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -125/+124 |
|
|
* | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -14/+14 |
|
|
* | | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -3/+3 |
|
|
* | | fix line-endings | das | 2008-07-22 | 1 | -785/+785 |
|
|
* | | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -785/+785 |
|
|
* | | * generic/tclDecls.h: make genstubs | das | 2008-04-08 | 1 | -2/+2 |
|
|
* | | * generic/tclDecls.h: make genstubs | das | 2008-04-02 | 1 | -11/+3 |
|
|