summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathInterface.c
Commit message (Expand)AuthorAgeFilesLines
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* Merge 8.7jan.nijtmans2019-11-111-60/+0
|\
| * Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-54/+0
| * Merge 8.6. jan.nijtmans2019-11-081-13/+7
| |\
* | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-3/+3
* | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
|\ \ \ | |/ / |/| |
| * | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-2/+3
* | | Merge 8.6jan.nijtmans2019-10-221-9/+9
|\ \ \ | | |/ | |/|
| * | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-3/+3
| * | Merge 8.5jan.nijtmans2019-05-141-2/+2
| |\ \
| | * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-2/+2
| | * | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
* | | | Merge 8.6jan.nijtmans2019-04-111-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Only use special mp_sqrt() code when double format/tommath format are exactly...jan.nijtmans2019-04-111-4/+2
| * | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-78/+3
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-35/+3
* | | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f...jan.nijtmans2017-09-141-78/+3
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-67/+22
|/ /
* | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
* | 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
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-2/+2
* | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+1
* | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-4/+4
* | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-3/+3
* | Follow-up to earlier commit today:nijtmans2010-02-051-3/+3
* | * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-3/+3
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* eschew superfluous whitespacedkf2007-11-191-3/+3
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-3/+3
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-2/+4
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+77
* quick typo fix; testingdgp2005-10-131-2/+2
* Formattingdkf2005-10-121-53/+66
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+81
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-0/+143