Tcl Source Code

Check-in [9198c16407]
Login

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

Overview
Comment:Fix for [3592747]: Let TclNRTailcallEval handle namespace problems.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: 9198c16407f3f007592725e0cc69e17943ad87637788e6b1cf2c5a40441729f9
User & Date: pooryorick 2018-06-24 07:17:46.477
References
2018-08-13
12:53 Ticket [723a2f4ac3] return -code break/tailcall break from coroutine goes wrong ... artifact: dd49020bd9 user: sebres
2018-06-24
07:24 Ticket [3592747fff] (tailcall|yieldto) failed to find the proper namespace Abort... artifact: 3b249618d7 user: pooryorick
Context
2018-06-25
07:22
Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handling). Fix various typo's check-in: 257ff5d1b3 user: jan.nijtmans tags: core-8-6-branch
2018-06-24
07:17
Fix for [3592747]: Let TclNRTailcallEval handle namespace problems. check-in: 9198c16407 user: pooryorick tags: core-8-6-branch
2018-06-23
14:18
Add a test for no generation of a string representation when comparing with the empty string. check-in: b7e3852c22 user: pooryorick tags: core-8-6-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclBasic.c.
Changes to tests/tailcall.test.