| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 | dgp | 2020-01-06 | 1 | -1/+0 |
|\ |
|
| * | Missing bit of interp->result deprecation. | dgp | 2020-01-06 | 1 | -0/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-01-06 | 3 | -22/+16 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-01-06 | 3 | -22/+16 |
| |\ |
|
| | * | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 3 | -22/+16 |
|
|
* | | | merge core-8-branch, restore the build by providing a copysign replacement fo... | fvogel | 2020-01-02 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Restore the build by providing a copysign replacement for old MSVC versions. | fvogel | 2020-01-02 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | Restore the build by providing a copysign replacement for old MSVC versions. | fvogel | 2020-01-02 | 1 | -0/+12 |
| | |\ |
|
| | | * | Restore the build by providing a copysign replacement for old MSVC versions. | fvogel | 2020-01-02 | 1 | -0/+12 |
|
|
* | | | | Remove TclInitCompiledLocals(), internal routine marked deprecated in 8.5+. | dgp | 2019-12-30 | 4 | -59/+9 |
|
|
* | | | | Merge Tcl 8.7 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -36/+106 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -36/+106 |
| |\ \ \
| | |/ / |
|
| | * | | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -36/+106 |
| | |\ \
| | | |/ |
|
| | | * | Add test cases that used to cause floating point overflow in computing the co... | Kevin B Kenny | 2019-12-26 | 1 | -31/+101 |
|
|
| | | * | Fix parsing bug when (numSigDigs == 0). | dgp | 2019-12-23 | 1 | -4/+4 |
|
|
| | | * | Assign a double literal to a double variable. No point in requiring conversion. | dgp | 2019-12-22 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-24 | 2 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Add FALLTHRU markers, eliminating gcc warning using -Wextra | jan.nijtmans | 2019-12-24 | 2 | -0/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-24 | 1 | -1/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Make definition of struct mp_int EXACTLY the same as the one in the (modified... | jan.nijtmans | 2019-12-24 | 1 | -1/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Minor optimization in TclFormatInt: No need to check for "0" as special value... | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Add type-cast, making sure that the unary minus is handled correctly on any c... | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
| | |\ \
| | | |/ |
|
| | | * | Better fix for [3390638]: making the intVal variable unsigned prevents the ne... | jan.nijtmans | 2019-12-16 | 1 | -15/+4 |
|
|
| | | * | Exclude some test-cases with possible timing problems on Windows. Double ;; i... | jan.nijtmans | 2019-12-06 | 1 | -1/+1 |
|
|
| | | * | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 3 | -0/+83 |
|
|
| | * | | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr... | jan.nijtmans | 2019-12-12 | 3 | -15/+48 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Optimize mp_mul for the case a==b | jan.nijtmans | 2019-12-13 | 1 | -0/+3 |
|
|
* | | | | Fix [435acb846c]: libtommath - missing declarations | jan.nijtmans | 2019-12-13 | 1 | -0/+4 |
|
|
* | | | | More tweaks to libtommath functions signatures: No need any more to stay bina... | jan.nijtmans | 2019-12-13 | 3 | -152/+51 |
|
|
* | | | | Remove deprecated libtommath stub entries | jan.nijtmans | 2019-12-13 | 3 | -88/+32 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 20 | -1281/+396 |
|\ \ \ \
| |/ / / |
|
| * | | | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 20 | -1321/+365 |
| |\ \ \ |
|
| | * \ \ | Merge 8.7 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| | |\ \ \ |
|
| | * | | | | Tweak visibility of some libtommath symbols and add --with-system-libtommath ... | jan.nijtmans | 2019-11-25 | 2 | -10/+31 |
|
|
| | * | | | | Merge 8.7 rc branch | jan.nijtmans | 2019-11-23 | 1 | -2/+2 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | Fix typo in tclTestObj.c | jan.nijtmans | 2019-11-20 | 5 | -26/+26 |
|
|
| | * | | | | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though... | jan.nijtmans | 2019-11-18 | 6 | -29/+41 |
| | |\ \ \ \ |
|
| | * | | | | | Formatting | jan.nijtmans | 2019-11-18 | 1 | -23/+23 |
|
|
| | * | | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o... | jan.nijtmans | 2019-11-18 | 2 | -2/+6 |
|
|
| | * | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 5 | -19/+8 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-15 | 5 | -30/+28 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-13 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |
|