Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Tcl 8.6 #167

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 1 comment
Closed

Support for Tcl 8.6 #167

GoogleCodeExporter opened this issue Aug 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

See bug report here: [http://core.tcl.tk/tcl/info/8419b6d9ae]

Starting with Tcl 8.6, the function Tcl_FindExecutable() is
not callable through the stub table any more. This was
a design mistake in earlier Tcl version, because
Tcl_FindExecutable() must be called before
Tcl_CreateInterp()

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

Tcl8.6 on Win32/Win64

Please provide any additional information below.

Suggested patch for if_tcl.c attached. This should
work for earlier Tcl versions as well.


Original issue reported on code.google.com by jan.nijt...@gmail.com on 6 Sep 2013 at 11:08

Attachments:

@GoogleCodeExporter
Copy link
Author

Included with patch 7.4.046

Original comment by brammool...@gmail.com on 2 Oct 2013 at 11:46

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant