summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+0
|\
| * Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-1/+0
| * Add additional (dummy) stub entries in the libtommath stubtablejan.nijtmans2019-10-241-0/+8
| * Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-71/+71
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-1/+1
* | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr...jan.nijtmans2019-12-121-3/+10
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-3/+0
* | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-4/+7
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-3/+0
* | Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-241-4/+1
* | Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-231-3/+0
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-1/+14
* | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-211-58/+58
* | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+1
|\ \
* | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-1/+1
|/ /
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-1/+1
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-0/+15
|\ \
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-0/+4
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-041-0/+11
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-0/+7
|/ /
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-34/+39
* | Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-241-1/+1
|\ \ | |/
| * Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-241-1/+1
* | Expose some of the TclBN operations through the internal API, so clients of t...dkf2015-10-281-4/+19
* | some formatting (*.decls)jan.nijtmans2012-04-041-3/+3
|\ \ | |/
| * some formatting (*.decls)jan.nijtmans2012-04-041-3/+3
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+3
|\ \ | |/
| * Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+1
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| * * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+7
| * Backport various formatting (spacing)nijtmans2010-02-071-61/+61
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+7
* | [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-151-62/+63
* | CONSTify various useful internal functionsnijtmans2010-05-031-10/+10
* | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-60/+60
* | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-3/+3
* | just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-2/+2
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tcl.decls: use new genstubs 'export' command todas2007-12-101-2/+3
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-0/+214