Tcl Source Code

Changes On Branch libtommath-1.0.1
Login

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

Changes In Branch libtommath-1.0.1 Excluding Merge-Ins

This is equivalent to a diff from 238a21ce95 to 3617735687

2017-08-29
20:45
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk
20:43
Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1
20:39
libtommath 1.0.1 check-in: bbc944c5d3 user: jan.nijtmans tags: libtommath
20:25
libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1
09:25
merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk
09:24
(cherry-pick): Fix [b50fb214] : exec redirection to append ... check-in: 520999f475 user: jan.nijtmans tags: core-8-6-branch
2017-08-24
16:56
Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk

Changes to generic/tclTomMath.h.

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_export.c.

Changes to libtommath/bn_mp_expt_d.c.

Changes to 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_import.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_n_root_ex.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_set_long.c.

Changes to libtommath/bn_mp_set_long_long.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/tommath.h.

Changes to libtommath/tommath_class.h.

Changes to libtommath/tommath_private.h.

Changes to libtommath/tommath_superclass.h.

Changes to tools/fix_tommath_h.tcl.