diff options
author | hobbs <hobbs> | 2002-12-04 07:07:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-12-04 07:07:58 (GMT) |
commit | 3ec15d47f45aee77ef86ca5943b8c7624c37718c (patch) | |
tree | 987b113cb5fc7cc2021bbf9ee1544429ed6eca74 /ChangeLog | |
parent | 3fd2ddaa800f0f13be22ed384ff631906d909ea4 (diff) | |
download | tcl-3ec15d47f45aee77ef86ca5943b8c7624c37718c.zip tcl-3ec15d47f45aee77ef86ca5943b8c7624c37718c.tar.gz tcl-3ec15d47f45aee77ef86ca5943b8c7624c37718c.tar.bz2 |
* generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check of
tclStubsPtr to allow for repeated load/unload of the Tcl dll by
hosting apps. [Bug 615304]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-12-03 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check of + tclStubsPtr to allow for repeated load/unload of the Tcl dll by + hosting apps. [Bug 615304] + 2002-12-03 David Gravereaux <davygrvy@pobox.com> * win/tclAppInit.c (sigHandler): Protect from trying to close a |