Tcl Source Code

Check-in [e3fa2e57a8]
Login

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

Overview
Comment:Integrate the test, which seems to indicate the bug fix doesn't work. More to come....
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-39fed4dae5
Files: files | file ages | folders
SHA3-256: e3fa2e57a831baea6bd47d128522cbac4c6b68523d50bb1ec3e8dc90601f077b
User & Date: dgp 2019-03-07 20:24:53.178
Context
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
20:05
Merge forward to demonstrate the test fails after the bug arrived. closed check-in: 89f964c345 user: dgp tags: pkg-return-check
2019-03-06
01:42
[39fed4dae5] Minimal fix for volatile lifetime of string returned by Tcl_PkgRequire(). We need a te... check-in: bec67444fa user: dgp tags: bug-39fed4dae5
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclTestProcBodyObj.c.
Changes to tests/proc.test.