Timeline
Not logged in

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

55 check-ins using file generic/tclEncoding.c version f9afa8d5c5

2022-02-09
22:14
Merge 8.7 check-in: d55c77d491 user: jan.nijtmans tags: tip-617
22:12
Merge 8.7 check-in: 77e26497a5 user: jan.nijtmans tags: tip-615
22:10
Merge 8.6 check-in: 9409eb6447 user: jan.nijtmans tags: core-8-branch
16:47
Merge 8.7 check-in: c268d6f436 user: jan.nijtmans tags: tip-617
16:36
Merge 8.7 check-in: bbe803a0eb user: jan.nijtmans tags: tip-615
11:58
Merge 8.6 check-in: eb6b6539ee user: jan.nijtmans tags: core-8-branch
2022-02-08
14:23
Correct previous commit (Windows build error) check-in: 0f4dcb0e40 user: jan.nijtmans tags: core-8-branch
2022-02-07
22:16
Fix [1fe745559a]: Conditional jump or move depends on uninitialised value in Tcl_UniCharToUtf check-in: 173c09dcf8 user: jan.nijtmans tags: core-8-branch
16:08
Merge 8.7 check-in: fa141b585d user: jan.nijtmans tags: tip-617
15:35
Fix [1fe745559a]: 8.7, 9.0: Conditional jump or move depends on uninitialised value in Tcl_UniCharTo... Closed-Leaf check-in: 4e0909a17e user: jan.nijtmans tags: bug-1fe745559a
14:55
Merge 8.6 check-in: e4a7c4fa71 user: jan.nijtmans tags: core-8-branch
08:48
Merge 8.6 check-in: 6b7ec7b56a user: jan.nijtmans tags: core-8-branch
2022-02-03
13:13
TIP #617: Tcl_WCharLen/Tcl_Char16Len check-in: 2b0167c4a2 user: jan.nijtmans tags: tip-617
12:49
Fix Tcl_UtfToWChar() typedef check-in: 080fbcde97 user: jan.nijtmans tags: core-8-branch
2022-02-02
16:53
Merge 8.7 Closed-Leaf check-in: 489ba2db5f user: jan.nijtmans tags: tip-613
16:51
Merge 8.7 check-in: e30b103400 user: jan.nijtmans tags: tip-615
16:48
Merge 8.7 check-in: 5183219b73 user: jan.nijtmans tags: tip-616-for-8.7
16:46
Merge 8.6 check-in: 132a24c42f user: jan.nijtmans tags: core-8-branch
2022-02-01
12:31
Merge 8.6 check-in: 2245871b04 user: jan.nijtmans tags: core-8-branch
09:56
Merge 8.7 check-in: d63d09824a user: jan.nijtmans tags: tip-616-for-8.7
2022-01-31
12:04
code alignment check-in: 01fa971fac user: jan.nijtmans tags: tip-615
11:49
Merge 8.7 check-in: 8b1bfefd8e user: jan.nijtmans tags: tip-615
2022-01-28
23:52
take advantage of what we know re: argv guarantees [https://www.iso-9899.info/n1570.html#5.1.2.2.1|a... check-in: d69611bc9d user: bch tags: core-8-branch
23:28
rejig argv/argc handling in response to investigation prompted by [https://arstechnica.com/informati... check-in: d1f6c5ef6c user: bch tags: core-8-branch
14:59
Allow indexPtr to be (int *)NULL check-in: 8a07ca7765 user: jan.nijtmans tags: tip-613
13:25
Fix ParseArgsObjv() wrapper, and adapt testcase to prove that it works check-in: 114a54fbb4 user: jan.nijtmans tags: tip-616-for-8.7
10:52
Use more size_t in tclTest.c, for testing the new wrapper functions check-in: 066c408415 user: jan.nijtmans tags: tip-616-for-8.7
2022-01-26
17:48
Add back a clarification to the documentation for [expr] that an operand is interpreted as a number ... check-in: 775edc3e17 user: pooryorick tags: core-8-branch
13:33
Add TclParseArgsObjv_ check-in: 3c38c4a65b user: jan.nijtmans tags: tip-616-for-8.7
2022-01-25
15:19
unbreak (windows) build check-in: 34d0c6a14a user: jan.nijtmans tags: tip-616-for-8.7
14:22
Merge 8.7 check-in: e6b33eb55a user: jan.nijtmans tags: tip-613
2022-01-24
21:24
3 more stub-entries check-in: e5838cf45d user: jan.nijtmans tags: tip-616-for-8.7
15:55
Merge 8.7 check-in: 4f72807e3e user: jan.nijtmans tags: tip-616-for-8.7
15:40
Merge 8.6 check-in: 56efe65709 user: jan.nijtmans tags: core-8-branch
11:19
Merge 8.7 check-in: 7d695dcfe3 user: jan.nijtmans tags: tip-616-for-8.7
11:15
Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's only available if TCL_N... check-in: 55d66c907b user: jan.nijtmans tags: core-8-branch
11:01
Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases from the previous commit) check-in: 96fd21c06c user: jan.nijtmans tags: core-8-branch
10:00
Extend for Tcl dicts too (API only) check-in: 8376bd283c user: jan.nijtmans tags: tip-616-for-8.7
2022-01-23
21:56
Extend for Tcl lists > 2^31 elements (API only) check-in: 6ac0be37b5 user: jan.nijtmans tags: tip-616-for-8.7
16:21
eol-spacing from previous commit check-in: 1c24f254fe user: jan.nijtmans tags: core-8-branch
2022-01-22
14:47
Rewrite of documentation for [chan] check-in: eb627bda27 user: pooryorick tags: core-8-branch
2022-01-21
15:15
Merge 8.6 check-in: 2306f87127 user: jan.nijtmans tags: core-8-branch
08:53
Fix bug in Tcl_GetIntForIndex() (TIP #544), discovered when investigating [https://core.tcl-lang.org... check-in: 96a8baa3c9 user: jan.nijtmans tags: core-8-branch
08:43
Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bug Closed-Leaf check-in: 2858475ed7 user: jan.nijtmans tags: bug-a9929f112a
2022-01-19
14:21
(partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929f112a]. WIP check-in: 7460813a8a user: jan.nijtmans tags: bug-a9929f112a
11:04
Merge 8.7 check-in: a2ae4597f0 user: jan.nijtmans tags: tip-613
2022-01-18
23:53
Merge 8.7 check-in: daff5c453c user: jan.nijtmans tags: tip-615
23:26
Update documentation for Tcl_GetRange() check-in: 61b142d29c user: jan.nijtmans tags: core-8-branch
15:52
Merge 8.6 check-in: de79810eea user: jan.nijtmans tags: core-8-branch
14:40
TIP #615: string is index. WIP check-in: 9077972219 user: jan.nijtmans tags: tip-615
2022-01-17
17:07
Fix merge conflict previous commit check-in: 6fc61089ca user: jan.nijtmans tags: core-8-branch
17:02
Merge 8.6 check-in: ea38112364 user: jan.nijtmans tags: core-8-branch
11:21
Merge 8.6 check-in: 636d27ef56 user: jan.nijtmans tags: core-8-branch
2022-01-15
17:02
Fix [6474fbd934]: Tcl 8.7a5: why utf-8 is different? check-in: 3f25428a3f user: jan.nijtmans tags: core-8-branch
2022-01-14
22:34
Proposed fix for [6474fbd934]: Tcl 8.7a5: why utf-8 is different? Closed-Leaf check-in: c4a89ec75d user: jan.nijtmans tags: bug-6474fbd934