summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start building this branch with Travis. See how far we getjan.nijtmans2018-11-011-0/+145
|\
| * Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile ↵jan.nijtmans2018-10-311-14/+68
| | | | | | | | only, no unit-test yet)
* | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-017-720/+0
| | | | | | This has long been creating more problems than it solves.
* | Merge 8.5jan.nijtmans2018-10-305-10/+56
|\ \ | |/
| * Add support for DragonFlyjan.nijtmans2018-10-302-4/+4
| |
| * Add support for TIP #494 to registry and dde. Only effective when compiled ↵jan.nijtmans2018-10-303-6/+52
| | | | | | | | | | against Tcl 9.0 headers. This way we can keep the source-code for those extensions 100% equal in all branches. Work-around for gcc warning in tclWinFile.c. Discovered by Travis CI.
* | merge-markjan.nijtmans2018-10-290-0/+0
|\ \ | |/
| * squelch some warnings on higher Visual Studio versions: we are not going to ↵jan.nijtmans2018-10-291-0/+2
| | | | | | | | bother on this any more.
* | [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
| |/
* | 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
| | |
* | | 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
* | | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-223-5/+5
| | |
* | | Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be ↵jan.nijtmans2018-10-191-0/+12
| | | | | | | | | | | | used by Tk 8.7 when linked against Tcl 8.6
* | | Added another test case. This one is OK.dkf2018-10-191-0/+16
| | |
* | | Make the object mutation operation as unrestricted as possible.dkf2018-10-185-42/+192
|\ \ \
| * | | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-185-48/+101
| | | |
| * | | Tests for advanced object mutation issues.dkf2018-10-182-1/+98
| | | |
* | | | Update TZ info to tzdata2018f.José Ignacio Marín2018-10-1810-386/+427
|/ / /
* | | Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-175-20/+41
|\ \ \ | |/ / | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6.
| * | Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-174-14/+13
| | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then (it gives "1", but "10" was expected)
* | | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).dgp2018-10-173-5/+2
| | | | | | | | | Let the test file that needs the constraint define it with existing facilities.
* | | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the olderdgp2018-10-171-1/+1
| | | | | | | | | | | | HFS+ filesystem is in use, often on disk drives in older systems. It appears to fail when APFS is in use, more typical on newer SSD storage.
* | | Backport test fix.dgp2018-10-171-10/+10
| | |
* | | Use the 4 argument form of [makeFile].dgp2018-10-091-2/+3
| | |
* | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵dkf2018-10-091-5/+4
|\ \ \ | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases).
| * | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵sebres2018-10-091-5/+4
| | | | | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases).
* | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize ↵jan.nijtmans2018-10-072-8/+20
| | | | | | | | | | | | | | | | DString, and let it return NULL when imput is NULL. That's what seem to assume the callers.