Tcl Source Code

Check-in [128d902c33]
Login

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

Overview
Comment:[272e866f1e][965a39e314] Revise ReadBytes so that it uses the bytearray growth algorithm already in TclAppendBytesToByteArray() rather than poorly making its own.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-272e866f1e
Files: files | file ages | folders
SHA1: 128d902c33efffa7eb8ab6f353f7fe7d680739d2
User & Date: dgp 2014-01-15 20:21:07.838
Context
2014-01-17
09:43
remove some dead code closed check-in: a9e0697268 user: dkf tags: bug-272e866f1e
2014-01-15
20:21
[272e866f1e][965a39e314] Revise ReadBytes so that it uses the bytearray growth algorithm already in ... check-in: 128d902c33 user: dgp tags: bug-272e866f1e
19:04
[2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. Also moves overflow checkin... closed check-in: e5267e9dcd user: dgp tags: bug-2992970
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclIO.c.