summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missing bit of interp->result deprecation.dgp2020-01-061-0/+2
* Remove "new in 8.6" marks from the docs in the 8.7 branch.dgp2020-01-0618-80/+0
* remove 'new in 8.5' marks in docsdgp2020-01-061-2/+0
|\
| * Remove the "new in 8.5" markings from the 8.6 branch of docs.dgp2020-01-061-2/+0
| * Merge-markjan.nijtmans2020-01-060-0/+0
| |\
| | * (cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to ...jan.nijtmans2020-01-061-1/+1
* | | Fix typo: "==" -> "="jan.nijtmans2020-01-062-2/+2
* | | Merge 8.6jan.nijtmans2020-01-067-36/+47
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-01-062-2/+0
| |\ \ | | |/
| | * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-064-6/+22
| * | Tcl_TransferResult was new in 8.6, so mark the man page with that version.dgp2020-01-051-1/+1
| * | formatting typo and rewritedgp2020-01-051-2/+2
| * | Rewrite: lead paragraph with name of documented routine.dgp2020-01-051-6/+8
| * | Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-054-33/+29
| * | Add a test for issue [9128866ec8], encoding fails to loadpooryorick2020-01-041-0/+15
* | | merge 8.6pooryorick2020-01-041-1/+1
|\ \ \ | |/ /
| * | Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc.pooryorick2020-01-041-1/+1
* | | Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
|\ \ \ | |/ /
| * | Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
| |\ \ | | |/
| | * Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
* | | Fixed index linedkf2019-12-301-1/+1
* | | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-272-36/+172
|\ \ \ | |/ /
| * | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-272-36/+172
| |\ \ | | |/
| | * Merge changes to deal with integer overflow in the exponent, and floating poi...Kevin B Kenny2019-12-272-31/+167
| | |\
| | | * Add test cases that used to cause floating point overflow in computing the co...Kevin B Kenny2019-12-262-31/+110
| | | * Fix parsing bug when (numSigDigs == 0).dgp2019-12-232-5/+5
| | | * Assign a double literal to a double variable. No point in requiring conversion.dgp2019-12-221-1/+1
| | | * Tests for another parsing bug.dgp2019-12-221-0/+7
| | | * Tests demonstrating the number parsing overflow bugs.dgp2019-12-211-0/+50
| | |/
* | | Add FALLTHRU markers, eliminating gcc warning using -Wextrajan.nijtmans2019-12-242-0/+3
* | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-243-0/+13
* | | Make definition of struct mp_int EXACTLY the same as the one in the (modified...jan.nijtmans2019-12-241-1/+3
* | | Put our own included (-I) directories before directories coming in though CFL...jan.nijtmans2019-12-242-5/+5
* | | Merge 8.6jan.nijtmans2019-12-231-2/+2
|\ \ \ | |/ /
| * | Fix for building Cygwin using Clang.jan.nijtmans2019-12-231-2/+2
* | | Merge 8.6jan.nijtmans2019-12-231-3/+3
|\ \ \ | |/ /
| * | Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2)jan.nijtmans2019-12-231-3/+3
* | | Merge 8.6jan.nijtmans2019-12-223-18/+7
|\ \ \ | |/ /
| * | Minor optimization in TclFormatInt: No need to check for "0" as special value...jan.nijtmans2019-12-221-18/+5
| * | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-202-0/+2
* | | Update travis build fro xcode11 to xcode11.3 as highest platformjan.nijtmans2019-12-201-4/+4
* | | Merge 8.6jan.nijtmans2019-12-191-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-12-191-1/+1
| |\ \ | | |/
| | * Add type-cast, making sure that the unary minus is handled correctly on any c...jan.nijtmans2019-12-191-1/+1
* | | Merge 8.6jan.nijtmans2019-12-191-15/+4
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-12-191-15/+4
| |\ \ | | |/
| | * Better fix for [3390638]: making the intVal variable unsigned prevents the ne...jan.nijtmans2019-12-161-15/+4
| | * Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. Di...jan.nijtmans2019-12-162-4/+5
* | | Merge 8.6jan.nijtmans2019-12-142-6/+24
|\ \ \ | |/ /
| * | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet)jan.nijtmans2019-12-142-6/+24