| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 1 | -5/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -13/+6 |
|
|
* | | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 1 | -22/+33 |
|
|
* | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -0/+6 |
|
|
* | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -0/+6 |
|
|
* | | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -0/+21 |
|
|
* | | | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
* | | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec... | jan.nijtmans | 2017-09-15 | 1 | -15/+28 |
|
|
* | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -6/+11 |
|
|
* | | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac... | jan.nijtmans | 2017-09-11 | 1 | -56/+69 |
|
|
* | | | Add some more functions from libtommath for availability within Tcl (mainly t... | jan.nijtmans | 2017-09-08 | 1 | -4/+17 |
|
|
* | | | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ... | jan.nijtmans | 2016-11-18 | 1 | -4/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet... | jan.nijtmans | 2016-11-16 | 1 | -0/+7 |
|/ / |
|
* | | 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 |
|
|
* | | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -1/+5 |
|/ |
|
* | * tools/genStubs.tcl: Updated script to no longer produce the | dgp | 2006-11-15 | 1 | -154/+133 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -0/+810 |
|
|