Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around 2022-03-18 23:09:03.

2022-03-22
17:25
Merge 8.7 check-in: 6de7c57db7 user: jan.nijtmans tags: trunk, main
17:06
Put back TclNumUtfChars (as TclNumUtfCharsM) macro for speedup check-in: a52cd29e90 user: jan.nijtmans tags: tip-622
16:49
Merge 8.6 check-in: 7d6611d6c8 user: jan.nijtmans tags: core-8-branch
16:47
Merge 8.5 check-in: 6fcef48446 user: jan.nijtmans tags: core-8-6-branch
16:45
Update tzdata to 2022a check-in: 16f84d7342 user: jan.nijtmans tags: core-8-5-branch
16:45
Reserve 3 more stub entries check-in: d638c6ef78 user: jan.nijtmans tags: core-8-5-branch
16:12
ucs4 -> utf32 check-in: bfaf2a12a9 user: jan.nijtmans tags: full-utf-for-87
15:53
Merge 8.7 check-in: 0f9f9fb1e6 user: jan.nijtmans tags: full-utf-for-87
15:38
Feature-complete check-in: d2ae10faca user: jan.nijtmans tags: full-utf-for-87
11:25
More progress check-in: 8a7b81816e user: jan.nijtmans tags: full-utf-for-87
08:16
Add UTF-16 versions of Tcl_UniCharLength/Tcl_NumUtfChars/Tcl_UtfAtIndex. Needed for Tk's glyph_index... check-in: d9384cad48 user: jan.nijtmans tags: tip-622
00:46
Fix [ac601b59bab7] by making only unloading a library from the process if it has an Unload functions... check-in: f0a6d62a1a user: pooryorick tags: core-8-branch
2022-03-21
19:00
merge trunk check-in: 0d1b86a27c user: dgp tags: dgp-refactor
19:00
merge trunk check-in: 96b3712b4d user: dgp tags: novem
14:42
Merge 8.7. Renumber testcases in cmdAH.test. check-in: affc202d27 user: jan.nijtmans tags: tip607-encoding-failindex
14:19
Merge 9.0 check-in: d5e4d34abb user: jan.nijtmans tags: tip-616
14:18
Fix compiler warnings, due to the use of macro's check-in: 67dcdf17e2 user: jan.nijtmans tags: trunk, main
14:17
Change expectation for encoding-24.15 testcase: current code cannot detect (yet) that this byte seq... check-in: 3e2264d373 user: jan.nijtmans tags: trunk, main
11:57
Merge 8.7 check-in: 09bc9a1e28 user: jan.nijtmans tags: trunk, main
09:57
Fix [4dbfa46caa]: TIP #601 bug: handling of '-buffersize' check-in: dd396e24b7 user: jan.nijtmans tags: core-8-branch
2022-03-20
23:14
Merge 8.7, and fix the bug Closed-Leaf check-in: a9013de8ad user: jan.nijtmans tags: bug-4dbfa46caa
21:33
Merge 8.7 Fix Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to use the right flag value (TCL_ENC... check-in: d5909b1f12 user: jan.nijtmans tags: trunk, main
20:41
TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to test for errors in Tcl_U... check-in: a0c063f093 user: jan.nijtmans tags: core-8-branch
20:17
Adapt Tcl_GetChannelBufferSize signature check-in: 30a2502062 user: jan.nijtmans tags: tip-616
2022-03-18
23:09
Further , check-in: 995c65ad87 user: jan.nijtmans tags: tip-616
22:11
More progress check-in: 5e82dc9591 user: jan.nijtmans tags: tip-616
15:39
See [4dbfa46caa]: Remove "constraint deprecated" from failing testcases which should pass check-in: 126625695d user: jan.nijtmans tags: bug-4dbfa46caa
14:04
Merge 9.0 check-in: 6477ffafea user: jan.nijtmans tags: tip-616
14:04
Merge 9.0 check-in: 220e472e1d user: jan.nijtmans tags: tip-619
14:03
Merge 8.7 check-in: 7c6c144e01 user: jan.nijtmans tags: tip-616-for-8.7
13:22
Merge 8.7 check-in: b1420df200 user: jan.nijtmans tags: trunk, main
13:05
Fix meaning of "testConstraint deprepcated" in encoding.test: Those testcases tested the behavior of... check-in: 513ba8d654 user: jan.nijtmans tags: core-8-branch
13:04
Add proper cleanup to testcases check-in: 0ac2bbd603 user: jan.nijtmans tags: core-8-branch
11:24
Merge 8.7 check-in: 9abe412215 user: jan.nijtmans tags: tip-616-for-8.7
11:18
Merge 9.0 check-in: 43e035eb1e user: jan.nijtmans tags: tip-619
11:08
Merge 9.0 check-in: f0d0d1ae2c user: jan.nijtmans tags: tip-616
11:06
Add proper clean-up to 3 testcases. Failing this, causes test-failures on Windows check-in: f5b119a239 user: jan.nijtmans tags: trunk, main
2022-03-17
22:24
Rebase towards 8.7 check-in: d350e68b5a user: jan.nijtmans tags: tip607-encoding-failindex
19:57
Merge fork check-in: baa1ae5aef user: oehhar tags: tip607-encoding-failindex
19:48
TIP607 encoding failindex: user documentation check-in: 232bdb38aa user: oehhar tags: tip607-encoding-failindex
17:52
Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also remove unused variable check-in: 36d988130e user: jan.nijtmans tags: tip607-encoding-failindex
17:25
TIP607 encoding failindex: merge trunk. Correct the remaining use of TCL_ENCODING_STOPONERROR by !TC... check-in: c6a2f6fa80 user: oehhar tags: tip607-encoding-failindex
17:02
Update documentation check-in: c69d45fc78 user: jan.nijtmans tags: trunk, main
16:55
Eliminate usage of TCL_ENCODING_STOPONERROR flag, since in Tcl 9.0 is has no meaning any more check-in: 511ea65183 user: jan.nijtmans tags: trunk, main
16:47
Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when possible, since TCL_ENCOD... check-in: 433dfc2288 user: jan.nijtmans tags: core-8-branch
16:30
TIP607 encoding failindex: also implement encoding convertto, move tests to cmdAH.test, as the other... check-in: f123c80acf user: oehhar tags: tip607-encoding-failindex
15:40
Merge fork check-in: fdae83aded user: jan.nijtmans tags: tip607-encoding-failindex
15:38
More check-in: 6267a2e0b5 user: jan.nijtmans tags: tip-616
15:05
More progress check-in: 4c5be4f585 user: jan.nijtmans tags: tip-616
14:12
merge main check-in: 38951135b3 user: oehhar tags: tip607-encoding-failindex