summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathInterface.c
Commit message (Expand)AuthorAgeFilesLines
* Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-12/+7
* Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-3/+6
* 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
* | 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
* | 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