Tcl Source Code

Check-in [b699959d62]
Login

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

Overview
Comment:Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj(). jn: See [https://github.com/tcltk/tcl/actions/runs/4740740589/jobs/8416919499] for one of the reasons for rejection. Also, I share Ashok's remark
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | pyk-b3628609ad
Files: files | file ages | folders
SHA3-256: b699959d625540f801955902b97b0d13b34ef8c0857d675a9cf1660ab7baabf9
User & Date: pooryorick 2023-04-21 22:10:46.698
Original Comment: Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj().
References
2023-09-12
12:40 Closed ticket [b3628609ad]: concatenating strings is broken when the "bytes... artifact: 695c5061ed user: jan.nijtmans
2023-04-21
22:14 Pending ticket [b3628609ad]. artifact: b22b9b706c user: pooryorick
Context
2023-04-22
19:07
Remove [after] that was inserted for debugging. closed check-in: 40f8ebb234 user: pooryorick tags: pyk-b3628609ad
2023-04-21
22:10
Fix issue [b3628609ad73a105] by scrapping most of TclStringCat() in favor of Tcl_AppendObjToObj(). ... check-in: b699959d62 user: pooryorick tags: pyk-b3628609ad
20:39
Merge 8.7 check-in: 9cbb0b212f user: jan.nijtmans tags: trunk, main
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclStringObj.c.
Changes to tests/append.test.
Changes to tests/string.test.