Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
483 check-ins using file win/rules.vc version 73ef80ac2d
|
2020-09-18
| ||
| 17:43 | mark the merge properly; conflicts resolved too check-in: eaf3357136 user: dgp tags: dgp-refactor | |
| 17:38 | Merge [baad702302]. check-in: 7b0ccfb28a user: dgp tags: dgp-refactor | |
| 02:52 | Merge trunk through May 31. check-in: 0f172a8f5a user: dgp tags: dgp-refactor | |
|
2020-06-23
| ||
| 20:40 | zlib.test: replaces tests/assets/zlib.bin with inlined version (creating test file on demand), use t... Closed-Leaf check-in: 6052cf5b32 user: sebres tags: zlib-chan-f70ce1fead | |
| 06:37 | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expansion) and [f70ce1fead] ... check-in: 165b6516ea user: aku tags: zlib-chan-f70ce1fead | |
|
2020-06-22
| ||
| 16:12 | Use the os_unfair_lock in place of OSSpinLock when the minimum build target is newer than OSX 10.12 check-in: 7c6642e5f3 user: culler tags: macOS_hangs | |
|
2020-06-18
| ||
| 20:02 | Sometimes the waitTime needs to be positive to avoid missing channel io events. check-in: 871a455a27 user: culler tags: macOS_hangs | |
|
2020-06-12
| ||
| 11:54 | Let Tcl_GetIntForIndex() handle negative "endValue" values more reasonable. Needed for Tk's "string-... check-in: 5c10bdc61d user: jan.nijtmans tags: strict-index-experiment | |
|
2020-06-11
| ||
| 14:34 | Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is wrong... check-in: 97fe1b341d user: jan.nijtmans tags: core-8-6-branch | |
|
2020-06-08
| ||
| 20:02 | Still ... need to disable C4305 on Win32 (32-bit only) check-in: 01dc630fa5 user: jan.nijtmans tags: trunk | |
| 09:30 | Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN). This is the default wi... check-in: 4215cda119 user: jan.nijtmans tags: core-8-branch | |
| 07:47 | Merge-mark 8.5 (TZ update already done here) Don't try to compile with MINGW32_ in /unix directory. ... check-in: 84850a7b1a user: jan.nijtmans tags: core-8-6-branch | |
|
2020-06-07
| ||
| 22:15 | Code simplification and cleanup check-in: ca8b8183b6 user: culler tags: macOS_hangs | |
| 20:31 | Merge 8.7 check-in: 9a0d15188b user: jan.nijtmans tags: strict-index-experiment | |
| 19:35 | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: It appears this warning... check-in: 1214233eb4 user: jan.nijtmans tags: trunk | |
| 19:11 | If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, not 0 or -1. This result... check-in: e436e10650 user: jan.nijtmans tags: core-8-branch | |
|
2020-06-06
| ||
| 21:23 | Address macOS hangs in Tcl_WaitForEvent. check-in: 7495bd2a44 user: culler tags: macOS_hangs | |
| 21:19 | Fix Travis build for Windows in debug mode. check-in: 1a08ea0157 user: jan.nijtmans tags: trunk | |
| 08:02 | Update TZ info to tzdata2020a. check-in: bfd3b9d404 user: jima tags: trunk | |
| 08:01 | Update TZ info to tzdata2020a. check-in: 78ac12175e user: jima tags: core-8-branch | |
| 07:52 | Update TZ info to tzdata2020a. check-in: 1c47008a7b user: jima tags: core-8-6-branch | |
|
2020-06-05
| ||
| 11:34 | Merge 8.7. Change TclListObjRange() signature, using size_t for index arguments (even though lists i... check-in: facb398c04 user: jan.nijtmans tags: trunk | |
| 11:27 | Improve "end-offset" type such that it can not only handle "end+/-int" format, but "int+/-int" as we... check-in: ce29853f12 user: jan.nijtmans tags: core-8-branch | |
|
2020-06-04
| ||
| 15:19 | Merge trunk check-in: 941bbcbdf4 user: jan.nijtmans tags: novem | |
| 15:15 | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. check-in: baad702302 user: jan.nijtmans tags: trunk | |
| 14:38 | Merge 8.6 check-in: b48be1a169 user: jan.nijtmans tags: core-8-branch | |
|
2020-06-02
| ||
| 17:05 | merge 8.5 check-in: 6256f30f45 user: sebres tags: core-8-6-branch | |
|
2020-05-31
| ||
| 20:29 | Merge 8.7 check-in: b2a3b5c77a user: jan.nijtmans tags: trunk | |
| 20:24 | Make tclTomMath.h usable without tommath.h by defining TCL_NO_TOMMATH_H check-in: 4e9dafc4fe user: jan.nijtmans tags: core-8-branch | |
| 16:38 | Merge 8.7 Closed-Leaf check-in: 56fdece4e7 user: jan.nijtmans tags: jn-index-reform | |
| 00:37 | tip-551 implementation. check-in: 30d9822887 user: griffin tags: trunk | |
|
2020-05-30
| ||
| 23:47 | tip-551 implementation. check-in: 3785bbf5a3 user: griffin tags: core-8-branch | |
|
2020-05-29
| ||
| 20:00 | fixes [75d525d37c]: segfault by server socket transfer (accept proc executed in wrong interpreter); ... Leaf check-in: 455c680c3a user: sebres tags: bug-75d525d37c-sf-chan-transfer | |
| 19:54 | better variant of test (no cycle needed) check-in: 5cfe4de59b user: sebres tags: bug-75d525d37c-sf-chan-transfer | |
| 19:40 | test illustrating [75d525d37c]: segfault by server socket transfer (accept proc executed in wrong in... check-in: 0e2fa18bb9 user: sebres tags: bug-75d525d37c-sf-chan-transfer | |
| 19:02 | no functional changes (closed bracket in comment, lint concerns only) check-in: 739d02d3e1 user: sebres tags: core-8-6-branch | |
| 15:15 | Merge jn-index-reform, and fix some test-cases. check-in: 868f9fc39a user: jan.nijtmans tags: strict-index-experiment | |
| 14:54 | Merge 8.7 check-in: 8b2c19c0e7 user: jan.nijtmans tags: jn-index-reform | |
| 13:36 | Change implementation "charstart", not behaving as "prevchar" any more. Also optimize charend/charst... check-in: 076b766c9c user: jan.nijtmans tags: tip-575 | |
|
2020-05-28
| ||
| 11:44 | Remove nextword/prevword. Rename nextchar/prefchar to charend/charstart, for consistancy with worden... check-in: f610ee7453 user: jan.nijtmans tags: tip-575 | |
| 09:49 | Merge 8.7 check-in: 0d59130065 user: jan.nijtmans tags: trunk | |
| 09:38 | In cookiejar, don't depend on "lrange $pieces 0 -1" doing anything useful. check-in: 517f493711 user: jan.nijtmans tags: core-8-branch | |
| 08:05 | Allow the empty string "" as valid index too, representing "none" check-in: 6974c6eec8 user: jan.nijtmans tags: strict-index-experiment | |
|
2020-05-27
| ||
| 21:11 | clock-iso-2.patch check-in: b29eba8aee user: jan.nijtmans tags: bug-a1bd37b719 | |
| 15:26 | Merge jn-index-reform check-in: 84f8919684 user: jan.nijtmans tags: strict-index-experiment | |
| 15:25 | Merge 8.7 check-in: ffd378b351 user: jan.nijtmans tags: jn-index-reform | |
| 13:58 | Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp with literal T behaves str... check-in: f0ea6d62c1 user: jan.nijtmans tags: bug-a1bd37b719 | |
| 13:21 | Escape the backslash in documentation check-in: 2fea80d5de user: jan.nijtmans tags: core-8-branch | |
| 06:35 | Merge 8.7 check-in: d1045ba3c5 user: jan.nijtmans tags: trunk | |
| 06:31 | Fix documentation for tcl_wordchars/tcl_nonwordchars matching the implementation. See: [f1253530cdd8... check-in: e0aa636f36 user: jan.nijtmans tags: core-8-branch | |
|
2020-05-26
| ||
| 22:42 | Merge 8.7 check-in: 54797b3460 user: jan.nijtmans tags: trunk | |
| 22:21 | Merge 8.6. Add MacOS build using Clang++ check-in: f351d1fef7 user: jan.nijtmans tags: core-8-branch | |
| 21:49 | Merge 8.5 check-in: c792cfeb7f user: jan.nijtmans tags: core-8-6-branch | |
| 21:35 | Fix build check-in: 5625634f92 user: jan.nijtmans tags: strict-index-experiment | |
|
2020-05-25
| ||
| 11:53 | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not thourougly test yet, but ... check-in: 0a46907d56 user: jan.nijtmans tags: tip-575 | |
| 09:48 | Merge-mark check-in: 7fdc440c13 user: jan.nijtmans tags: tip-575 | |
| 09:46 | Merge 8.7 check-in: 383de70ed5 user: jan.nijtmans tags: trunk | |
| 09:32 | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposing this bug. check-in: 2a3709ca18 user: jan.nijtmans tags: core-8-branch | |
| 09:02 | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+FFFF. check-in: 1eec2e52c3 user: jan.nijtmans tags: core-8-6-branch | |
| 07:48 | Fix "string is wordchar" in compiled case handling characters > U+FFFF. Adapt testcase exposing the ... check-in: 66ad29d9c5 user: jan.nijtmans tags: tip-575 | |
|
2020-05-24
| ||
| 22:35 | Merge jn-index-reform branch check-in: 2d1fc5b3d1 user: jan.nijtmans tags: strict-index-experiment | |
| 22:34 | Merge 8.7 check-in: 3184183373 user: jan.nijtmans tags: jn-index-reform | |
| 22:29 | Put back "string bytelength", not _that_ important for this TIP. Document that Tcl_UtfCharComplete(... check-in: f4989d1e8f user: jan.nijtmans tags: tip-575 | |
|
2020-05-23
| ||
| 22:07 | Rewrite "string wordend" to use the Tcl_UniChar array. check-in: 8333c88b3c user: jan.nijtmans tags: tip-575 | |
| 21:51 | Fix testsuite when "string bytelength" doesn't exist. check-in: 56fca3f26d user: jan.nijtmans tags: tip-575 | |
|
2020-05-22
| ||
| 21:28 | Split more "string" functions. New helper function TclUniCharToUCS4(), not used yet but that's the n... check-in: ec03d6f62d user: jan.nijtmans tags: tip-575 | |
| 15:27 | New "string" subcommands: "nextchar", "nextword", "prevchar", "prevword". Not implemented yet (for n... check-in: 04d41e57ba user: jan.nijtmans tags: tip-575 | |
| 14:36 | Merge 8.7 Add function Tcl_UniCharFold(). It's the same as Tcl_UniCharToLower() for now, but that wi... check-in: c338858460 user: jan.nijtmans tags: tip-575 | |
|
2020-05-20
| ||
| 19:12 | Merge 8.7 check-in: 4d5fc5a4f3 user: jan.nijtmans tags: trunk | |
| 19:09 | Adapt some comments, which are not correct for Tcl 8.7 any more check-in: 1203d7b979 user: jan.nijtmans tags: core-8-branch | |
|
2020-05-19
| ||
| 15:42 | Possible simple solution for [4663e0636]: If TCL_NO_TOMMATH_H is defined, tclTomMath.h provides its ... Closed-Leaf check-in: 1baf516ed4 user: jan.nijtmans tags: bug-4663e0636 | |
|
2020-05-18
| ||
| 20:25 | Merge-mark check-in: 4427efd83c user: jan.nijtmans tags: core-8-branch | |
| 20:23 | Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes for lead bytes F0-F5, Tc... check-in: f299c3c546 user: jan.nijtmans tags: core-8-6-branch | |
| 12:48 | Merge 8.7 check-in: 55a7a83f1f user: jan.nijtmans tags: trunk | |
| 12:47 | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is defined), do the tests with t... check-in: 19a0e26fa4 user: jan.nijtmans tags: core-8-branch | |
| 11:51 | Merge 8.7 Closed-Leaf check-in: c933eb1f2d user: jan.nijtmans tags: tip-573 | |
| 10:51 | Merge 8.7. Update documentation check-in: 566357910d user: jan.nijtmans tags: tip-575 | |
| 10:10 | Adapt Tcl_UtfPrev()/Tcl_UtfNext() to be consistant with Tcl_UtfToUniChar() check-in: 6aa676e6bc user: jan.nijtmans tags: tip-573 | |
|
2020-05-14
| ||
| 10:27 | Merge 8.7 check-in: 4654931a26 user: jan.nijtmans tags: trunk | |
| 10:16 | Merge 8.6 check-in: 10e951f190 user: jan.nijtmans tags: core-8-branch | |
| 09:46 | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual bytes of a string sear... check-in: aa6cbf0a7f user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-13
| ||
| 22:07 | Merge 8.7. Further progress with TIP implementation. check-in: afe207f116 user: jan.nijtmans tags: tip-575 | |
| 20:12 | Merge 8.7 check-in: 866174775d user: jan.nijtmans tags: trunk | |
| 19:57 | Sync testcases with 8.6 check-in: 7bddc02e53 user: jan.nijtmans tags: core-8-branch | |
| 17:24 | Merge-mark check-in: a558dbacdf user: jan.nijtmans tags: core-8-6-branch | |
| 16:56 | Merge 8.6 check-in: 4a9267b7a2 user: jan.nijtmans tags: core-8-branch | |
| 16:51 | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes check-in: 2a7beb9d18 user: jan.nijtmans tags: core-8-6-branch | |
| 15:23 | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual bytes of a string sear... Closed-Leaf check-in: 6b8770b300 user: jan.nijtmans tags: prev-next-cleanup | |
| 11:13 | merge 8.5 check-in: 2d6256ffd6 user: sebres tags: core-8-6-branch | |
| 10:19 | One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper. check-in: 2ee35161c1 user: jan.nijtmans tags: core-8-6-branch | |
| 09:17 | Merge 8.7 check-in: f41d248542 user: jan.nijtmans tags: trunk | |
| 09:13 | Merge 8.6 check-in: 28c786908d user: jan.nijtmans tags: core-8-branch | |
| 09:07 | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8] check-in: 07324a311e user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-12
| ||
| 21:22 | Merge 8.7 check-in: ee9f526818 user: jan.nijtmans tags: trunk | |
| 21:17 | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return -1 in that case. check-in: fba6de9b22 user: jan.nijtmans tags: core-8-branch | |
| 19:47 | Merge 8.7 check-in: d513c9b2fd user: jan.nijtmans tags: trunk | |
| 19:41 | Merge 8.6 check-in: 1d587617b0 user: jan.nijtmans tags: core-8-branch | |
| 19:20 | Revert implementation of Tcl_UniCharAtIndex() change done in this commit: [6596c4af31e29b5d]. Just l... check-in: 0418b67de2 user: jan.nijtmans tags: core-8-6-branch | |
| 18:59 | First, experimental implementation of TIP #575. Barely tested, will fail. WIP check-in: d15b9cb99e user: jan.nijtmans tags: tip-575 | |
| 13:53 | Change back implementation of Tcl_UtfAtIndex() to how it was. Update documentation. Closed-Leaf check-in: 9d729bba9a user: jan.nijtmans tags: bug-81242a48c8 | |
| 11:08 | Merge testcase cleanup. Make Tcl_UtfPrev() behave the same for any TCL_UTF_MAX value, since we didn'... Closed-Leaf check-in: b5d4bf440b user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 10:34 | Merge 8.5 check-in: 34050ed15d user: jan.nijtmans tags: core-8-6-branch | |
| 07:26 | Fix "knownBug" utf-4.11. Turns out a few other testcases where still not correct, now they are. Mak... check-in: 8aa5fcb56e user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
|
2020-05-11
| ||
| 12:25 | Merge 8.6. Mark testcase utf-4.11 as "knownBug": this one still doesn't give the right answer. Add t... check-in: aeb46f9ed0 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 11:26 | Merge 8.7 check-in: 89e2216acf user: jan.nijtmans tags: trunk | |
| 11:13 | Merge 8.6 check-in: 35c3be5b22 user: jan.nijtmans tags: core-8-branch | |
| 10:41 | Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian Werner for the Bug rep... check-in: 778543bca7 user: jan.nijtmans tags: core-8-6-branch | |
| 10:18 | Merge 8.6 check-in: 097c064eb4 user: jan.nijtmans tags: core-8-branch | |
| 10:03 | Tweak the Tcl_UtfPrev() implementation for TCL_UTF_MAX=4. This fixes 10 testcases in 4 groups (utf-7... check-in: ae6c7e8b86 user: jan.nijtmans tags: core-8-6-branch | |
| 07:42 | Merge 8.7 check-in: fe9bc8500a user: jan.nijtmans tags: trunk | |
| 07:41 | Merge 8.6 check-in: 6a7f9c3f67 user: jan.nijtmans tags: core-8-branch | |
| 07:39 | occurance -> occurrence. check-in: 1f06b263bc user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-10
| ||
| 20:58 | Demonstration for documentation bug, and suggestion for improved wording. More explanation will foll... check-in: 94b8ef9338 user: jan.nijtmans tags: bug-81242a48c8 | |
| 20:15 | Merge 8.7 check-in: 80b28f70b4 user: jan.nijtmans tags: trunk | |
| 20:11 | Merge 8.6 check-in: 2cff341b8c user: jan.nijtmans tags: core-8-branch | |
| 19:28 | Tweak Invalid() function: No need for "return 0" twice in the function. For start bytes F0-F4, case... check-in: 1c924d98e0 user: jan.nijtmans tags: core-8-6-branch | |
| 13:24 | Merge-mark check-in: 7c4f36bd7f user: jan.nijtmans tags: core-8-branch | |
| 13:10 | Merge bug-31aa44375d branch. Mark encoding-15.5 testcase as "knownBug". Discussion is not over yet, ... check-in: 9185977c43 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-08
| ||
| 15:19 | Rebase to latest core-8-6-branch. Closed-Leaf check-in: 03e4d0a22a user: jan.nijtmans tags: bug-31aa44375d | |
| 14:38 | Merge 8.7 check-in: 8b2eeab7e0 user: jan.nijtmans tags: trunk | |
| 14:30 | Merge 8.6 check-in: f6c43e1c9f user: jan.nijtmans tags: core-8-branch | |
| 14:18 | Merge 8.5 check-in: b3fc054686 user: jan.nijtmans tags: core-8-6-branch | |
| 08:15 | Merge 8.7 check-in: d82f7e9061 user: jan.nijtmans tags: trunk | |
| 08:14 | Merge 8.6 check-in: de5675870e user: jan.nijtmans tags: core-8-branch | |
| 08:09 | More testcases that can run without "testbytestring" constraints. check-in: 8a993ae14f user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-07
| ||
| 22:06 | merge 8.7 check-in: b7293ef281 user: dgp tags: trunk | |
| 21:59 | Merge 8.6 check-in: 6f4a6b90ef user: dgp tags: core-8-branch | |
| 21:52 | Change order of some testcases, matching 8.6 check-in: 9696523bba user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 21:47 | Merge changes from parent branch check-in: 2742b2b00d user: dgp tags: bug-31aa44375d | |
| 21:28 | Merge 8.6 check-in: c59e41ca4e user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 20:50 | close fork check-in: 3278d4c6ea user: dgp tags: core-8-6-branch | |
| 20:44 | merge 8.5 check-in: 46d4cccefe user: dgp tags: core-8-6-branch | |
| 20:36 | Merge 8.5 check-in: 32d28204fe user: jan.nijtmans tags: core-8-6-branch | |
| 19:22 | merge 8.5 check-in: 488d1d5841 user: dgp tags: core-8-6-branch | |
| 18:36 | split and constrain the failing test. check-in: 54933a665c user: dgp tags: bug-31aa44375d | |
| 18:23 | New approach to fixing the regression reported in [31aa44375d] builds on recent reforms. Older effo... check-in: ad31bd7310 user: dgp tags: bug-31aa44375d | |
| 17:02 | merge 8.7 Leaf check-in: 36b40699fe user: dgp tags: bug-ed29806baf-8.7 | |
| 16:44 | merge 8.6 check-in: ea1043c01e user: dgp tags: bug-ed29806baf-8.6 | |
| 14:47 | Merge 8.7 check-in: 63344df549 user: jan.nijtmans tags: trunk | |
| 14:38 | Merge 8.6 check-in: 7dccfe91e3 user: jan.nijtmans tags: core-8-branch | |
| 14:15 | For TCL_UTF_MAX==4: Make sure that Tcl_UtfNext()/Tcl_UtfPrev() never move more than 3 bytes. This is... check-in: 116d4a8943 user: jan.nijtmans tags: core-8-6-branch | |
| 13:37 | Merge 8.6. Some more tweaks to Tcl_UtfPrev(), so it cannot jump back 4 bytes in "utf16" build any mo... check-in: 6f4bdb20da user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 11:18 | Merge 8.7 check-in: 8b50e62328 user: jan.nijtmans tags: trunk | |
| 11:17 | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride option check-in: a368336356 user: jan.nijtmans tags: core-8-branch | |
| 11:09 | Merge 8.7 check-in: 3516a881cf user: jan.nijtmans tags: trunk | |
| 10:56 | Merge 8.6 check-in: 2de70b5bd1 user: jan.nijtmans tags: core-8-branch | |
| 10:09 | Optimize Tcl_UtfToUniCharDString() check-in: 806e1e868c user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-06
| ||
| 21:59 | merge 8.7 check-in: f21991ce1e user: dgp tags: trunk | |
| 21:52 | merge 8.6 check-in: 4d08cde908 user: dgp tags: core-8-branch | |
| 21:44 | another test Leaf check-in: b2483ebbf1 user: dgp tags: bug-e617e8a71a | |
| 21:42 | merge 8.5 check-in: 62362d0caa user: dgp tags: core-8-6-branch | |
| 19:55 | merge 8.7 check-in: 541cffe991 user: dgp tags: trunk | |
| 19:48 | merge 8.6 check-in: bf737b27ba user: dgp tags: core-8-branch | |
| 19:31 | merge 8.5 check-in: 01956c0799 user: dgp tags: core-8-6-branch | |
| 17:11 | Merge-mark check-in: 1e6e026ccf user: jan.nijtmans tags: core-8-branch | |
| 17:10 | Merge 8.5 check-in: c3ba020bba user: jan.nijtmans tags: core-8-6-branch | |
| 13:31 | Merge 8.7 check-in: c990c1d146 user: jan.nijtmans tags: trunk | |
| 13:22 | Merge 8.6 check-in: 918cfd8094 user: jan.nijtmans tags: core-8-branch | |
| 13:14 | Merge 8.5. More usage of UCHAR() macro. check-in: 3f3c0fda44 user: jan.nijtmans tags: core-8-6-branch | |
| 09:44 | Merge 8.7 check-in: 97679b4f1d user: jan.nijtmans tags: tip-573 | |
| 09:28 | Merge 8.7 check-in: 6c8e0cb9c5 user: jan.nijtmans tags: trunk | |
| 09:05 | Merge 8.6 check-in: b344e875d1 user: jan.nijtmans tags: core-8-branch | |
| 08:15 | Merge 8.5. Make testcases utf-7.20.[01] content the same as in core-8-5-branch, core-8-branch and tr... check-in: b275de7c64 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-05
| ||
| 16:31 | Merge 8.7 check-in: d3f247fc3a user: jan.nijtmans tags: trunk | |
| 16:23 | Remove PROTO_FLAGS here too check-in: 6bb9047191 user: jan.nijtmans tags: core-8-branch | |
| 16:20 | Merge 8.6 check-in: b07935f03d user: jan.nijtmans tags: core-8-branch | |
| 16:00 | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in TCL_UTF_MAX>3 builds. check-in: 26e57ca148 user: jan.nijtmans tags: core-8-6-branch | |
| 15:56 | Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere any more. check-in: 5d38a6b3c6 user: jan.nijtmans tags: core-8-6-branch | |
| 13:23 | Add 4 test-cases that could fool Tcl_UtfPrev (but ... actually they don't). Make sure that Tcl_UtfPr... check-in: 50e98246d7 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 11:54 | Merge 8.7 check-in: 95e9950dad user: jan.nijtmans tags: trunk | |
| 11:44 | Fix Tcl_UtfPrev() such that it can never go back more than TCL_UTF_MAX bytes. Already done correctly... check-in: 21adba4503 user: jan.nijtmans tags: core-8-branch | |
| 10:06 | Merge 8.6 check-in: 5d3edce6f4 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 09:51 | Merge 8.7 check-in: bd1dcc78c1 user: jan.nijtmans tags: trunk | |
| 08:16 | Merge 8.6 check-in: 7d127f6d27 user: jan.nijtmans tags: core-8-branch | |
| 07:44 | One more tip389 selector check-in: a0b18d14b1 user: jan.nijtmans tags: core-8-6-branch | |
| 07:39 | Merge 8.5 check-in: 822925b9b4 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-04
| ||
| 14:17 | More progress/simplification check-in: a17d905779 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 13:02 | Merge-mark check-in: ab941b23a0 user: jan.nijtmans tags: core-8-branch | |
| 13:01 | Merge 8.6 check-in: 1256ace951 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 12:31 | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fixes all "knownBug" test... check-in: 41517f0841 user: jan.nijtmans tags: core-8-6-branch | |
| 11:08 | Merge 8.6 check-in: 76cc0911f3 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 09:41 | Merge 8.6 check-in: 2dd789a502 user: jan.nijtmans tags: core-8-branch | |
| 09:40 | Merge 8.5 check-in: b14b21b3aa user: jan.nijtmans tags: core-8-6-branch | |
| 08:35 | (partial) fix for [9d0cb35bb2]: Various issues with core-8-6-branch, TCL_UTF_MAX=4. (even though TCL... check-in: af513d6a16 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-03
| ||
| 22:27 | Merge 8.6 check-in: 0de2fe18d1 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 22:19 | Merge-mark check-in: eb1b6543ee user: jan.nijtmans tags: core-8-branch | |
| 22:16 | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commit, it was not correct).... check-in: 161196f054 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-05-02
| ||
| 23:05 | Merge 8.7 check-in: a2ef8e3993 user: jan.nijtmans tags: trunk | |
| 23:03 | Merge 8.6 check-in: 6142cba3e1 user: jan.nijtmans tags: core-8-branch | |
| 22:48 | Join test-cases utf-6.93.0 and utf-6.93.1, which MUST give the same answer always for whatever testC... check-in: e145652a1f user: jan.nijtmans tags: core-8-6-branch | |
| 21:54 | Seems almost correct. Still problem with "string index" for TCL_UTF_MAX>3 check-in: 20993bd6c0 user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
| 10:15 | More fixes for [ed29806baf]. Not working yet. WIP check-in: f670d1a41f user: jan.nijtmans tags: bug-ed29806baf-8.6 | |
|
2020-05-01
| ||
| 23:45 | Encoding improvements, handling Unicode > 0xFFFF check-in: 02e76e4aa7 user: jan.nijtmans tags: bug-ed29806baf-8.7 | |
| 22:23 | Merge 8.7 check-in: 770508cc4c user: jan.nijtmans tags: trunk | |
| 22:15 | Improve/simplify "testutfnext" and "testutfprev" commands. Now don't need to do special things with ... check-in: 3c01feea0c user: jan.nijtmans tags: core-8-branch | |
| 15:29 | Rebase to core-8-6-branch (I don't think it's solved yet, but let's see) Leaf check-in: 04631bfc72 user: jan.nijtmans tags: bug-ed29806baf | |
| 15:18 | Merge 8.7 check-in: 0d98e69811 user: jan.nijtmans tags: bug-ed29806baf-8.7 | |
| 15:07 | Merge 8.7 check-in: 3aa84b4b26 user: jan.nijtmans tags: trunk | |
| 14:53 | Never mind remark about TIP #573 in previous commit: Test failure was due to typo. Fixed now. check-in: 15b715b177 user: jan.nijtmans tags: core-8-branch | |
| 14:44 | Merge 8.7 check-in: 056c1aad28 user: jan.nijtmans tags: trunk | |
| 14:20 | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. Tcl_UtfToUniCha... check-in: 1d9487bc7e user: jan.nijtmans tags: core-8-branch | |
| 13:38 | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. Tcl_UtfToUniChar... check-in: 5f2bb912cf user: jan.nijtmans tags: core-8-6-branch | |
| 08:51 | Fix [ed29806baf] by introducing TclUCS4Complete(). All other calls of Tcl_UtfToUniChar() are suspici... check-in: fb85042c66 user: jan.nijtmans tags: bug-ed29806baf-8.7 | |
|
2020-04-30
| ||
| 21:23 | merge 8.7 check-in: 25e735d05d user: dgp tags: bug-e617e8a71a | |
| 21:09 | merge 8.7 check-in: daf82de914 user: dgp tags: trunk | |
| 21:07 | merge 8.6 check-in: 1921d73497 user: dgp tags: core-8-branch | |
| 20:57 | merge 8.5 check-in: e8ee7dfb40 user: dgp tags: core-8-6-branch | |
| 20:34 | merge 8.5 check-in: be2db1b5bb user: dgp tags: core-8-6-branch | |
| 19:25 | merge 8.7 check-in: 948dd75b36 user: dgp tags: trunk | |
| 19:24 | merge 8.6 check-in: c1648c2e63 user: dgp tags: core-8-branch | |
| 18:58 | merge 8.5 check-in: c4bcfe94fe user: dgp tags: core-8-6-branch | |
| 17:21 | Work In Progress. Much trickiness about sorting out expectations. check-in: 581d6b939a user: dgp tags: bug-e617e8a71a | |
| 15:35 | Win: use physical host DNS name instead cluster name. Ticket [da235271f1] check-in: 2ba1cd687f user: oehhar tags: core-8-6-branch | |
| 14:54 | First, prove that bug [ed29806baf] is present in 8.7 too. Let's see what test-cases fail when we no ... check-in: 5510c6045d user: jan.nijtmans tags: bug-ed29806baf-8.7 | |
| 14:20 | Merge 8.7 check-in: a65a5fe9ec user: jan.nijtmans tags: trunk | |
| 14:19 | Merge 8.6 check-in: 0b30875d74 user: jan.nijtmans tags: core-8-branch | |
| 14:16 | Backout the quick-fix workaround in Tcl_NumUtfChars as a way to monitor progress on this issue. check-in: b8aafb8d10 user: dgp tags: bug-ed29806baf | |
| 14:14 | merge 8.6 check-in: 33fbfaaebd user: dgp tags: bug-ed29806baf | |
| 13:59 | merge 8.5 check-in: 004eadf9f4 user: dgp tags: core-8-6-branch | |
| 13:45 | Merge 8.5 check-in: 2d21c2bed7 user: jan.nijtmans tags: core-8-6-branch | |
| 12:51 | Let's not get out the src[3] check yet. check-in: 577f5c5de8 user: jan.nijtmans tags: core-8-branch | |
| 12:45 | Merge 8.6 check-in: 7ce14c8063 user: jan.nijtmans tags: core-8-branch | |
| 12:09 | Partial fix for [ed29806ba]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes. check-in: 98f5334275 user: jan.nijtmans tags: core-8-6-branch | |
| 11:24 | Merge 8.7 check-in: 174d27836c user: jan.nijtmans tags: trunk | |
| 11:11 | Merge 8.6 check-in: b3cfc84e51 user: jan.nijtmans tags: core-8-branch | |
| 10:44 | Merge 8.5 check-in: d5d54fd7a7 user: jan.nijtmans tags: core-8-6-branch | |
| 10:10 | Merge 8.5 check-in: 6dbd91b40a user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-29
| ||
| 22:22 | merge 8.7 check-in: 7db8756066 user: dgp tags: bug-e617e8a71a | |
| 22:18 | Merge 8.7. Still knownBug (for TUM=3) check-in: 217f306ba1 user: dgp tags: trunk | |
| 22:14 | Merge 8.6. Still a knownBug here. check-in: 1aca65a77f user: dgp tags: core-8-branch | |
| 22:08 | Merge 8.5. Mark test knownBug while it fails on builds of this branch. check-in: d0f0882994 user: dgp tags: core-8-6-branch | |
| 20:50 | Merge-mark 8.5 check-in: 2a296e9556 user: jan.nijtmans tags: core-8-6-branch | |
| 19:23 | Merge 8.7 check-in: 9f5d7846b9 user: jan.nijtmans tags: trunk | |
| 19:20 | Merge-mark 8.6 (Use of UNICODE_OUT_OF_RANGE() macro already was in 8.7). Quick exit from Tcl_UtfToCh... check-in: 24f0963165 user: jan.nijtmans tags: core-8-branch | |
| 19:00 | Add UNICODE_OUT_OF_RANGE() calls to UCS4ToTitle() and friends. Backported from 8.7. This fixes [6963... check-in: 8daf5a10dd user: jan.nijtmans tags: core-8-6-branch | |
| 17:39 | First attempt at extending routine to deal with surrogate pairs. Exposes problems with the interface... check-in: f6001c20fb user: dgp tags: bug-e617e8a71a | |
| 17:28 | Check reverse tests too. check-in: c9656e6b59 user: dgp tags: bug-e617e8a71a | |
| 11:10 | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but not only those) test-ca... Closed-Leaf check-in: f2320f6314 user: jan.nijtmans tags: test-prev-next-reform | |
|
2020-04-28
| ||
| 22:16 | merge 8.7 check-in: 9268bc5805 user: dgp tags: bug-e617e8a71a | |
| 21:45 | Merge 8.7 Leaf check-in: b11d56197b user: jan.nijtmans tags: rfe-f443140a85 | |
| 21:33 | merge 8.7 check-in: 25a337aa92 user: dgp tags: trunk | |
| 21:32 | merge 8.6 check-in: f506717467 user: dgp tags: core-8-branch | |
| 21:31 | Merge 8.7 check-in: ae8e36391d user: jan.nijtmans tags: tip-573 | |
| 21:28 | merge 8.5 check-in: 94627889fc user: dgp tags: core-8-6-branch | |
| 21:17 | Merge 8.7 check-in: 72c58ebf06 user: jan.nijtmans tags: trunk | |
| 21:16 | Merge 8.6 check-in: 4a01a4d4a0 user: jan.nijtmans tags: core-8-branch | |
| 21:15 | Merge 8.5 check-in: 536cc3e560 user: jan.nijtmans tags: core-8-6-branch | |
| 21:05 | merge 8.7 check-in: 4ee2e52f48 user: dgp tags: trunk | |
| 20:55 | merge 8.6 check-in: 8a26ca3845 user: dgp tags: core-8-branch | |
| 20:46 | Merge 8.7 check-in: 1890820bdc user: jan.nijtmans tags: trunk | |
| 20:44 | merge 8.5 check-in: 67a589b1e3 user: dgp tags: core-8-6-branch | |
| 20:39 | Extend "testutfnext" test-command such that it can detect when it reads more bytes than the end of t... check-in: bb68f27f5b user: jan.nijtmans tags: core-8-branch | |
| 20:02 | Bring forward test-cases utf-6.94 and utf-6.95 from Tcl 8.6 (higher ones have no value IMHO, but tho... check-in: f53003fa36 user: jan.nijtmans tags: core-8-branch | |
| 19:46 | merge 8.6 check-in: c317632d7a user: dgp tags: core-8-branch | |
| 19:45 | merge 8.5 check-in: 7c1d6e23c4 user: dgp tags: core-8-6-branch | |
| 19:44 | merge 8.6 check-in: 8f2a784324 user: dgp tags: core-8-branch | |
| 19:20 | merge 8.5 check-in: f12cf25524 user: dgp tags: core-8-6-branch | |
| 18:29 | Proposed fix. Closed-Leaf check-in: 5c063485fd user: dgp tags: bug-b6038e5bc8 | |
| 14:37 | Implementation for TIP #573: Surrogates are invalid check-in: 749d917ed5 user: jan.nijtmans tags: tip-573 | |
| 10:40 | Merge 8.7. This fixes a regression, already fixed in trunk: [f339b9b7a8705484] check-in: 4f52f07e78 user: jan.nijtmans tags: novem | |
| 10:13 | First shot at documentation update, describing what we are doing in this branch. check-in: 451a80ba70 user: jan.nijtmans tags: rfe-f443140a85 | |
| 09:46 | Change test expectations to what desired. Mark failing tests with "knownBug". 10 test-cases are affe... check-in: 4641000dd1 user: jan.nijtmans tags: rfe-f443140a85 | |
| 07:52 | Merge 8.7 check-in: ed1cd11bb5 user: jan.nijtmans tags: rfe-f443140a85 | |
| 07:43 | Merge 8.7 check-in: 6912f429be user: jan.nijtmans tags: trunk | |
| 07:41 | Merge 8.6 check-in: eb525960d8 user: jan.nijtmans tags: core-8-branch | |
| 07:17 | Merge 8.5 check-in: 5022b35087 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-27
| ||
| 21:16 | The comparison loop for UTF-16 string reps need revising to account for surrogates. For example \uD... check-in: 2d55c1330d user: dgp tags: bug-e617e8a71a | |
| 20:49 | First shot at implementatio for [f443140a85]. Far from correct yet, since Tcl_UtfPrev() gives strang... check-in: b287415a79 user: jan.nijtmans tags: rfe-f443140a85 | |
| 19:29 | merge 8.7 check-in: fab0023c08 user: dgp tags: trunk | |
| 19:28 | merge 8.6 check-in: f1da9ae4d0 user: dgp tags: core-8-branch | |
| 19:25 | Merge 8.5; mark failing tests as knownBug. check-in: 59aa89517e user: dgp tags: core-8-6-branch | |
| 19:06 | Create branch to contain efforts at solving ticket [ed29806baf]. check-in: 87ba353929 user: dgp tags: bug-ed29806baf | |
| 17:41 | merge 8.5 check-in: c806f699f4 user: dgp tags: core-8-6-branch | |
| 16:10 | [a444889cbe] Quick fix to satisfy Travis. Might revise later. check-in: f339b9b7a8 user: dgp tags: trunk | |
| 16:07 | merge 8.6 check-in: a09f1cb421 user: dgp tags: trunk | |
| 15:57 | merge 8.6 check-in: c7fbf55742 user: dgp tags: core-8-branch | |
| 15:41 | merge 8.5 check-in: 27c7dcbdf6 user: dgp tags: core-8-6-branch | |
| 15:30 | merge 8.6 check-in: ac7afb429c user: dgp tags: core-8-branch | |
| 15:28 | merge 8.5 check-in: 56d432ea2a user: dgp tags: core-8-6-branch | |
| 14:27 | merge 8.7 check-in: 12a1d96260 user: dgp tags: tip-568 | |
| 14:19 | megrge trunk check-in: 7dc45bcd85 user: dgp tags: dgp-refactor | |
| 14:04 | merge trunk check-in: c2f97d0710 user: dgp tags: dgp-properbytearray | |
| 14:04 | merge trunk check-in: c277217fd9 user: dgp tags: novem | |
| 13:44 | merge 8.7 check-in: 0794aa3bdf user: dgp tags: trunk | |
| 13:41 | merge 8.7 check-in: 4a980ef167 user: dgp tags: dgp-review | |
| 13:37 | merge 8.6 check-in: 6ad25f08f8 user: dgp tags: core-8-branch | |
| 13:29 | merge 8.5 check-in: 6f1a294415 user: dgp tags: core-8-6-branch | |
| 12:59 | merge 8.7 check-in: 94ed8d8b2b user: dgp tags: trunk | |
| 12:57 | merge 8.6 check-in: 60de0f0a95 user: dgp tags: core-8-branch | |
| 12:42 | merge 8.5 check-in: 5a63fadece user: dgp tags: core-8-6-branch | |
| 12:33 | merge 8.5 check-in: 04a66eeae6 user: dgp tags: core-8-6-branch | |
| 12:29 | [45ca2338cd] Revise the [string to*] machinery for custom builds. check-in: 6172611cc2 user: dgp tags: core-8-6-branch | |
| 12:26 | Use lossless internal routines to cover extended characters. Closed-Leaf check-in: ef84b2a306 user: dgp tags: bug-45ca2338cd | |
| 03:03 | Still more tests check-in: df9dcce37e user: dgp tags: bug-45ca2338cd | |
| 02:43 | More tests showing more bugs. check-in: 8a4e91ed52 user: dgp tags: bug-45ca2338cd | |
| 01:29 | Possible fix for [string to*] writing out a high surrogate at end of string. check-in: cd98f1d62d user: dgp tags: bug-45ca2338cd | |
|
2020-04-26
| ||
| 22:14 | merge 8.7 check-in: 7cd5051e57 user: dgp tags: trunk | |
| 22:13 | merge 8.6 check-in: 768c9b6c14 user: dgp tags: core-8-branch | |
| 22:13 | merge 8.5 check-in: b680f44180 user: dgp tags: core-8-6-branch | |
| 21:32 | merge 8,7 check-in: a171b868ce user: dgp tags: trunk | |
| 21:30 | merge 8.6 check-in: 6c90ae8e34 user: dgp tags: core-8-branch | |
| 21:29 | merge 8.5 check-in: 4d45240fd7 user: dgp tags: core-8-6-branch | |
| 21:18 | merge 8.7 check-in: 6bdd84587b user: dgp tags: trunk | |
| 21:15 | merge 8.6 check-in: 985a9a07d6 user: dgp tags: core-8-branch | |
| 21:12 | merge 8.5 check-in: eb506a92f0 user: dgp tags: core-8-6-branch | |
| 21:02 | merge 8.5 check-in: eeff8f6f3d user: dgp tags: core-8-6-branch | |
| 20:49 | Tests demonstrating the bug. Work on a fix can go here. check-in: b104c2ebb3 user: dgp tags: bug-7f1162a867 | |
| 20:38 | merge 8.7 check-in: 514e27ab3c user: dgp tags: trunk | |
| 20:32 | Merge 8.6 check-in: 1876355ca2 user: dgp tags: core-8-branch | |
| 20:27 | merge 8.5 check-in: 723a47f0c4 user: dgp tags: core-8-6-branch | |
| 15:30 | Since Tcl_NumUtfChars() now can return a value of more that 32 bits .... check-in: 5fedb77492 user: jan.nijtmans tags: trunk | |
| 15:21 | Merge 8.7 check-in: 631a21f090 user: jan.nijtmans tags: trunk | |
| 15:11 | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but adapted to the needs of TIPs ... check-in: 25b3737625 user: jan.nijtmans tags: core-8-branch | |
| 13:25 | Remove the function Tcl_UniCharAtIndex() completely from the core. Meant as a demonstration for tick... Leaf check-in: 90be2283d0 user: jan.nijtmans tags: bug-f45d0dc1a7 | |
| 13:03 | Merge-mark check-in: 45ca765897 user: jan.nijtmans tags: core-8-branch | |
| 12:56 | Add 6 "ucs2" markers. The first 4 of them are not bugs: They show that Tcl_UtfComplete() cannot be u... check-in: fffe3a0a24 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-25
| ||
| 23:19 | Undo last change in regc_lex.c: It doesn't do the expected thing when TCL_UTF_MAX>3. More work neede... check-in: a9933d1757 user: jan.nijtmans tags: core-8-6-branch | |
| 22:50 | Merge 8.7 check-in: dfd3e79a8c user: jan.nijtmans tags: trunk | |
| 22:49 | Make reg-13.33/reg-13.34 work again. Still have to investigate what's the problem. check-in: ad07fb9e23 user: jan.nijtmans tags: core-8-branch | |
| 22:32 | Merge 8.6 check-in: 30a29680e1 user: jan.nijtmans tags: core-8-branch | |
| 22:16 | encoding-12.6 only works for "ucs2" for now. Don't use (deprecated) INLINE and CONST check-in: aaeafee98b user: jan.nijtmans tags: core-8-6-branch | |
| 17:03 | dup test name check-in: b790da05d0 user: dgp tags: core-8-6-branch | |
| 16:46 | Bring forward a collection of missing tests. check-in: 1ac2e45ae2 user: dgp tags: core-8-6-branch | |
| 16:26 | Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. No caller needs anything... check-in: 6535ed4a59 user: dgp tags: core-8-6-branch | |
| 16:04 | Close utf-next-regressions check-in: aea91e2e26 user: dgp tags: core-8-6-branch | |
| 15:31 | close dgp-alternative check-in: cea4a97269 user: dgp tags: core-8-6-branch | |
| 14:37 | merge 8.6 Closed-Leaf check-in: 2e6bf5602d user: dgp tags: dgp-alternative | |
| 14:06 | Merge another step. Four failing tests, but all understood now. check-in: 891998053b user: dgp tags: dgp-alternative | |
|
2020-04-24
| ||
| 22:46 | merge-mark check-in: 98a0b7c71b user: jan.nijtmans tags: core-8-branch | |
| 22:42 | Found problem with utf-6.125/6.126: argument -bytestring was missing in test check-in: ff0c3945a9 user: jan.nijtmans tags: core-8-6-branch | |
| 22:40 | Quickfix to Tcl_NumUtfChars(). Barely used in Tcl core. Still needs a better look. Mark two new test... check-in: 1c7c61d459 user: jan.nijtmans tags: core-8-6-branch | |
| 22:02 | WIP merging more from 8.6; little separation left. check-in: e3ecb07199 user: dgp tags: dgp-alternative | |
| 21:54 | WIP merging 8.6. check-in: c18876475f user: dgp tags: dgp-alternative | |
| 21:44 | Merge 8.7 check-in: 6d93497a74 user: jan.nijtmans tags: trunk | |
| 21:37 | Merge 8.6 (Except encoding-12.6 test-case still to be handled) check-in: c15333aed7 user: jan.nijtmans tags: core-8-branch | |
| 21:03 | Backout [ 649f53b9f4]: This was not meant for 8.6 check-in: dbc7cfdf88 user: jan.nijtmans tags: core-8-6-branch | |
| 21:01 | Merge 8.5 (but this time correct) check-in: 38dbfc8a67 user: jan.nijtmans tags: core-8-6-branch | |
| 20:54 | merge 8.5 check-in: 649f53b9f4 user: dgp tags: core-8-6-branch | |
| 20:51 | Merge 8.5. Failing tests need examination and adjustment. check-in: 12254b0693 user: dgp tags: core-8-6-branch | |
| 20:21 | Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be real failures reporting firs... check-in: d9384dfa5c user: dgp tags: core-8-6-branch | |
| 13:32 | Merge 8.7 check-in: 33a6f75e9c user: jan.nijtmans tags: trunk | |
| 13:31 | Merge 8.6 check-in: 0b05e92ef6 user: jan.nijtmans tags: core-8-branch | |
| 13:15 | Merge 8.5. Fix regression in Tcl_UtfComplete(), actually already present for longer time but masked ... check-in: 8cf6bd3ab7 user: jan.nijtmans tags: core-8-6-branch | |
| 10:49 | Merge 8.7 check-in: aa56ee88d9 user: jan.nijtmans tags: trunk | |
| 10:23 | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 testcase changed results... check-in: 72f7d6e2a4 user: jan.nijtmans tags: core-8-branch | |
|
2020-04-23
| ||
| 22:10 | Second attempt Closed-Leaf check-in: 312fb13ea5 user: jan.nijtmans tags: utf-next-for-8.7 | |
| 21:50 | First attempt to merge Tcl_UtfNext()/Tcl_UtfPrev() improvements (check for invalid byte sequences) t... check-in: 891db10cfb user: jan.nijtmans tags: utf-next-for-8.7 | |
| 20:22 | Demonstrate that the failing tests on the 8.6 branch tip can equally well be solved by backing out t... check-in: 2c7b1e958d user: dgp tags: dgp-alternative | |
| 19:14 | Revert change in ParseLexeme() too Closed-Leaf check-in: 6bbaeb00a3 user: jan.nijtmans tags: utf-next-regresions | |
| 19:07 | Fix regression in Tcl_NumUtfChars, caused by this commit: [6596c4af31e29b5d]. Expectations of failin... check-in: 3fd0be11ba user: jan.nijtmans tags: utf-next-regresions | |
| 13:53 | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detected next time. check-in: dfe11ec0ed user: jan.nijtmans tags: core-8-6-branch | |
| 12:58 | Merge 8.7 check-in: 321f326ed8 user: jan.nijtmans tags: trunk | |
| 12:34 | Testcase cleanup check-in: acbe648fe3 user: jan.nijtmans tags: core-8-branch | |
| 12:19 | Testcase cleanup check-in: 9a2828b04c user: jan.nijtmans tags: core-8-6-branch | |
| 11:31 | Fix [27944a3661]: Taming test utf-6.88 Fix [c11e0c5ce4]: Regression in Tcl_UtfCharComplete Fix [1b1f... check-in: 5c322bbd51 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-22
| ||
| 22:13 | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be updated l... check-in: dabf4dd28a user: jan.nijtmans tags: core-8-6-branch | |
| 14:49 | Merge 8.6 Closed-Leaf check-in: 43178b7bb4 user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 14:11 | Possible fix for [e67618079]: Win rdp forwarded serial port: setting -sysbuffer gives "can't setup c... Leaf check-in: 8b444e9115 user: jan.nijtmans tags: bug-e67618079 | |
| 10:29 | Merge 8.5 check-in: 6830879637 user: jan.nijtmans tags: core-8-6-branch | |
| 08:10 | Merge 8.7 check-in: e29ce0fdea user: jan.nijtmans tags: trunk | |
| 07:59 | Fix [27944a3661]: Taming test utf-6.88. Long-standing bug in Tcl_UtfNext(). Corner-case when the poi... check-in: aff418be86 user: jan.nijtmans tags: core-8-branch | |
| 07:41 | Merge 8.5 check-in: 57148adcab user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-21
| ||
| 21:41 | Improved "testutfnext" command check-in: 5f7a2c7b45 user: jan.nijtmans tags: core-8-branch | |
| 10:24 | Merge 8.7 check-in: 1d9d4a348c user: jan.nijtmans tags: trunk | |
| 10:14 | Fix corner-case in TIP #542 implementation: For extensions compiled with TCL_UTF_MAX=4 while Tcl is ... check-in: 8d2927e1c4 user: jan.nijtmans tags: core-8-branch | |
| 09:49 | More test cleanup check-in: 926d62f948 user: jan.nijtmans tags: core-8-branch | |
| 07:26 | Wrong indent in comment Closed-Leaf check-in: 6a12cc0c59 user: jan.nijtmans tags: bug-27944a3661 | |
| 07:18 | Merge 8.7 check-in: 8895c470f0 user: jan.nijtmans tags: bug-27944a3661 | |
| 07:03 | Add more test-cases for TCL_UTF_MAX>3 check-in: 12d578a6ad user: jan.nijtmans tags: bug-c11e0c5ce4 | |
|
2020-04-20
| ||
| 22:00 | Merge 8.7 check-in: e767cf6856 user: jan.nijtmans tags: trunk | |
| 21:54 | Teach Tcl_UtfPrev() that 0xC1 is _always_ an invallid byte. Test-case utf-7.34. Make sure that Tcl_... check-in: 5f382f2056 user: jan.nijtmans tags: core-8-branch | |
| 21:07 | Change a few variables from type "int" to "size_t". Always test TCL_UTF_MAX for <= 3 or > 3, because... check-in: d515532940 user: jan.nijtmans tags: trunk | |
| 20:46 | Merge 8.7 check-in: 308d166cbe user: jan.nijtmans tags: trunk | |
| 20:44 | Add test-cases handling TclGetBytesFromObj() ( actually Tcl_UtfToUniChar too) check-in: 99450f5bca user: jan.nijtmans tags: core-8-branch | |
| 15:20 | Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete. check-in: 21362ee023 user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 11:56 | (cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88. check-in: c0d6e94d4e user: jan.nijtmans tags: bug-c11e0c5ce4 | |
| 11:30 | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. Less use of /* ARGUSED *... check-in: 6e3b6a611f user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-19
| ||
| 09:57 | Proposed fix for [27944a3661]: Taming test utf-6.88. This fix is not optimized, it still uses TclUt... check-in: 74d3f929c8 user: jan.nijtmans tags: bug-27944a3661 | |
| 09:17 | Merge 8.7 check-in: c61e4dc61b user: jan.nijtmans tags: trunk | |
| 09:12 | 4 more testcases, which could detect future regressions in Emoji handling check-in: 115e8a2c43 user: jan.nijtmans tags: core-8-branch | |
|
2020-04-18
| ||
| 20:30 | Merge 8.7 check-in: 60d5312076 user: jan.nijtmans tags: trunk | |
| 20:23 | More test-case cleanup check-in: 93ba0f15a7 user: jan.nijtmans tags: core-8-branch | |
|
2020-04-17
| ||
| 13:32 | Merge-mark check-in: dcd84c8c3e user: jan.nijtmans tags: core-8-6-branch | |
| 13:09 | Merge-mark 8.5. Remove some ARGSUSED usage. check-in: afe11ea5cc user: jan.nijtmans tags: core-8-6-branch | |
| 12:32 | Merge 8.7 check-in: a818ec7d19 user: jan.nijtmans tags: trunk | |
| 12:20 | Add test-case for Tcl_UtfNext/Tcl_UtfPrev. About 15 of them give the wrong answer, but - at least - ... check-in: 4302a5d8b4 user: jan.nijtmans tags: core-8-branch | |
| 11:02 | Fix implementation of Tcl_UtfAtIndex() for TCL_UTF_MAX=6 (There's no test-case for this in the core... check-in: a14c9e965e user: jan.nijtmans tags: core-8-6-branch | |
| 10:32 | More test-cases. Mark test-case utf-2.11 as "knownBug", doesn't give the right answer for any TCL_UT... check-in: d9a7cd6292 user: jan.nijtmans tags: core-8-6-branch | |
| 05:49 | Merging forward the Utf changes. Needs some repair yet. Leaf check-in: 36303870fc user: dgp tags: dgp-fixme | |
| 05:25 | merge 8.6 Abort this branch. Rebasing a new proposed fix on top of recent reforms makes more s... Closed-Leaf check-in: 73a39418d6 user: dgp tags: bug-31aa44375d | |
| 05:16 | Clean test suite for both TCL_UTF_MAX=3 and TCL_UTF_MAX=4 builds. check-in: c18f3f5870 user: dgp tags: core-8-6-branch | |
| 05:14 | When supporting 4-byte sequences even with TCL_UTF_MAX = 3, need to paramterize a few things differe... Closed-Leaf check-in: 5b5ab20558 user: dgp tags: dgp-fixme | |
| 04:51 | more test fixes check-in: 67bfc1d9a7 user: dgp tags: dgp-fixme | |
| 04:45 | When supporting 4-byte sequences, make sure the Overlong test does too, and make sure the test resul... check-in: e537b566a1 user: dgp tags: dgp-fixme | |
| 04:17 | enable the tests on a bug fix branch check-in: d4670f0740 user: dgp tags: dgp-fixme | |
| 04:16 | close fork check-in: 58940851b9 user: dgp tags: core-8-6-branch | |
| 04:09 | merge mark check-in: 2f1e313c29 user: dgp tags: core-8-6-branch | |
| 04:08 | Bring the single-byte marker for invalid lead byte \xC1 into the complete table check-in: 8d170b2c64 user: dgp tags: core-8-6-branch | |
| 04:07 | Merge 8.6 check-in: f579c619ea user: dgp tags: bug-31aa44375d | |
| 03:54 | Fix the bad tests utf-2.11 and utf-6.88 that expected the wrong results. Also reconcile the merge fr... check-in: 7f56d3c4b1 user: dgp tags: core-8-6-branch | |
| 03:05 | Restore tests on this branch to 8.5 compatibility. check-in: 3546e1194a user: dgp tags: bug-31aa44375d | |
|
2020-04-16
| ||
| 22:19 | Fix build for TCL_UTF_MAX=4. Mark some failing tests with "knownBug". Those still need to be fixed! check-in: 660902f443 user: jan.nijtmans tags: core-8-6-branch | |
| 22:06 | Fix more test-cases for TCL_UTF_MAX=3 check-in: 46026a9db7 user: jan.nijtmans tags: core-8-6-branch | |
| 20:59 | merge mark check-in: a5e7d6fd5d user: dgp tags: bug-31aa44375d | |
| 20:59 | Adjust test results and implementation for Tcl 8.6 current support of 4-byte sequences in a TCL_UTF_... check-in: 010ec5fc7c user: dgp tags: core-8-6-branch | |
| 20:52 | merge 8.6 check-in: 660bca000f user: dgp tags: bug-31aa44375d | |
| 20:38 | Merge 8.5. Failing tests for now. To be remedied shortly. check-in: 6596c4af31 user: dgp tags: core-8-6-branch | |
| 20:30 | merge 8.6 check-in: f782d29ffe user: dgp tags: bug-31aa44375d | |
| 20:24 | Add "knownBug" testcase, showing a situation in which Tcl_UtfNext doesn't behave as described in the... check-in: fd345b2af3 user: jan.nijtmans tags: core-8-6-branch | |
| 20:02 | merge 8.6 check-in: ad63873abe user: dgp tags: bug-31aa44375d | |
| 19:08 | code simplification, no interim copy/move buffers, no decompression d-string, the inflate occurring ... check-in: 8f17e96ef5 user: sebres tags: zlib-chan-f70ce1fead | |
| 14:58 | Merge trunk check-in: 778317829b user: jan.nijtmans tags: novem | |
| 14:54 | Merge 8.7 check-in: 2603483e3a user: jan.nijtmans tags: trunk | |
| 14:37 | few documentation changes (limit default and handling is changed) check-in: c208609ff2 user: sebres tags: zlib-chan-f70ce1fead | |
| 14:05 | small amend combining similar parts check-in: 7c2a06fc2d user: sebres tags: zlib-chan-f70ce1fead | |
| 13:43 | zlib: optimize ZlibTransformInput, if inflate is done no read and no generate needed anymore check-in: 982fde1b9b user: sebres tags: zlib-chan-f70ce1fead | |
| 13:28 | zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE (4K); better fix avoiding BO... check-in: cbe2111fb3 user: sebres tags: zlib-chan-f70ce1fead | |
| 12:55 | zlib, *BO*: fixes possible segfault (or buffer overrun), for instance if limit (max 65K) is set larg... check-in: 54605d16b9 user: sebres tags: core-8-6-branch | |
| 11:54 | added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is done (and unget the unp... check-in: 9215e1ba40 user: sebres tags: zlib-chan-f70ce1fead | |
| 11:14 | Merge 8.7 check-in: 3153d51ddc user: jan.nijtmans tags: core-8-branch | |
| 10:32 | Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" works when the destination d... check-in: 89b6529252 user: jan.nijtmans tags: core-8-6-branch | |
| 10:30 | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. check-in: a91e16c1ea user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-15
| ||
| 20:22 | Merge 8.7 check-in: a52e94c5c4 user: jan.nijtmans tags: trunk | |
| 20:12 | Use TclGetBytesFromObj() in testcases in stead of Tcl_GetByteArrayFromObj(), since we only want to h... check-in: b280eb5b78 user: jan.nijtmans tags: core-8-branch | |
| 20:03 | Merge 8.7 check-in: 94f0de486e user: jan.nijtmans tags: trunk | |
| 19:54 | Merge 8.6 check-in: 9adf3a7df5 user: jan.nijtmans tags: core-8-branch | |
| 19:38 | Merge 8.5 check-in: 58b4d49d41 user: jan.nijtmans tags: core-8-6-branch | |
| 19:12 | Merge 8.6 check-in: 032032c0b6 user: jan.nijtmans tags: core-8-branch | |
| 19:06 | fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if generating decompressed data... check-in: 96e1e0251b user: sebres tags: core-8-6-branch | |
| 18:59 | TclTrimRight/TclTrimLeft: removed mixed declarations and code (forbidden in ISO C90, declaration-aft... check-in: 4eb66645d6 user: sebres tags: core-8-6-branch | |
| 13:18 | Merge 8.6 Closed-Leaf check-in: e242623c4a user: jan.nijtmans tags: travis-make-install | |
| 13:15 | Update latest Xcode from 11.3 to 11.4 check-in: b4dbabd1ca user: jan.nijtmans tags: travis-make-install | |
| 06:35 | More double-quotes check-in: d11d3402c8 user: jan.nijtmans tags: travis-make-install | |
|
2020-04-14
| ||
| 22:36 | Try adding some quotes check-in: b06e6afc9d user: jan.nijtmans tags: travis-make-install | |
| 18:06 | merge 8.7 check-in: 97572325ea user: dgp tags: trunk | |
| 17:57 | merge (mark) 8.6 check-in: 539323704a user: dgp tags: core-8-branch | |
| 17:54 | merge 8.5 check-in: 738233c14d user: dgp tags: core-8-6-branch | |
| 17:49 | Same issue fixed for test string-20.8* check-in: 42c7ac0505 user: dgp tags: core-8-branch | |
| 17:45 | Expose the failing tests. Fix string-20.7 by using an invalid single byte that is stable in its mean... check-in: 78a4d45288 user: dgp tags: core-8-branch | |
| 16:47 | Merge 8.7 check-in: 3501433586 user: jan.nijtmans tags: trunk | |
| 16:33 | Missing .$noComp in string-20.8 test-case, we don't want duplicate test-case numbers. check-in: c92d723731 user: jan.nijtmans tags: core-8-branch | |
| 16:31 | merge trunk check-in: 14bdb02f37 user: dgp tags: dgp-refactor | |
| 16:31 | merge trunk check-in: c0aba4bd06 user: dgp tags: dgp-properbytearray | |
| 16:30 | merge 8.7 check-in: 7d5bbeeec4 user: dgp tags: tip-568 | |
| 16:26 | merge 8.6 check-in: 01e5439b3e user: dgp tags: bug-31aa44375d | |
| 16:18 | Merge trunk check-in: be7dbfc33b user: jan.nijtmans tags: novem | |
| 16:16 | Merge 8.7 check-in: 13cced612c user: jan.nijtmans tags: trunk | |
| 16:11 | merge trunk check-in: dac317a614 user: dgp tags: dgp-properbytearray | |
| 16:11 | Merge 8.6 check-in: 1b0c462ea6 user: jan.nijtmans tags: core-8-branch | |
| 16:11 | merge trunk check-in: a3edfdebf2 user: dgp tags: dgp-refactor | |
| 16:02 | Backport encoding-15.3 test-case from 8.7, together with missing "teststringbytes" command: Usefull ... check-in: e9d1d3157d user: jan.nijtmans tags: core-8-6-branch | |
| 15:58 | merge trunk check-in: ab51eef416 user: dgp tags: novem | |
| 15:57 | Remove test not suitable for Tcl 9. check-in: caeb8f3a5b user: dgp tags: trunk | |
| 15:39 | merge 8.7 check-in: f0015361d4 user: dgp tags: dgp-review | |
| 15:38 | merge trunk check-in: 43cb51f264 user: dgp tags: novem | |
| 15:38 | merge 8.7 check-in: 380ee6e712 user: dgp tags: trunk | |
| 15:37 | merge 8.6 check-in: 05eecf3952 user: dgp tags: core-8-branch | |
| 15:33 | merge trunk check-in: 830e09ba83 user: dgp tags: novem | |
| 14:50 | Merge 8.7 check-in: 447f03a8be user: jan.nijtmans tags: trunk | |
| 14:48 | Fix windows build (with older compilers) check-in: 51b230586a user: jan.nijtmans tags: core-8-branch | |
| 14:39 | partially revert [e9f5ff2f6a] - encoding-15.3 used not existing command "teststringbytes" (should be... check-in: ab7e9e03e9 user: sebres tags: core-8-6-branch | |
| 14:30 | Merge 8.7 check-in: bd5cc21d39 user: jan.nijtmans tags: trunk | |
| 13:58 | amend to [e9f5ff2f6a]: added missing constraint (testbytestring) check-in: 12c8bca9ac user: sebres tags: core-8-6-branch | |
| 13:02 | Merge 8.6 check-in: 890a3f9918 user: jan.nijtmans tags: core-8-branch | |
| 12:30 | Add missing testConstraint definition check-in: 8fe1452e8a user: jan.nijtmans tags: core-8-6-branch | |
| 11:59 | Add test-case for bug [c61818e4c9] check-in: 4b26bc65dc user: jan.nijtmans tags: core-8-branch | |
| 10:55 | Don't use 'identiy' encoding in test-cases any more! check-in: e9f5ff2f6a user: jan.nijtmans tags: core-8-6-branch | |
| 10:17 | Merge 8.6 check-in: 250fd8a281 user: jan.nijtmans tags: core-8-branch | |
| 09:43 | merge-mark check-in: 7fbfb1a30f user: jan.nijtmans tags: core-8-6-branch | |
| 09:19 | Merge 8.6 check-in: 76244d6280 user: jan.nijtmans tags: bug-31aa44375d | |
| 08:49 | Fix expecations and test-cases, according to expectations in latest core-8-6-branch (before this ser... check-in: c360caf7c0 user: jan.nijtmans tags: core-8-6-branch | |
| 08:44 | Fix unit-test, change expectations according to current 8.6 branch (not handling [1b1f5f0b53] yet, d... Closed-Leaf check-in: e64b5a4785 user: jan.nijtmans tags: bug-c61818e4c9 | |
| 00:09 | Create separate tables to serve Tcl_UtfPrev and Tcl_UtfComplete. check-in: c47ec8e3a3 user: dgp tags: bug-c61818e4c9 | |
|
2020-04-13
| ||
| 21:45 | merge 8.6 check-in: 9eccb6d91f user: dgp tags: bug-31aa44375d | |
| 21:36 | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. check-in: 50b6d532c4 user: dgp tags: core-8-6-branch | |
| 13:19 | Remove traces of INST_TRY_CVT_TO_INDEX, not needed now check-in: 48c71f107b user: jan.nijtmans tags: strict-index-experiment | |
| 10:05 | Merge jn-index-reform check-in: fceb35f4f7 user: jan.nijtmans tags: strict-index-experiment | |
| 10:05 | Merge 8.7 check-in: 32ecbb94a2 user: jan.nijtmans tags: jn-index-reform | |
| 09:40 | Try installing in a directory with a space in its name. check-in: 208399b687 user: jan.nijtmans tags: travis-make-install | |
| 09:25 | Merge 8.7 check-in: 4ad6395eae user: jan.nijtmans tags: trunk | |
| 09:20 | Merge 8.6 check-in: e41df161a7 user: jan.nijtmans tags: core-8-branch | |
| 09:18 | Add "make install" check to Travis build. sync rules.vc with versions in 8.7 and 9.0 check-in: 606df1d095 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-04-12
| ||
| 11:04 | Let's test if "make install" works, for now without spaces in the path check-in: 145a394890 user: jan.nijtmans tags: travis-make-install | |