Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2022-01-24 15:29:36.
|
2022-01-28
| ||
| 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 | |
| 10:46 | be more strict about using argv[0] check-in: 0e1d2702ab user: bch tags: argx_rejig | |
| 08:29 | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: current [https://arstechni... check-in: 4712f32196 user: bch tags: argx_rejig | |
|
2022-01-27
| ||
| 22:26 | 3 more API's check-in: 7413e9f3e3 user: jan.nijtmans tags: tip-616 | |
| 17:27 | More int -> size_t, especially TclOO check-in: 9488dfb670 user: jan.nijtmans tags: tip-616 | |
| 16:53 | Almost complete (at least the API) check-in: 5d3dbeefa9 user: jan.nijtmans tags: tip-616 | |
| 15:15 | More progress check-in: 22b7c31f21 user: jan.nijtmans tags: tip-616 | |
|
2022-01-26
| ||
| 23:05 | more progress check-in: 8ce4f1cd58 user: jan.nijtmans tags: tip-616 | |
| 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 | |
| 14:56 | Add TclParseArgsObjv_ check-in: d2cd1f43f9 user: jan.nijtmans tags: tip-616 | |
| 13:33 | Add TclParseArgsObjv_ check-in: 3c38c4a65b user: jan.nijtmans tags: tip-616-for-8.7 | |
| 12:11 | Change Tcl_Merge API too check-in: bbdecfb21c user: jan.nijtmans tags: tip-616 | |
| 08:37 | More WIP check-in: 3f003f3286 user: jan.nijtmans tags: tip-616 | |
|
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 | |
| 09:38 | Show reason for TIP #615. Consisancy in return values meaning 'nothing found' check-in: 7aecdb70cb user: jan.nijtmans tags: tip-615-bis | |
|
2022-01-24
| ||
| 21:37 | 3 more stub-entries check-in: 61a759a893 user: jan.nijtmans tags: tip-616 | |
| 21:24 | 3 more stub-entries check-in: e5838cf45d user: jan.nijtmans tags: tip-616-for-8.7 | |
| 20:54 | More work in progress check-in: e2382fa2c9 user: jan.nijtmans tags: tip-616 | |
| 15:55 | Merge 8.7 check-in: 4f72807e3e user: jan.nijtmans tags: tip-616-for-8.7 | |
| 15:41 | Merge 8.7 check-in: 66558c7141 user: jan.nijtmans tags: trunk, main | |
| 15:40 | Merge 8.6 check-in: 56efe65709 user: jan.nijtmans tags: core-8-branch | |
| 15:29 | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentation matches the signature... check-in: 31cae19da0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:23 | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList too check-in: 5673a14bd0 user: jan.nijtmans tags: tip-616 | |
| 11:53 | Tcl Dicts > 2^31 elements too check-in: 6f6602a104 user: jan.nijtmans tags: tip-616 | |
| 11:19 | Merge 8.7 check-in: 7d695dcfe3 user: jan.nijtmans tags: tip-616-for-8.7 | |
| 11:16 | merge-mark check-in: c37df5046c user: jan.nijtmans tags: trunk, main | |
| 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:05 | merge-mark check-in: 85b27113e7 user: jan.nijtmans tags: trunk, main | |
| 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 | |
| 08:18 | TIP #616: Tcl lists > 2^31 elements. WIP check-in: ff0a9cf127 user: jan.nijtmans tags: tip-616 | |
|
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:22 | Merge 8.7 check-in: a23e0a8932 user: jan.nijtmans tags: trunk, main | |
| 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
| ||
| 16:16 | In case troubles are found in Tcl_GetRange(), this branch brings back Tcl_GetRange() to how it was i... Closed-Leaf check-in: 5b0676e5ca user: jan.nijtmans tags: bug-e9a2715d91 | |
| 15:56 | Merge 8.7 check-in: 1b61155cda user: jan.nijtmans tags: trunk, main | |
| 15:15 | Merge 8.6 check-in: 2306f87127 user: jan.nijtmans tags: core-8-branch | |
| 14:44 | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter check, it's caller doesn'... check-in: 78bfdd485f user: jan.nijtmans tags: core-8-6-branch | |
| 11:11 | Merge 8.7 check-in: ebedbf9a12 user: jan.nijtmans tags: trunk, main | |
| 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:34 | Merge 8.7 check-in: 15373fc047 user: jan.nijtmans tags: trunk, main | |
| 23:26 | Update documentation for Tcl_GetRange() check-in: 61b142d29c user: jan.nijtmans tags: core-8-branch | |