Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user pooryorick occurring around 2023-04-23 11:48:15.
|
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 | |
| 11:39 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). This is independent of TIP 657: A scrip... Closed-Leaf check-in: f867f44c9c user: pooryorick tags: pyk-whatever | |
| 11:28 | Add bytearray checking to TclCheckEmptyString(), and then use TclCheckEmptyString() in Tcl_AppendOb... check-in: a61fef8429 user: pooryorick tags: pyk-whatever | |
|
2023-04-22
| ||
| 22:49 | Make Tcl_AppendObjToObj avoid string generation in a couple more circumstances, and edit some docume... check-in: e6fe76ae6b user: pooryorick tags: trunk, main | |
| 19:07 | Remove [after] that was inserted for debugging. Closed-Leaf check-in: 40f8ebb234 user: pooryorick tags: pyk-b3628609ad | |
| 18:37 | • Edit [b699959d625540f8|b699959d62]: Move to branch pyk-b3628609ad. artifact: c690ee9f5c user: pooryorick | |
|
2023-04-21
| ||
| 23:04 | • Closed ticket [a7a89d422a]: Under strict encoding, gets returns an error instead of returning the second line plus 4 other changes artifact: a629dee7d2 user: pooryorick | |
| 23:03 | • Closed ticket [25cdcb7e8f]: incomplete utf-8 sequence followed by eofchar results in failed assertion plus 4 other changes artifact: 29711dd841 user: pooryorick | |
| 23:02 | • Closed ticket [eabcbd0827]: read error persists on channel with strict encoding after encoding is changed to binary plus 4 other changes artifact: 7095a50a45 user: pooryorick | |
| 22:14 | • Pending ticket [b3628609ad]: concatening strings is broken when the "bytes" field of a Tcl_Obj contains invalid data and the type is not tclStringType plus 6 other changes artifact: b22b9b706c user: pooryorick | |
| 22:10 | Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj(). ... check-in: b699959d62 user: pooryorick tags: pyk-b3628609ad | |
| 21:25 | • New ticket [b3628609ad] concatening strings is broken when the "bytes" field of a Tcl_Obj contains invalid data and the type is not tclStringType. artifact: 3ab3ed9a7e user: pooryorick | |
| 20:32 | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating a string representation wh... check-in: 4a7b807856 user: pooryorick tags: trunk, main | |
| 09:19 | Set the encoding profile to strict in Tcl_FSEvalFileEx(). check-in: 3016169b6f user: pooryorick tags: trunk, main | |
|
2023-04-19
| ||
| 17:05 | Merge trunk [08fc7dfb36]. check-in: 31278b27ed user: pooryorick tags: trunk-encodingdefaultstrict | |
| 16:41 | Merge trunk [c2d903f6ed]: apn-bigdata-tests. check-in: 9b48ca9beb user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:20 | Fossil merge [1842599320]: TIP 660 accepted. check-in: 2ae62e3581 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:15 | Merge trunk [883464ea32]. check-in: b5d4c2af53 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 12:02 | • Edit [653207dc80e2713c|653207dc80]: Mark "Closed". artifact: 4acfa11575 user: pooryorick | |
| 11:28 | Merge trunk [1ef347e31d]. check-in: d325b41eb8 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 11:19 | Merge trunk [5995ca9b6c]. check-in: 34fc519806 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:43 | Merge trunk [f9c8bbde44]. check-in: 3237cee77c user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:17 | Merge trunk [433637e689]. check-in: 13903d9907 user: pooryorick tags: trunk-encodingdefaultstrict | |
| 07:15 | • Ticket [a7a89d422a] Under strict encoding, gets returns an error instead of returning the second line status still Open with 2 other changes artifact: 89ad33fccb user: pooryorick ... 1 similar event omitted. | |
| 07:14 | • Ticket [eabcbd0827] read error persists on channel with strict encoding after encoding is changed to binary status still Open with 4 other changes artifact: f93f30508b user: pooryorick | |