> Are you sure that the call to 'TclpInitLibraryPath(baseName);' > is not required in Tcl/Tk 8.1, 8.2, 8.3 ? > I would propose the following: > > +#if TKMAJORMINOR >= 8001 > + TclpInitLibraryPath(baseName); > +# endif /* TKMAJORMINOR */ It is an internal routine which shouldn't be called at all by the user. I believe it is called internally at the right time. Note that we now call Tcl_FindExecutable(), which *is* intended to be called by the user (and exists in all 8.x versions) -- maybe this causes TclpInitLibraryPath() to be called. I tested it on Solaris, with Tcl/Tk versions 8.0.4, 8.1.1, 8.2.3 and 8.3.0, and it doesn't seem to make any difference, as long as that version of Tcl/Tk has actually been installed. (When it's not installed, TclpInitLibraryPath() doesn't help either.) I still have to check this on Windows -- maybe it'll have to go back in. [...] > Sorry, but I don't know enough about this in connection with the > unicode patches and if we should pay attention to this. It seems to be allright... --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4