summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
Commit message (Expand)AuthorAgeFilesLines
* Possible simple solution for [4663e0636]: If TCL_NO_TOMMATH_H is defined, tcl...jan.nijtmans2020-05-191-1/+32
* If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-181-4/+6
* Merge 8.7jan.nijtmans2019-11-281-1/+1
|\
* \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-4/+0
|\ \ | |/
* | Merge 8.7jan.nijtmans2019-11-111-1/+0
|\ \ | |/
| * Merge 8.6. jan.nijtmans2019-11-081-10/+10
| |\
* | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-1082/+11
|/ /
* | Merge 8.6jan.nijtmans2019-10-301-6/+2
|\ \ | |/
| * Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-6/+2
* | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-36/+36
* | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-251-25/+0
* | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-2/+4
* | Merge 8.6.jan.nijtmans2019-10-231-2/+6
|\ \ | |/
| * Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-2/+6
* | Merge 8.6jan.nijtmans2019-10-221-195/+458
|\ \ | |/
| * Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-211-63/+230
| * Update tclTomMath.h with changes from tommath.hjan.nijtmans2019-10-181-35/+48
| * Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-20/+44
| |\ | |/ |/|
| * VC++ 6.0 doesn't know the uLL number postfixjan.nijtmans2019-06-301-1/+1
| * Fix compilation on VC++ 6.0jan.nijtmans2019-06-301-1/+1
| * Merge 8.6jan.nijtmans2019-06-251-0/+4
| |\ | |/ |/|
| * Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-138/+206
* | Makef tclTomMath.h work with VC++ 6.0jan.nijtmans2019-06-251-0/+4
|/
* Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-24/+11
* Merge 8.5jan.nijtmans2019-05-141-24/+54
|\
| * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-38/+74
* | Take over recent improvements from libtommath after version 1.1.0.jan.nijtmans2019-04-051-8/+20
* | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-12/+1
* | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-271-2/+2
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-233/+229
* | redundant end-of-line spacingjan.nijtmans2017-03-151-6/+6
* | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-181-1/+1
* | [Bug 2991415]: tclport.h #include'd before limits.hjan.nijtmans2011-11-301-1/+0
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-7/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-7/+0
| * * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-061-4/+2
* | CONSTify various useful internal functionsnijtmans2010-05-031-11/+11
* | Use "tclIO.h" and "tclTomMathDecls.h" everywherenijtmans2010-05-031-30/+32
* | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-9/+4
* | * generic/tclTomMathInt.h (new): Public header tclTomMath.h haddgp2009-10-061-4/+2
|/
* 2007-02-13 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-02-141-4/+4
* * tools/fix_tommath_h.tcl: Added code to patch out a check forKevin B Kenny2007-02-131-15/+5
* removed BZ_DIV_CUTOFF declaration now that it's gone from libtommathdas2006-12-021-4/+3
* declare new BZ_DIV_CUTOFF global as MODULE_SCOPEdas2006-12-011-3/+4
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-2/+13
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-112/+826
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+12
* update tclTomMath.h for bug 1263012Kevin B Kenny2005-09-261-1/+11
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-0/+109