Tcl Source Code

Check-in [ba9a1d9ddb]
Login

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

Overview
Comment:3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also converted some memcpy() to memmove() to reliably handle overlapping copies, and corrected test for when growth is needed.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-3484402
Files: files | file ages | folders
SHA1: ba9a1d9ddb07462fadd9341dfee62228784b9d18
User & Date: dgp 2012-02-07 20:28:56.840
Context
2012-02-09
14:57
3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also corrected test for w... check-in: f57b5ba48d user: dgp tags: core-8-4-branch
2012-02-07
20:28
3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also converted some memc... Closed-Leaf check-in: ba9a1d9ddb user: dgp tags: bug-3484402
2012-02-06
17:21
3484621 Invalidate bytecode when exec traces are added/removed from compiled cmd. check-in: 4b0a6f7864 user: dgp tags: core-8-4-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclStringObj.c.