Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start building this branch with Travis. See how far we get | jan.nijtmans | 2018-11-01 | 1 | -0/+145 |
|\ | |||||
| * | Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile ↵ | jan.nijtmans | 2018-10-31 | 1 | -14/+68 |
| | | | | | | | | only, no unit-test yet) | ||||
* | | Eliminate fallback attempts when broken strtod() routines are detected. | dgp | 2018-11-01 | 7 | -720/+0 |
| | | | | | | This has long been creating more problems than it solves. | ||||
* | | Merge 8.5 | jan.nijtmans | 2018-10-30 | 5 | -10/+56 |
|\ \ | |/ | |||||
| * | Add support for DragonFly | jan.nijtmans | 2018-10-30 | 2 | -4/+4 |
| | | |||||
| * | Add support for TIP #494 to registry and dde. Only effective when compiled ↵ | jan.nijtmans | 2018-10-30 | 3 | -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-mark | jan.nijtmans | 2018-10-29 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | squelch some warnings on higher Visual Studio versions: we are not going to ↵ | jan.nijtmans | 2018-10-29 | 1 | -0/+2 |
| | | | | | | | | bother on this any more. | ||||
* | | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 6 | -26/+55 |
| | | |||||
* | | merge mark | dgp | 2018-10-29 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | close fork | dgp | 2018-10-29 | 2 | -186/+3 |
| |\ | |||||
| | * | Merge (on-purpose) fork, makeing the merge-mark easier | jan.nijtmans | 2018-10-28 | 1 | -2/+2 |
| | |\ | |||||
| | * | | put back Travis CI build. All merge-marks of previous commit change done. | jan.nijtmans | 2018-10-27 | 3 | -188/+5 |
| | | | | |||||
| * | | | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 7 | -289/+483 |
| | |/ | |/| | |||||
* | | | merge-mark | jan.nijtmans | 2018-10-28 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Missing -DUNICODE in makefile.vc | jan.nijtmans | 2018-10-28 | 1 | -2/+2 |
| |/ | |||||
* | | merge-mark... well ... almost: Except for a missing <include> in tclWinDde.c | jan.nijtmans | 2018-10-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵ | jan.nijtmans | 2018-10-27 | 3 | -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.nijtmans | 2018-10-27 | 6 | -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.nijtmans | 2018-10-27 | 10 | -386/+427 |
| | | |||||
| * | Missed some version bumps in previous commit | jan.nijtmans | 2018-10-27 | 2 | -3/+3 |
| | | |||||
| * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 9 | -355/+580 |
| | | |||||
| * | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 8 | -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. | dkf | 2018-10-23 | 5 | -188/+244 |
| |\ | |||||
| | * | Expand the build matrix | dkf | 2018-10-22 | 1 | -9/+35 |
| | | | |||||
| | * | Disable windows builds. Make test failures fatal. | dkf | 2018-10-21 | 3 | -8/+12 |
| | | | |||||
| | * | Remove old README | dkf | 2018-10-20 | 1 | -185/+0 |
| | | | |||||
| | * | Add local links | dkf | 2018-10-20 | 1 | -10/+10 |
| | | | |||||
| | * | formatting tweak | dkf | 2018-10-20 | 1 | -10/+10 |
| | | | |||||
| | * | formatting tweak | dkf | 2018-10-20 | 1 | -23/+23 |
| | | | |||||
| | * | formatting fix | dkf | 2018-10-20 | 1 | -39/+15 |
| | | | |||||
| | * | Travis CI build | dkf | 2018-10-20 | 2 | -0/+235 |
| | | | |||||
* | | | Update TZ info to tzdata2018g. | José Ignacio Marín | 2018-10-27 | 3 | -440/+101 |
| | | | |||||
* | | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. | jan.nijtmans | 2018-10-26 | 7 | -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.nijtmans | 2018-10-22 | 3 | -5/+5 |
| | | | |||||
* | | | Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be ↵ | jan.nijtmans | 2018-10-19 | 1 | -0/+12 |
| | | | | | | | | | | | | used by Tk 8.7 when linked against Tcl 8.6 | ||||
* | | | Added another test case. This one is OK. | dkf | 2018-10-19 | 1 | -0/+16 |
| | | | |||||
* | | | Make the object mutation operation as unrestricted as possible. | dkf | 2018-10-18 | 5 | -42/+192 |
|\ \ \ | |||||
| * | | | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 5 | -48/+101 |
| | | | | |||||
| * | | | Tests for advanced object mutation issues. | dkf | 2018-10-18 | 2 | -1/+98 |
| | | | | |||||
* | | | | Update TZ info to tzdata2018f. | José Ignacio Marín | 2018-10-18 | 10 | -386/+427 |
|/ / / | |||||
* | | | Fix test-cases running on Windows 10: [string index ↵ | jan.nijtmans | 2018-10-17 | 5 | -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.nijtmans | 2018-10-17 | 4 | -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). | dgp | 2018-10-17 | 3 | -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 older | dgp | 2018-10-17 | 1 | -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. | dgp | 2018-10-17 | 1 | -10/+10 |
| | | | |||||
* | | | Use the 4 argument form of [makeFile]. | dgp | 2018-10-09 | 1 | -2/+3 |
| | | | |||||
* | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵ | dkf | 2018-10-09 | 1 | -5/+4 |
|\ \ \ | | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases). | ||||
| * | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵ | sebres | 2018-10-09 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases). | ||||
* | | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize ↵ | jan.nijtmans | 2018-10-07 | 2 | -8/+20 |
| | | | | | | | | | | | | | | | | DString, and let it return NULL when imput is NULL. That's what seem to assume the callers. |