Tcl Source Code

Check-in [d1210bac0b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:(experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | libtommath-1.0
Files: files | file ages | folders
SHA1: d1210bac0ba7064f80757bb3b3ba0d2984e1113e
User & Date: jan.nijtmans 2016-11-16 15:22:26.588
Context
2016-11-17
10:46
Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function from libtommath 1.0 (in tc... check-in: 1e2d716ec7 user: jan.nijtmans tags: libtommath-1.0
2016-11-16
15:22
(experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0
13:04
import libtommath 1.0 check-in: dfaa44e279 user: jan.nijtmans tags: libtommath
10:55
Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclStubInit.c.
Changes to generic/tclTomMath.decls.
Changes to generic/tclTomMathDecls.h.
Changes to libtommath/LICENSE.
Changes to libtommath/bn.ilg.
Changes to libtommath/bn.ind.
Changes to libtommath/bn.tex.
Changes to libtommath/bn_error.c.
Changes to libtommath/bn_fast_mp_invmod.c.
Changes to libtommath/bn_fast_mp_montgomery_reduce.c.
Changes to libtommath/bn_fast_s_mp_mul_digs.c.
Changes to libtommath/bn_fast_s_mp_mul_high_digs.c.
Changes to libtommath/bn_fast_s_mp_sqr.c.
Changes to libtommath/bn_mp_2expt.c.
Changes to libtommath/bn_mp_abs.c.
Changes to libtommath/bn_mp_add.c.
Changes to libtommath/bn_mp_add_d.c.
Changes to libtommath/bn_mp_addmod.c.
Changes to libtommath/bn_mp_and.c.
Changes to libtommath/bn_mp_clamp.c.
Changes to libtommath/bn_mp_clear.c.
Changes to libtommath/bn_mp_clear_multi.c.
Changes to libtommath/bn_mp_cmp.c.
Changes to libtommath/bn_mp_cmp_d.c.
Changes to libtommath/bn_mp_cmp_mag.c.
Changes to libtommath/bn_mp_cnt_lsb.c.
Changes to libtommath/bn_mp_copy.c.
Changes to libtommath/bn_mp_count_bits.c.
Changes to libtommath/bn_mp_div.c.
Changes to libtommath/bn_mp_div_2.c.
Changes to libtommath/bn_mp_div_2d.c.
Changes to libtommath/bn_mp_div_3.c.
Changes to libtommath/bn_mp_div_d.c.
Changes to libtommath/bn_mp_dr_is_modulus.c.
Changes to libtommath/bn_mp_dr_reduce.c.
Changes to libtommath/bn_mp_dr_setup.c.
Changes to libtommath/bn_mp_exch.c.
Changes to libtommath/bn_mp_expt_d.c.
Added libtommath/bn_mp_expt_d_ex.c.
Changes to libtommath/bn_mp_exptmod.c.
Changes to libtommath/bn_mp_exptmod_fast.c.
Changes to libtommath/bn_mp_exteuclid.c.
Changes to libtommath/bn_mp_fread.c.
Changes to libtommath/bn_mp_fwrite.c.
Changes to libtommath/bn_mp_gcd.c.
Changes to libtommath/bn_mp_get_int.c.
Changes to libtommath/bn_mp_grow.c.
Changes to libtommath/bn_mp_init.c.
Changes to libtommath/bn_mp_init_copy.c.
Changes to libtommath/bn_mp_init_multi.c.
Changes to libtommath/bn_mp_init_set.c.
Changes to libtommath/bn_mp_init_set_int.c.
Changes to libtommath/bn_mp_init_size.c.
Changes to libtommath/bn_mp_invmod.c.
Changes to libtommath/bn_mp_invmod_slow.c.
Changes to libtommath/bn_mp_is_square.c.
Changes to libtommath/bn_mp_jacobi.c.
Changes to libtommath/bn_mp_karatsuba_mul.c.
Changes to libtommath/bn_mp_karatsuba_sqr.c.
Changes to libtommath/bn_mp_lcm.c.
Changes to libtommath/bn_mp_lshd.c.
Changes to libtommath/bn_mp_mod.c.
Changes to libtommath/bn_mp_mod_2d.c.
Changes to libtommath/bn_mp_mod_d.c.
Changes to libtommath/bn_mp_montgomery_calc_normalization.c.
Changes to libtommath/bn_mp_montgomery_reduce.c.
Changes to libtommath/bn_mp_montgomery_setup.c.
Changes to libtommath/bn_mp_mul.c.
Changes to libtommath/bn_mp_mul_2.c.
Changes to libtommath/bn_mp_mul_2d.c.
Changes to libtommath/bn_mp_mul_d.c.
Changes to libtommath/bn_mp_mulmod.c.
Changes to libtommath/bn_mp_n_root.c.
Changes to libtommath/bn_mp_neg.c.
Changes to libtommath/bn_mp_or.c.
Changes to libtommath/bn_mp_prime_fermat.c.
Changes to libtommath/bn_mp_prime_is_divisible.c.
Changes to libtommath/bn_mp_prime_is_prime.c.
Changes to libtommath/bn_mp_prime_miller_rabin.c.
Changes to libtommath/bn_mp_prime_next_prime.c.
Changes to libtommath/bn_mp_prime_rabin_miller_trials.c.
Changes to libtommath/bn_mp_prime_random_ex.c.
Changes to libtommath/bn_mp_radix_size.c.
Changes to libtommath/bn_mp_radix_smap.c.
Changes to libtommath/bn_mp_rand.c.
Changes to libtommath/bn_mp_read_radix.c.
Changes to libtommath/bn_mp_read_signed_bin.c.
Changes to libtommath/bn_mp_read_unsigned_bin.c.
Changes to libtommath/bn_mp_reduce.c.
Changes to libtommath/bn_mp_reduce_2k.c.
Changes to libtommath/bn_mp_reduce_2k_l.c.
Changes to libtommath/bn_mp_reduce_2k_setup.c.
Changes to libtommath/bn_mp_reduce_2k_setup_l.c.
Changes to libtommath/bn_mp_reduce_is_2k.c.
Changes to libtommath/bn_mp_reduce_is_2k_l.c.
Changes to libtommath/bn_mp_reduce_setup.c.
Changes to libtommath/bn_mp_rshd.c.
Changes to libtommath/bn_mp_set.c.
Changes to libtommath/bn_mp_set_int.c.
Changes to libtommath/bn_mp_shrink.c.
Changes to libtommath/bn_mp_signed_bin_size.c.
Changes to libtommath/bn_mp_sqr.c.
Changes to libtommath/bn_mp_sqrmod.c.
Changes to libtommath/bn_mp_sqrt.c.
Changes to libtommath/bn_mp_sub.c.
Changes to libtommath/bn_mp_sub_d.c.
Changes to libtommath/bn_mp_submod.c.
Changes to libtommath/bn_mp_to_signed_bin.c.
Changes to libtommath/bn_mp_to_signed_bin_n.c.
Changes to libtommath/bn_mp_to_unsigned_bin.c.
Changes to libtommath/bn_mp_to_unsigned_bin_n.c.
Changes to libtommath/bn_mp_toom_mul.c.
Changes to libtommath/bn_mp_toom_sqr.c.
Changes to libtommath/bn_mp_toradix.c.
Changes to libtommath/bn_mp_toradix_n.c.
Changes to libtommath/bn_mp_unsigned_bin_size.c.
Changes to libtommath/bn_mp_xor.c.
Changes to libtommath/bn_mp_zero.c.
Changes to libtommath/bn_prime_tab.c.
Changes to libtommath/bn_reverse.c.
Changes to libtommath/bn_s_mp_add.c.
Changes to libtommath/bn_s_mp_exptmod.c.
Changes to libtommath/bn_s_mp_mul_digs.c.
Changes to libtommath/bn_s_mp_mul_high_digs.c.
Changes to libtommath/bn_s_mp_sqr.c.
Changes to libtommath/bn_s_mp_sub.c.
Changes to libtommath/bncore.c.
Changes to libtommath/booker.pl.
Changes to libtommath/callgraph.txt.
Changes to libtommath/changes.txt.
Changes to libtommath/demo/demo.c.
Changes to libtommath/demo/timing.c.
Changes to libtommath/dep.pl.
Changes to libtommath/etc/2kprime.c.
Changes to libtommath/etc/drprime.c.
Changes to libtommath/etc/mersenne.c.
Changes to libtommath/etc/mont.c.
Changes to libtommath/etc/pprime.c.
Changes to libtommath/etc/tune.c.
Changes to libtommath/gen.pl.
Changes to libtommath/makefile.
Changes to libtommath/makefile.bcc.
Changes to libtommath/makefile.cygwin_dll.
Changes to libtommath/makefile.icc.
Changes to libtommath/makefile.msvc.
Changes to libtommath/makefile.shared.
Changes to libtommath/mtest/logtab.h.
Changes to libtommath/mtest/mpi-config.h.
Changes to libtommath/mtest/mpi-types.h.
Changes to libtommath/mtest/mpi.c.
Changes to libtommath/mtest/mpi.h.
Changes to libtommath/mtest/mtest.c.
Changes to libtommath/pre_gen/mpi.c.
Changes to libtommath/tommath.h.
Changes to libtommath/tommath.out.
Changes to libtommath/tommath.src.
Changes to libtommath/tommath.tex.
Changes to libtommath/tommath_class.h.
Added libtommath/tommath_private.h.
Changes to libtommath/tommath_superclass.h.
Changes to macosx/Tcl.xcode/project.pbxproj.
Changes to macosx/Tcl.xcodeproj/project.pbxproj.
Changes to unix/Makefile.in.
Changes to win/Makefile.in.
Changes to win/makefile.vc.