Tcl Source Code

Changes On Branch tommath-refactor
Login

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

Changes In Branch tommath-refactor Excluding Merge-Ins

This is equivalent to a diff from 515a22d41d to cd427db76c

2019-03-17
22:16
For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the value of TCL_UTF_MAX. D... check-in: 82477e9d3a user: jan.nijtmans tags: core-8-branch
2019-03-16
21:16
Merge 8.7 Closed-Leaf check-in: cd427db76c user: jan.nijtmans tags: tommath-refactor
21:10
Merge 8.7 Move up some stub entries related to Tcl_UniChar Use TCL_UTF_MAX=4 for full Unicode in ste... check-in: 81502a66ed user: jan.nijtmans tags: utf-max
2019-03-15
21:17
Merge 8.7 check-in: 3dcb7571f5 user: jan.nijtmans tags: trunk
20:52
Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommath itself does) Make Tcl... check-in: 515a22d41d user: jan.nijtmans tags: core-8-branch
2019-03-14
20:01
merge-mark check-in: 4990c65285 user: jan.nijtmans tags: tommath-refactor
19:52
Make internal libtommath stub entries deprecated: Those are not supposed to be called in extensions check-in: 99c1ed4d8a user: jan.nijtmans tags: core-8-branch

Changes to generic/tclStubInit.c.

Changes to generic/tclTomMath.decls.

Changes to generic/tclTomMath.h.

Changes to generic/tclTomMathDecls.h.

Changes to generic/tclTomMathInterface.c.

Changes to libtommath/bn_fast_s_mp_sqr.c.

Changes to libtommath/bn_mp_get_bit.c.

Changes to libtommath/bn_mp_get_double.c.

Changes to libtommath/bn_mp_get_int.c.

Changes to libtommath/bn_mp_get_long.c.

Changes to libtommath/bn_mp_get_long_long.c.

Changes to libtommath/bn_mp_is_square.c.

Changes to libtommath/bn_mp_rand.c.

Changes to libtommath/bn_mp_set_double.c.

Changes to libtommath/bn_mp_set_int.c.

Changes to libtommath/bn_mp_set_long_long.c.

Changes to libtommath/tommath.h.

Changes to libtommath/tommath_private.h.