summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge markdgp2018-10-290-0/+0
|\
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-296-26/+55
| |
| * merge markdgp2018-10-290-0/+0
| |\
| | * close forkdgp2018-10-292-186/+3
| | |\
| | | * Merge (on-purpose) fork, makeing the merge-mark easierjan.nijtmans2018-10-281-2/+2
| | | |\
| | | * | put back Travis CI build. All merge-marks of previous commit change done.jan.nijtmans2018-10-273-188/+5
| | | | |
| | * | | [TIP 525] Backport package tcltest 2.5dgp2018-10-297-289/+483
| | | |/ | | |/|
| * | | merge-markjan.nijtmans2018-10-280-0/+0
| |\ \ \ | | |/ /
| | * | Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
| | |/
* | | [TIP 525] Revise [tcltest::runAllTests] to return indicator of any failure.dgp2018-10-292-3/+5
| | |
* | | [TIP 522] New option "-errorCode" to [tcltest::test] in tcltest 2.5dgp2018-10-2910-46/+67
|\ \ \
| * | | Request the tcltest version that provides the testing facilities used.dgp2018-10-244-5/+5
| | | |
| * | | Cleanuppspjuth2018-10-231-7/+6
| | | |
| * | | Updated tests to exercise new feature.pspjuth2018-10-225-24/+16
| | | |
| * | | Documentation and revision bump for tip 522pspjuth2018-10-225-10/+22
| | | |
| * | | Implement TIP 522, Test error codes with Tcltestpspjuth2018-10-221-10/+28
| | | |
* | | | Merge 8.6jan.nijtmans2018-10-271-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | merge-mark... well ... almost: Except for a missing <include> in tclWinDde.cjan.nijtmans2018-10-271-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵jan.nijtmans2018-10-273-5/+188
| | | | | | | | | | | | | | | | everything else to merge-marked to 8.6. Will put it back in the next commit
| | * | Backport various minor issues from 8.6: jan.nijtmans2018-10-276-456/+127
| | | | | | | | | | | | | | | | | | | | | | | | - gcc compiler warning in tclDate.c - protect Tcl_UtfToUniCharDString() from ever reading more than "length" bytes from its input, not even in the case of invalid UTF-8. - update to latest tzdata - fix 2 failing test-cases on MacOSX
| | * | Update to latest tzdata (backported from 8.6)jan.nijtmans2018-10-2710-386/+427
| | | |
| | * | Missed some version bumps in previous commitjan.nijtmans2018-10-272-3/+3
| | | |
| | * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-279-355/+580
| | | |
| | * | Backport "registry" version 1.3.3, so all active branches now have the same ↵jan.nijtmans2018-10-248-477/+519
| | | | | | | | | | | | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
| | * | Enable CI builds with Travis.dkf2018-10-235-188/+244
| | |\ \
| | | * | Expand the build matrixdkf2018-10-221-9/+35
| | | | |
| | | * | Disable windows builds. Make test failures fatal.dkf2018-10-213-8/+12
| | | | |
| | | * | Remove old READMEdkf2018-10-201-185/+0
| | | | |
| | | * | Add local linksdkf2018-10-201-10/+10
| | | | |
| | | * | formatting tweakdkf2018-10-201-10/+10
| | | | |
| | | * | formatting tweakdkf2018-10-201-23/+23
| | | | |
| | | * | formatting fixdkf2018-10-201-39/+15
| | | | |
| | | * | Travis CI builddkf2018-10-202-0/+235
| | | | |
* | | | | Update TZ info to tzdata2018g.José Ignacio Marín2018-10-273-440/+101
|\ \ \ \ \ | |/ / / /
| * | | | Update TZ info to tzdata2018g.José Ignacio Marín2018-10-273-440/+101
| | | | |
* | | | | Merge 8.6jan.nijtmans2018-10-266-112/+171
|\ \ \ \ \ | |/ / / /
| * | | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-267-170/+178
| | | | | | | | | | | | | | | | | | | | tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version
* | | | | [d1d05d1c7a] Fix bug parsing end-$bignumdgp2018-10-232-121/+114
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | End deprecated acceptance of "e" and "en" as index value. Streamline and comment for clarity and improved merging to tip-445 branch.
| * \ \ \ \ merge 8.7dgp2018-10-232-51/+65
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge libtommath-no-stdint.h branch. Re-generated tclTomMath.hjan.nijtmans2018-10-232-51/+65
|\ \ \ \ \ \
| * | | | | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from ↵jan.nijtmans2018-10-233-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | libtommath, by karel-m.
| | * | | | | Streamline and comment combined routine.dgp2018-10-231-24/+34
| | | | | | |
| | * | | | | rework the logic a bitdgp2018-10-231-30/+27
| | | | | | |
| | * | | | | End the deprecated practice of accepting "e" and "en" as valid index values.dgp2018-10-232-7/+9
| | | | | | |
| | * | | | | Refactor the SetEndOffsetFromAny() routine into its only caller.dgp2018-10-231-102/+59
| | | | | | |
| | * | | | | The "end-offset" type is unregistered. No need for a setFromAnyProc.dgp2018-10-231-21/+9
| | | | | | | | | | | | | | | | | | | | | Remove and simplify.
| | * | | | | merge 8.7dgp2018-10-23152-735/+1233
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | formattingjan.nijtmans2018-10-221-9/+9
| | | | | | |
* | | | | | | Merge changes in libtommath's latest "develop" branchjan.nijtmans2018-10-22145-716/+1215
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update libtommath to latest "develop" branchjan.nijtmans2018-10-22145-717/+1216
| | | | | | |