Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user pooryorick occurring around 2023-04-28 23:57:14.
|
2023-05-15
| ||
| 20:49 | Add Tcl_DecrRefCount() missing from [4b1a20629e]. check-in: 0785828c47 user: pooryorick tags: trunk, main | |
|
2023-05-14
| ||
| 08:21 | Rename TclRelaxRefCount() to TclUndoRefCount(). check-in: 8181a7f089 user: pooryorick tags: trunk, main | |
|
2023-05-13
| ||
| 10:59 | Add TclRelaxRefCount, and also try to take the fast path more often in byte-compiled [lindex]. check-in: 4b1a20629e user: pooryorick tags: trunk, main | |
|
2023-05-12
| ||
| 23:20 | In tclExecute.c call DECACHE_STACK_INFO() before calling TclLindexList(). check-in: 5830c27a5f user: pooryorick tags: trunk, main | |
|
2023-05-11
| ||
| 20:25 | Add TclRelaxRefCount and TclObjGetScalar, and use them to try to take the fast path more often in by... Closed-Leaf check-in: 05eeae5d67 user: pooryorick tags: py-build-broken | |
| 17:17 | Fix failing valgrind suppression for load.test check-in: 577f42d9a9 user: pooryorick tags: trunk, main | |
| 17:07 | Silence valgrind "still reachable" report in cmdAH.test check-in: 71448a9b15 user: pooryorick tags: trunk, main | |
| 13:08 | Fix Valgind report of still reachable blocks in aaa_exit.test and other test files. check-in: a82bb79e8c user: pooryorick tags: trunk, main | |
|
2023-05-09
| ||
| 06:56 | • Edit [e70694738ef4193c|e70694738e]: Edit check-in comment. artifact: a7359d1337 user: pooryorick | |
|
2023-05-08
| ||
| 14:23 | • Edit [9d3b0a93ade7f4ea|9d3b0a93ad]: Mark "Closed". artifact: ac535eb7cd user: pooryorick | |
| 14:08 | Make TclLindexFlat() a litle more straightforward. check-in: 027b027f72 user: pooryorick tags: trunk, main | |
| 11:35 | Use Tcl_Size instead of size_t in two places in TclIndexEncode. check-in: c52df109f3 user: pooryorick tags: trunk, main | |
|
2023-05-06
| ||
| 19:44 | Use Tcl_Size instead of size_t in two places in TclIndexEncode. Closed-Leaf check-in: 9d3b0a93ad user: pooryorick tags: py-build-broken | |
| 15:54 | Make TclLindexFlat() a litle more straightforward. jn: @nathan, All Github CI-builds are turning ... check-in: 0a3d10e244 user: pooryorick tags: py-build-broken | |
|
2023-05-05
| ||
| 14:57 | A few corrections in comments. check-in: 909ed82355 user: pooryorick tags: trunk, main | |
| 09:40 | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. check-in: 853b3416a7 user: pooryorick tags: trunk, main | |
|
2023-05-04
| ||
| 20:26 | Make some tests select an encoding profile instead of relying on the default. check-in: 3389fba412 user: pooryorick tags: trunk, main | |
|
2023-05-03
| ||
| 16:00 | • Ticket [0b9200888e] TIP #660 breaks TIP #628/#630 status still Open with 3 other changes artifact: faba159396 user: pooryorick ... 1 similar event omitted. | |
| 10:40 | • Closed ticket [f5eadcbf9a]: passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corrupt data plus 4 other changes artifact: e3649dc9a2 user: pooryorick | |
| 09:31 | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc... check-in: cd426d20a9 user: pooryorick tags: trunk, main | |
|
2023-05-02
| ||
| 15:26 | • Pending ticket [b3628609ad]: concatenating strings is broken when the "bytes" field of a Tcl_Obj contains invalid data and the type is not tclStringType plus 3 other changes artifact: 668a3b4a34 user: pooryorick ... 1 similar event omitted. | |
| 12:47 | Fix issue [b3628609ad73a105], by allowing TclStringCat to assume that each Tcl_Obj.bytes value is co... Closed-Leaf check-in: 2ddc0c3fa9 user: pooryorick tags: pyk-b3628609ad | |
| 12:25 | • Edit [40f8ebb23446a5ea|40f8ebb234]: Mark "Closed". artifact: 21d9188c28 user: pooryorick | |
|
2023-04-28
| ||
| 09:03 | Merge trunk. check-in: 38d72f7adb user: pooryorick tags: trunk-encodingdefaultstrict | |
| 06:43 | Limit memset() to "TCL_UTF_MAX=3' builds. check-in: c72b11eac7 user: pooryorick tags: trunk, main | |
| 04:10 | • Ticket [c2dc50ee31] Tcl_FSEvalFileEx() does not use strict encoding profile status still Open with 3 other changes artifact: b449821e80 user: pooryorick ... 1 similar event omitted. | |
|
2023-04-27
| ||
| 20:58 | • Edit [0b684db687ba39e7|0b684db687]: Mark "Closed". artifact: eacbea78ab user: pooryorick | |
| 20:54 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... check-in: 90d2fcee22 user: pooryorick tags: trunk, main | |
| 20:43 | • Ticket [f5eadcbf9a] passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corrupt data status still Pending with 4 other changes artifact: a3361a4d4a user: pooryorick | |
| 20:42 | Fix for [f5eadcbf9a6b1b4c], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: 480c856482 user: pooryorick tags: trunk, main | |
| 20:34 | memset(0xff) instead of memset(0) to accomodate tests that fill buffer with 0xff. Closed-Leaf check-in: 1e52f2b6c3 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
|
2023-04-26
| ||
| 13:00 | • Ticket [f5eadcbf9a] passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corrupt data status still Pending with 3 other changes artifact: c61c0041b7 user: pooryorick ... 3 similar events omitted. | |
|
2023-04-25
| ||
| 21:10 | • Edit [ee6a702b646981b2|ee6a702b64]: Edit check-in comment. artifact: 63cf280011 user: pooryorick | |
| 20:39 | • Ticket [f5eadcbf9a] passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corrupt data status still Pending with 4 other changes artifact: 3fd844f6af user: pooryorick ... 1 similar event omitted. | |
| 20:34 | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corr... check-in: db9f715fd5 user: pooryorick tags: bug-f5eadcbf9a6b1b4c | |
| 20:26 | • New ticket [f5eadcbf9a] passing pointer to uninitialized memory leads Tcl_UniCharToUtf() to corrupt data. artifact: 92ef8facf8 user: pooryorick | |
|
2023-04-24
| ||
| 18:11 | • Open ticket [718de2132f]: review use of strip on the stubs library plus 2 other changes artifact: 644143441b user: pooryorick ... 2 similar events omitted. | |
|
2023-04-23
| ||
| 23:57 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendObj... Closed-Leaf check-in: 0b684db687 user: pooryorick tags: pyk-Tcl_AppendObjToObj | |
| 22:37 | • Ticket [b3628609ad] concatenating strings is broken when the "bytes" field of a Tcl_Obj contains invalid data and the type is not tclStringType status still Open with 3 other changes artifact: d001c93fed user: pooryorick ... 1 similar event omitted. | |
| 11:48 | merge trunk [f867f44c9c]. check-in: be70a97e6d user: pooryorick tags: trunk-encodingdefaultstrict | |