| Commit message (Expand) | Author | Age | Files | Lines |
* | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it... | jan.nijtmans | 2019-10-29 | 4 | -14/+10 |
|
|
* | Merge 8.6 | jan.nijtmans | 2019-10-28 | 1 | -0/+4 |
|\ |
|
| * | Put back tests/fileSystemEncoding.test, but now don't run it on Windows, sinc... | jan.nijtmans | 2019-10-28 | 1 | -0/+4 |
|
|
* | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from... | jan.nijtmans | 2019-10-28 | 10 | -84/+230 |
|
|
* | | Remove (temporaryly) tests/fileSystemEncoding.test, since the bug is not fixe... | jan.nijtmans | 2019-10-28 | 0 | -0/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-28 | 4 | -8/+6 |
|\ \
| |/ |
|
| * | Close fork, and temporary remove tests/fileSystemEncoding.test, since apparen... | jan.nijtmans | 2019-10-28 | 3 | -6/+4 |
| |\ |
|
| | * | Remove /System from auto_path on macOS because Apple has deprecated its own a... | Kevin Walzer | 2019-10-25 | 3 | -13403/+4945 |
|
|
| * | | Documentation change for auto_path on macOS | Kevin Walzer | 2019-10-27 | 1 | -2/+2 |
|
|
| * | | Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir. | pooryorick | 2019-10-26 | 2 | -1/+81 |
|
|
| * | | Fix for [bcd100410465], stale cached file FsPath object | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
* | | | Test for [bcd100410465] and add ::tcltests::tempdir. | pooryorick | 2019-10-26 | 2 | -2/+82 |
|
|
* | | | More simple fix for [bcd100410465], stale cached file FsPath object. | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
* | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 14 | -140/+58 |
|
|
* | | | Merge 8.6. | jan.nijtmans | 2019-10-25 | 6 | -39/+29 |
|\ \ \
| |/ / |
|
| * | | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 5 | -35/+29 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-24 | 3 | -24/+16 |
|\ \
| |/ |
|
| * | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 3 | -17/+10 |
|
|
* | | Reference registry 1.3.3 -> 1.3.4 | jan.nijtmans | 2019-10-24 | 1 | -1/+1 |
|
|
* | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ... | jan.nijtmans | 2019-10-24 | 7 | -155/+167 |
|
|
* | | Backout [0f2870649c804dd8], since testcase encoding-2.2 fails | jan.nijtmans | 2019-10-24 | 6 | -80/+14 |
|\ \
| |/ |
|
| * | merge-mark | jan.nijtmans | 2019-10-24 | 0 | -0/+0 |
| |\ |
|
| | * | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 3 | -0/+83 |
|
|
* | | | merge-mark | jan.nijtmans | 2019-10-23 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 3 | -19/+13 |
|
|
* | | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec... | jan.nijtmans | 2019-10-23 | 8 | -41/+35 |
|
|
* | | | Fix gcc warning, also introduced by [0f2870649c804dd8] | jan.nijtmans | 2019-10-23 | 1 | -2/+1 |
|
|
* | | | Fix possible gcc warnings. Also indicate dummy parameters as "dummy" | jan.nijtmans | 2019-10-23 | 1 | -18/+20 |
|
|
* | | | Merge 8.6. | jan.nijtmans | 2019-10-23 | 10 | -25/+164 |
|\ \ \
| |/ / |
|
| * | | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 9 | -11/+60 |
|
|
| * | | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS | jan.nijtmans | 2019-10-22 | 2 | -17/+134 |
|
|
* | | | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail... | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|
|
* | | | Fix for [bcd1004104] | pooryorick | 2019-10-22 | 5 | -13/+79 |
|\ \ \ |
|
* | | | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u... | jan.nijtmans | 2019-10-22 | 6 | -75/+116 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 230 | -7268/+7246 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Update to latest libtommath, version 1.2.0 | jan.nijtmans | 2019-10-22 | 220 | -7160/+7183 |
| |\ \ \ |
|
| | * \ \ | Merge libtommath 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * \ \ | Merge libtommath 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
| | | |\ \ \ |
|
| | | | * | | | Update libtommath to v1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|
|
| | * | | | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 13 | -250/+428 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 8 | -10/+17 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | Update libtommath to v1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 8 | -10/+17 |
|
|
| | * | | | | | Update tclTomMath.h with changes from tommath.h | jan.nijtmans | 2019-10-18 | 1 | -35/+48 |
|
|
| | * | | | | | Merge latest libtommath changes (will be release 1.2.0) | jan.nijtmans | 2019-10-18 | 7 | -12/+13 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Merge libtommath | jan.nijtmans | 2019-10-18 | 6 | -11/+13 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | update libtommath to v1.2.0-rc2, with a few additional fixes. | jan.nijtmans | 2019-10-18 | 6 | -11/+13 |
|
|
| | * | | | | | Disable warning C4003 on MSVC, since it gives a false warning in libtommath. | jan.nijtmans | 2019-10-18 | 1 | -0/+1 |
|
|
| | * | | | | | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 8 | -23/+20 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Put back MP_CALLOC, since it's going to stay in libtommath | jan.nijtmans | 2019-10-17 | 8 | -23/+19 |
|
|
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 211 | -6647/+6996 |
| | |\ \ \ \ \ \
| | | | |/ / / / |
|