Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
47 check-ins using file generic/tclTomMath.decls version 3a3860748f
|
2021-03-03
| ||
| 14:44 | Merge 8.5. Just split some testcases check-in: fd00e98de5 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-03-02
| ||
| 10:53 | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 and ch2 are only 16-bit.... check-in: 6064dfa0b2 user: jan.nijtmans tags: core-8-6-branch | |
| 10:10 | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3. No change for TCL_UTF... check-in: e0cba87ba8 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-27
| ||
| 11:19 | Ticket [87082587c4]: typo in msgcat man page check-in: 9d532a6cf3 user: oehhar tags: core-8-6-branch | |
|
2021-02-23
| ||
| 13:43 | Merge sebres-8-6-clock-speedup-cr2 check-in: c7f108172f user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 13:31 | Merge 8.6 check-in: c628eff8f8 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 13:03 | Merge 8.5 check-in: 35bdd5925f user: jan.nijtmans tags: core-8-6-branch | |
| 07:44 | merge-mark check-in: 92d3c95b75 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 07:23 | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not always well-synchonized ... check-in: 05ddcd7cdb user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-22
| ||
| 15:45 | Fix one more usage of getenv() on Windows check-in: aa52f7c4dd user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 15:39 | Better solution for msvc OPTS=static,msvcrt regression: On win32 we cannot thrust the getenv() funct... check-in: 91d49f1279 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 13:32 | Unneeded if() check-in: 5783440f64 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 13:14 | Fix regression in msvc OPTS=static,msvcrt build. I think I finally got it now. check-in: 35f743b037 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 08:02 | Give TzsetIfNecessary "interp" argument. check-in: a4e6db4b1a user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2021-02-19
| ||
| 09:26 | Merge 8.6 check-in: 52bef1add0 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 09:25 | Fix various compiler warnings check-in: 29284a3809 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 07:20 | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Thanks to Tom Lane for the... check-in: 4113aee487 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-18
| ||
| 14:34 | Merge sebres-8-6-clock-speedup-cr2 check-in: 5cf097b4b8 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 14:32 | One more error-message tweak check-in: fa345dec34 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 14:25 | tweak error-messages a little more (no quotes here) check-in: 77e0b2d373 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 14:19 | tweak error-messages check-in: 6db289f927 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 12:28 | Merge sebres-8-6-clock-speedup-cr2 check-in: 8018d27b37 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 12:25 | Merge 8.6 check-in: 3ee5d24af0 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 08:32 | Two new testcases for abs() check-in: 7ee2c647ff user: jan.nijtmans tags: core-8-6-branch | |
| 07:55 | Performance optimization in TzsetIfNecessary() function. Cherry-picked from sebres-8-6-clock-speedup... check-in: e8d111bc5f user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-17
| ||
| 18:51 | merge-mark check-in: fc292fdcbf user: jan.nijtmans tags: core-8-6-branch | |
| 18:24 | Merge sebres-8-6-clock-speedup-cr2 check-in: febab3a5f4 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 18:22 | Merge 8.6 check-in: c73fc75775 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2021-02-16
| ||
| 12:07 | Fix bug in previous commit: Don't update stringPtr->numChars when doing a "string reverse", because ... check-in: 859adaff91 user: jan.nijtmans tags: core-8-6-branch | |
| 11:11 | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werner for bug report and PO... check-in: 6e5efe220f user: jan.nijtmans tags: core-8-6-branch | |
| 11:05 | Remove unnecessary end-of-line spacing in test-cases check-in: 8446be064b user: jan.nijtmans tags: core-8-6-branch | |
| 09:00 | Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3 check-in: cb62f18ca1 user: jan.nijtmans tags: core-8-6-branch | |
| 08:10 | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported from 8.7, no change fo... check-in: 5437791423 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-15
| ||
| 16:13 | Fix [d43f96c1a8]: string trimright is broken for Emoji check-in: 6c9e75198c user: jan.nijtmans tags: core-8-6-branch | |
| 12:35 | More testcases from Christian Werner, regarding "string reverse" with Emoji. Those testcases fail in... check-in: 4b273aa0ff user: jan.nijtmans tags: core-8-6-branch | |
| 08:07 | Add testcases from Christian Werner, regarding "string trim" with Emoji check-in: 7a97f37c60 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-10
| ||
| 10:44 | Backport win/rules.vc from 8.7 check-in: 8992a6ab3f user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-08
| ||
| 10:11 | Merge 8.5 check-in: 70529bfafa user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-05
| ||
| 13:42 | More implicit type-casts, for better compatibility with C++ check-in: 93ad66cbe5 user: jan.nijtmans tags: core-8-6-branch | |
| 13:37 | Oops check-in: c594596afd user: jan.nijtmans tags: core-8-6-branch | |
| 11:34 | Fix filename-11.45 testcase when there are multiple volumes: This testcase only works for the native... check-in: 08d04608ce user: jan.nijtmans tags: core-8-6-branch | |
|
2021-02-02
| ||
| 08:46 | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 check-in: 35f8514947 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-01-29
| ||
| 15:45 | Undo previous change to unix/configure.in check-in: 583687b78a user: jan.nijtmans tags: core-8-6-branch | |
| 13:45 | Fix 2 warnings when running "autoconf" (2.69 or 2.70) check-in: 849ee13c1d user: jan.nijtmans tags: core-8-6-branch | |
|
2021-01-28
| ||
| 10:42 | Use {} braces in more "expr" expressions. check-in: f65d4e057a user: jan.nijtmans tags: core-8-6-branch | |
| 10:38 | Use "in" operator in stead of "lsearch -exact" when possible check-in: 0480005281 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-01-27
| ||
| 10:13 | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact". check-in: fb3f31ef5a user: jan.nijtmans tags: core-8-6-branch | |