javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Support for Tcl 8.6 #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Included with patch 7.4.046

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