summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-294-14/+10
* Merge 8.6jan.nijtmans2019-10-281-0/+4
|\
| * Put back tests/fileSystemEncoding.test, but now don't run it on Windows, sinc...jan.nijtmans2019-10-281-0/+4
* | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-2810-84/+230
* | Remove (temporaryly) tests/fileSystemEncoding.test, since the bug is not fixe...jan.nijtmans2019-10-280-0/+0
* | Merge 8.6jan.nijtmans2019-10-284-8/+6
|\ \ | |/
| * Close fork, and temporary remove tests/fileSystemEncoding.test, since apparen...jan.nijtmans2019-10-283-6/+4
| |\
| | * Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-253-13403/+4945
| * | Documentation change for auto_path on macOSKevin Walzer2019-10-271-2/+2
| * | Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir.pooryorick2019-10-262-1/+81
| * | Fix for [bcd100410465], stale cached file FsPath objectpooryorick2019-10-261-0/+1
* | | Test for [bcd100410465] and add ::tcltests::tempdir.pooryorick2019-10-262-2/+82
* | | More simple fix for [bcd100410465], stale cached file FsPath object.pooryorick2019-10-261-0/+1
* | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-2514-140/+58
* | | Merge 8.6. jan.nijtmans2019-10-256-39/+29
|\ \ \ | |/ /
| * | Put #define's in alphabetical order. jan.nijtmans2019-10-255-35/+29
| |/
* | Merge 8.6jan.nijtmans2019-10-243-24/+16
|\ \ | |/
| * Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-243-17/+10
* | Reference registry 1.3.3 -> 1.3.4jan.nijtmans2019-10-241-1/+1
* | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-247-155/+167
* | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-246-80/+14
|\ \ | |/
| * merge-markjan.nijtmans2019-10-240-0/+0
| |\
| | * Add additional (dummy) stub entries in the libtommath stubtablejan.nijtmans2019-10-243-0/+83
* | | merge-markjan.nijtmans2019-10-230-0/+0
|\ \ \ | |/ /
| * | Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-233-19/+13
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-238-41/+35
* | | Fix gcc warning, also introduced by [0f2870649c804dd8]jan.nijtmans2019-10-231-2/+1
* | | Fix possible gcc warnings. Also indicate dummy parameters as "dummy"jan.nijtmans2019-10-231-18/+20
* | | Merge 8.6.jan.nijtmans2019-10-2310-25/+164
|\ \ \ | |/ /
| * | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-239-11/+60
| * | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCSjan.nijtmans2019-10-222-17/+134
* | | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail...jan.nijtmans2019-10-221-1/+1
* | | Fix for [bcd1004104]pooryorick2019-10-225-13/+79
|\ \ \
* | | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-226-75/+116
* | | | Merge 8.6jan.nijtmans2019-10-22230-7268/+7246
|\ \ \ \ | | |/ / | |/| |
| * | | Update to latest libtommath, version 1.2.0jan.nijtmans2019-10-22220-7160/+7183
| |\ \ \
| | * \ \ Merge libtommath 1.2.0jan.nijtmans2019-10-221-1/+1
| | |\ \ \
| | | * \ \ Merge libtommath 1.2.0jan.nijtmans2019-10-221-1/+1
| | | |\ \ \
| | | | * | | Update libtommath to v1.2.0jan.nijtmans2019-10-221-1/+1
| | * | | | | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-2113-250/+428
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-218-10/+17
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Update libtommath to v1.2.0-rc3jan.nijtmans2019-10-218-10/+17
| | * | | | | Update tclTomMath.h with changes from tommath.hjan.nijtmans2019-10-181-35/+48
| | * | | | | Merge latest libtommath changes (will be release 1.2.0)jan.nijtmans2019-10-187-12/+13
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge libtommathjan.nijtmans2019-10-186-11/+13
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | update libtommath to v1.2.0-rc2, with a few additional fixes.jan.nijtmans2019-10-186-11/+13
| | * | | | | Disable warning C4003 on MSVC, since it gives a false warning in libtommath.jan.nijtmans2019-10-181-0/+1
| | * | | | | Merge some libtommath changes (mainly additon of MP_CALLOC)jan.nijtmans2019-10-178-23/+20
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Put back MP_CALLOC, since it's going to stay in libtommathjan.nijtmans2019-10-178-23/+19
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-17211-6647/+6996
| | |\ \ \ \ \ \ | | | | |/ / / /