Tcl Source Code

Check-in [0fda504644]
Login

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

Overview
Comment:Merge 8.7
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tommath-refactor
Files: files | file ages | folders
SHA3-256: 0fda504644221902f648b3dcf0b457297ef0b89981510fbd403b89562bed4c52
User & Date: jan.nijtmans 2019-03-08 20:40:49.134
Context
2019-03-08
20:44
Fix bug in mp_set_bit(), not affecting Tcl adtually (returning MP_VAL for some valid input) check-in: 26182f50b2 user: jan.nijtmans tags: tommath-refactor
20:40
Merge 8.7 check-in: 0fda504644 user: jan.nijtmans tags: tommath-refactor
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
2019-02-27
22:45
merge core-8-branch check-in: 6331f74415 user: jan.nijtmans tags: tommath-refactor
Changes
Unified Diff Side-by-Side Diff Patch
Changes to .fossil-settings/ignore-glob.
Changes to .travis.yml.
Added doc/timerate.n.
Changes to generic/regc_locale.c.
Changes to generic/tclBasic.c.
Changes to generic/tclClock.c.
Changes to generic/tclCmdMZ.c.
Changes to generic/tclCompExpr.c.
Changes to generic/tclEnv.c.
Changes to generic/tclExecute.c.
Changes to generic/tclIndexObj.c.
Changes to generic/tclInt.h.
Changes to generic/tclLink.c.
Changes to generic/tclLiteral.c.
Changes to generic/tclPkg.c.
Changes to generic/tclScan.c.
Changes to generic/tclStrToD.c.
Changes to generic/tclStringObj.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclTest.c.
Changes to generic/tclTestObj.c.
Changes to generic/tclTestProcBodyObj.c.
Changes to generic/tclTomMath.decls.
Changes to generic/tclTomMathDecls.h.
Changes to generic/tclUniData.c.
Changes to generic/tclUtf.c.
Changes to generic/tclUtil.c.
Changes to generic/tclVar.c.
Changes to library/init.tcl.
Changes to macosx/tclMacOSXFCmd.c.
Added tests-perf/clock.perf.tcl.
Added tests-perf/test-performance.tcl.
Added tests-perf/timer-event.perf.tcl.
Changes to tests/cmdMZ.test.
Changes to tests/proc.test.
Changes to tools/tcltk-man2html-utils.tcl.
Changes to unix/Makefile.in.
Changes to unix/tclUnixTime.c.
Changes to win/Makefile.in.
Changes to win/makefile.vc.
Changes to win/nmakehlp.c.
Changes to win/rules.vc.
Changes to win/tclWinTime.c.