Tcl Source Code

Check-in [e6479634cb]
Login

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

Overview
Comment:In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->result. Have to ask specifically for the string rep of the value we want.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-39fed4dae5
Files: files | file ages | folders
SHA3-256: e6479634cbc19bc6a583e1626e2ba7a4bdccd98d1965d97d49f6d88f7e982596
User & Date: dgp 2019-03-07 22:13:25.595
Context
2019-03-08
14:46
[39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough for caller to use it... check-in: 6bf2a6d132 user: dgp tags: core-8-6-branch
2019-03-07
22:13
In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->result. Have to ask specif... closed check-in: e6479634cb user: dgp tags: bug-39fed4dae5
20:24
Integrate the test, which seems to indicate the bug fix doesn't work. More to come.... check-in: e3fa2e57a8 user: dgp tags: bug-39fed4dae5
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclPkg.c.
Changes to generic/tclTestProcBodyObj.c.