summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-231-9/+25
* Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr...jan.nijtmans2019-12-121-9/+18
* Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-7/+3
* Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-9/+59
* Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-10/+3
* Put #define's in alphabetical order. jan.nijtmans2019-10-251-15/+9
* Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-241-9/+7
* Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-231-7/+6
* Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-3/+27
* Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-211-116/+119
* Merge some libtommath changes (mainly additon of MP_CALLOC)jan.nijtmans2019-10-171-0/+3
* Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-1/+5
|\
* \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-2/+3
|\ \ | |/
* | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-5/+5
|/
* Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-8/+11
* Merge 8.5jan.nijtmans2019-05-141-0/+7
|\
| * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-0/+7
* | Take over recent improvements from libtommath after version 1.1.0.jan.nijtmans2019-04-051-3/+4
* | 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
* | | 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
* | 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