| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 | dgp | 2020-01-06 | 3 | -123/+2 |
|\ |
|
| * | one more | dgp | 2020-01-06 | 1 | -1/+1 |
|
|
| * | Bring docs up to date with TIP 330 and TIP 336 changes already in Tcl 8.7 | dgp | 2020-01-06 | 2 | -114/+16 |
|
|
* | | 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 | dgp | 2020-01-06 | 19 | -82/+0 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-01-06 | 2 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix typo: "==" -> "=" | jan.nijtmans | 2020-01-06 | 2 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-01-06 | 8 | -37/+48 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | merge core-8-branch, restore the build by providing a copysign replacement fo... | fvogel | 2020-01-02 | 2 | -1/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | 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 | 2 | -36/+172 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
| | | |/ |
|
* | | | | 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 | 4 | -1/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-24 | 2 | -5/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Put our own included (-I) directories before directories coming in though CFL... | jan.nijtmans | 2019-12-24 | 2 | -5/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | 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.7 | jan.nijtmans | 2019-12-23 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|