Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
40 check-ins using file win/Makefile.in version dd595ff181
|
2018-10-23
| ||
| 11:12 | Expand the build matrix Closed-Leaf check-in: b1a7b72ac4 user: dkf tags: travis-8.6 | |
|
2018-10-22
| ||
| 13:30 | merge 8.6 check-in: 8361c27c69 user: dgp tags: core-8-6-9-rc | |
|
2018-10-21
| ||
| 10:17 | Disable windows builds. Make test failures fatal. check-in: 051fd3862f user: dkf tags: travis-8.6 | |
|
2018-10-20
| ||
| 21:00 | Convert into a README for 8.6 check-in: fc607516e6 user: dkf tags: travis-8.6 | |
| 20:57 | Working on porting the travis config forward check-in: 7d9474c68f user: dkf tags: travis-8.6 | |
|
2018-10-19
| ||
| 15:51 | Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be used by Tk 8.7 when link... check-in: f727d78283 user: jan.nijtmans tags: core-8-6-branch | |
| 09:59 | Added another test case. This one is OK. check-in: 6c7a814452 user: dkf tags: core-8-6-branch | |
|
2018-10-18
| ||
| 21:40 | Make the object mutation operation as unrestricted as possible. check-in: e4919cf16c user: dkf tags: core-8-6-branch | |
| 21:38 | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. Closed-Leaf check-in: 41c3abeb41 user: dkf tags: fix-oo-mutation | |
| 18:23 | Update TZ info to tzdata2018f. check-in: 9a10412e0d user: jima tags: core-8-6-branch | |
| 14:58 | Tests for advanced object mutation issues. check-in: b28dbc24bf user: dkf tags: fix-oo-mutation | |
|
2018-10-17
| ||
| 19:55 | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the co... check-in: 5fbb107638 user: jan.nijtmans tags: core-8-6-branch | |
| 16:12 | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). Let the test file t... check-in: fb856c43eb user: dgp tags: core-8-6-branch | |
| 16:06 | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, ... check-in: 51f1b3295b user: dgp tags: core-8-6-branch | |
| 16:03 | Backport test fix. check-in: e4a56ecb9a user: dgp tags: core-8-6-branch | |
|
2018-10-15
| ||
| 12:49 | typo check-in: 649c8cfe26 user: dgp tags: rc1, core-8-6-9-rc | |
|
2018-10-11
| ||
| 17:47 | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). Let the test file t... check-in: 679d63e4f6 user: dgp tags: core-8-6-9-rc | |
| 17:17 | More updates to changes file. check-in: e576118ae8 user: dgp tags: core-8-6-9-rc | |
| 11:48 | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older HFS+ filesystem is in use, ... check-in: 9e48ee9cb3 user: dgp tags: core-8-6-9-rc | |
| 11:31 | Update URLs. changes file WIP. check-in: 6019792c8f user: dgp tags: core-8-6-9-rc | |
|
2018-10-10
| ||
| 23:04 | Backport test fix. check-in: a5f5207521 user: dgp tags: core-8-6-9-rc | |
|
2018-10-09
| ||
| 18:27 | merge 8.6 check-in: fae0174e02 user: dgp tags: rc0, core-8-6-9-rc | |
| 18:24 | Use the 4 argument form of [makeFile]. check-in: 85248d5e90 user: dgp tags: core-8-6-branch | |
| 17:55 | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (conditional now, so avo... check-in: 2c4e477519 user: dkf tags: core-8-6-branch | |
| 16:59 | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (conditional now, so avo... Closed-Leaf check-in: b01ec030e9 user: sebres tags: core-8-6-branch-split | |
| 13:51 | merge 8.6 check-in: 6b5cda39f6 user: dgp tags: core-8-6-9-rc | |
|
2018-10-07
| ||
| 20:26 | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString, and let it return NULL... check-in: 2d904bee38 user: jan.nijtmans tags: core-8-6-branch | |
|
2018-10-05
| ||
| 20:54 | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They don't make any assumptio... check-in: 2d625d3ed3 user: jan.nijtmans tags: core-8-6-branch | |
| 19:40 | merge 8.6 check-in: 1e5098bd52 user: dgp tags: core-8-6-9-rc | |
| 19:37 | Bump version numbers for 8.6.9 release. check-in: 2ea5110611 user: dgp tags: core-8-6-9-rc | |
| 19:37 | Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be NULL, but actually it ca... check-in: d07b4b62a1 user: jan.nijtmans tags: core-8-6-branch | |
| 17:20 | Post-TIP 505 editing of [lreplace] documentation. check-in: 5248aa423d user: dgp tags: core-8-6-branch | |
|
2018-10-04
| ||
| 19:22 | In registry, protect "keyName" from being NULL: This actually can lead to crashed (I experienced thi... check-in: e50f377785 user: jan.nijtmans tags: core-8-6-branch | |
|
2018-10-03
| ||
| 19:24 | Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. Tcl_UtfToUniCharDString: ... check-in: 8ba821d1fd user: jan.nijtmans tags: core-8-6-branch | |
|
2018-09-28
| ||
| 18:45 | Another patch contributed by Gustaf Neumann: shifting negative numbers is undefined behavior in the ... check-in: 165586b224 user: jan.nijtmans tags: core-8-6-branch | |
|
2018-09-27
| ||
| 08:19 | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values check-in: 125e27afcc user: dkf tags: core-8-6-branch | |
|
2018-09-25
| ||
| 21:16 | Contributed patch from Gustaf Neumann, preventing problems where "localCachePtr" can be NULL check-in: 4515cab12b user: jan.nijtmans tags: core-8-6-branch | |
|
2018-09-24
| ||
| 16:15 | Silence debugging message in test suite. check-in: 66ab2e7785 user: dgp tags: core-8-6-branch | |
|
2018-09-23
| ||
| 13:27 | Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code c... check-in: 81db707b5c user: jan.nijtmans tags: core-8-6-branch | |
|
2018-09-22
| ||
| 10:20 | Update http version number, and fix some related test-cases check-in: 0af5ddd97c user: jan.nijtmans tags: core-8-6-branch | |