Tcl Source Code

Check-in [0d77fb2374]
Login

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

Overview
Comment:Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, but will be real function in next libtommath. Bad idea for Tcl to depend on ...
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 0d77fb2374f734e5a36af5038192d0d8b6e474b45067e7d8efaf56f31dac0870
User & Date: jan.nijtmans 2019-03-08 19:54:37.082
Context
2019-03-08
21:27
Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. check-in: 1df1b22fad user: jan.nijtmans tags: core-8-branch
20:40
Merge 8.7 check-in: 0fda504644 user: jan.nijtmans tags: tommath-refactor
20:25
Merge 8.7 check-in: cbdcf1829d user: jan.nijtmans tags: trunk
19:54
Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, bu... check-in: 0d77fb2374 user: jan.nijtmans tags: core-8-branch
14:47
merge 8.6 check-in: 8d5d640832 user: dgp tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclStrToD.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclTestObj.c.
Changes to generic/tclTomMath.decls.
Changes to generic/tclTomMathDecls.h.
Changes to unix/Makefile.in.
Changes to win/Makefile.in.
Changes to win/makefile.vc.