| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing bit of interp->result deprecation. | dgp | 2020-01-06 | 1 | -0/+2 |
|
|
* | Remove "new in 8.6" marks from the docs in the 8.7 branch. | dgp | 2020-01-06 | 18 | -80/+0 |
|
|
* | remove 'new in 8.5' marks in docs | dgp | 2020-01-06 | 1 | -2/+0 |
|\ |
|
| * | Remove the "new in 8.5" markings from the 8.6 branch of docs. | dgp | 2020-01-06 | 1 | -2/+0 |
|
|
| * | Merge-mark | jan.nijtmans | 2020-01-06 | 0 | -0/+0 |
| |\ |
|
| | * | (cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to ... | jan.nijtmans | 2020-01-06 | 1 | -1/+1 |
|
|
* | | | Fix typo: "==" -> "=" | jan.nijtmans | 2020-01-06 | 2 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-01-06 | 7 | -36/+47 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2020-01-06 | 2 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Don't assume/set LDFLAGS being "", it could be set on the "configure" command... | jan.nijtmans | 2020-01-06 | 4 | -6/+22 |
|
|
| * | | Tcl_TransferResult was new in 8.6, so mark the man page with that version. | dgp | 2020-01-05 | 1 | -1/+1 |
|
|
| * | | formatting typo and rewrite | dgp | 2020-01-05 | 1 | -2/+2 |
|
|
| * | | Rewrite: lead paragraph with name of documented routine. | dgp | 2020-01-05 | 1 | -6/+8 |
|
|
| * | | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 4 | -33/+29 |
|
|
| * | | Add a test for issue [9128866ec8], encoding fails to load | pooryorick | 2020-01-04 | 1 | -0/+15 |
|
|
* | | | merge 8.6 | pooryorick | 2020-01-04 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. | pooryorick | 2020-01-04 | 1 | -1/+1 |
|
|
* | | | 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 |
|
|
* | | | Fixed index line | dkf | 2019-12-30 | 1 | -1/+1 |
|
|
* | | | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 2 | -36/+172 |
|\ \ \
| |/ / |
|
| * | | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 2 | -36/+172 |
| |\ \
| | |/ |
|
| | * | Merge changes to deal with integer overflow in the exponent, and floating poi... | Kevin B Kenny | 2019-12-27 | 2 | -31/+167 |
| | |\ |
|
| | | * | Add test cases that used to cause floating point overflow in computing the co... | Kevin B Kenny | 2019-12-26 | 2 | -31/+110 |
|
|
| | | * | Fix parsing bug when (numSigDigs == 0). | dgp | 2019-12-23 | 2 | -5/+5 |
|
|
| | | * | Assign a double literal to a double variable. No point in requiring conversion. | dgp | 2019-12-22 | 1 | -1/+1 |
|
|
| | | * | Tests for another parsing bug. | dgp | 2019-12-22 | 1 | -0/+7 |
|
|
| | | * | Tests demonstrating the number parsing overflow bugs. | dgp | 2019-12-21 | 1 | -0/+50 |
| | |/ |
|
* | | | Add FALLTHRU markers, eliminating gcc warning using -Wextra | jan.nijtmans | 2019-12-24 | 2 | -0/+3 |
|
|
* | | | More progress in making clang build on Cygwin warning-free | jan.nijtmans | 2019-12-24 | 3 | -0/+13 |
|
|
* | | | Make definition of struct mp_int EXACTLY the same as the one in the (modified... | jan.nijtmans | 2019-12-24 | 1 | -1/+3 |
|
|
* | | | Put our own included (-I) directories before directories coming in though CFL... | jan.nijtmans | 2019-12-24 | 2 | -5/+5 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix for building Cygwin using Clang. | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-12-23 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2) | jan.nijtmans | 2019-12-23 | 1 | -3/+3 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-12-22 | 3 | -18/+7 |
|\ \ \
| |/ / |
|
| * | | Minor optimization in TclFormatInt: No need to check for "0" as special value... | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
|
|
| * | | Prevent double definition of MODULE_SCOPE on Darwin | jan.nijtmans | 2019-12-20 | 2 | -0/+2 |
|
|
* | | | Update travis build fro xcode11 to xcode11.3 as highest platform | jan.nijtmans | 2019-12-20 | 1 | -4/+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 |
|
|
| | * | Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. Di... | jan.nijtmans | 2019-12-16 | 2 | -4/+5 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-12-14 | 2 | -6/+24 |
|\ \ \
| |/ / |
|
| * | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) | jan.nijtmans | 2019-12-14 | 2 | -6/+24 |
|
|