summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
Commit message (Expand)AuthorAgeFilesLines
* Merge latest 'const'ification changes from libtommath (develop branch, will b...HEADmasterjan.nijtmans2017-10-031-5/+5
* Finish libtommath's constification work. All done (hopefully). And make sure ...jan.nijtmans2017-09-181-4/+4
* Another round of libtommath const'ification. To be submitted to the libtommat...jan.nijtmans2017-09-181-28/+28
* Merge libtommath upstream changes (astyle formatting only). No functional cha...jan.nijtmans2017-09-181-78/+78
* 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-151-8/+8
* Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f...jan.nijtmans2017-09-141-1/+1
* Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-111-19/+19
* Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-081-2/+2
* Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14
* Tweak libtommath building, such that it doesn't depend on uint64_t any more. ...jan.nijtmans2017-08-301-0/+15
* a few missing bits after previous commitjan.nijtmans2017-08-291-12/+2
* Merge libtommath 1.0.1 finallibtommath_1_0_1jan.nijtmans2017-08-291-3/+3
* libtommath 1.0.1 rc2, for test purposes onlyjan.nijtmans2017-08-291-9/+9
* Fix mp_cnt_lsb() signature, so it matches the signature used in Tcljan.nijtmans2016-11-181-2/+1
|\
| * Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-181-1/+1
* | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ...jan.nijtmans2016-11-181-150/+121
|\ \ | |/ |/|
| * Add test-case for mp_iseven(). If mp_iseven(0) ever returns 0, we will be war...jan.nijtmans2016-11-171-1/+1
| * Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function fro...jan.nijtmans2016-11-171-148/+119
|/
* [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