summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathDecls.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-12/+27
| |\ \
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-0/+6
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-041-0/+21
* | | | Merge 8.6jan.nijtmans2019-03-281-5/+0
|\ \ \ \ | |/ / /
| * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-8/+0
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-0/+36
| |/ /
| * | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-75/+98
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-13/+6
* | | Make internal libtommath stub entries deprecated: Those are not supposed to b...jan.nijtmans2019-03-141-22/+33
* | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-081-0/+6
* | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ...jan.nijtmans2019-01-221-0/+6
* | | Many simplifications in tclExecute.c, now that libtommath provides new functi...jan.nijtmans2019-01-221-0/+21
* | | merge 8.6jan.nijtmans2018-07-311-1/+5
|\ \ \ | |/ /
* | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-151-15/+28
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-6/+11
* | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-111-56/+69
* | | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-081-4/+17
* | | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ...jan.nijtmans2016-11-181-4/+12
|\ \ \ | |/ / |/| |
| * | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet...jan.nijtmans2016-11-161-0/+7
|/ /
* | make genstubsdkf2015-10-281-0/+17
* | Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
* | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | some formatting (*.decls)jan.nijtmans2012-04-041-6/+6
|\ \ | |/
| * some formatting (*.decls)jan.nijtmans2012-04-041-6/+6
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+6
|\ \ | |/
| * Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+11
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| * Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-3/+3
| * * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+23
| * Backport various formatting (spacing)nijtmans2010-02-071-128/+127
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+13
* | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-191-310/+9
* | CONSTify various useful internal functionsnijtmans2010-05-031-19/+19
* | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-68/+68
* | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-125/+124
* | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-14/+14
* | just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-3/+3
* | fix line-endingsdas2008-07-221-785/+785
* | TIP #304 implementationferrieux2008-07-211-785/+785
* | * generic/tclDecls.h: make genstubsdas2008-04-081-2/+2
* | * generic/tclDecls.h: make genstubsdas2008-04-021-11/+3
* | * README: Bump version number to 8.6a0dgp2008-04-011-1/+5
|/
* * tools/genStubs.tcl: Updated script to no longer produce thedgp2006-11-151-154/+133
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-0/+810