diff options
author | hobbs <hobbs@noemail.net> | 2000-04-19 01:01:03 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-19 01:01:03 (GMT) |
commit | 064a5ec74ce54f1d6d7481bbafa78e182aeed53d (patch) | |
tree | 912b3ea9d69b6b9f2bfd58de1d9e595dab1db678 | |
parent | f26c39cfdc36b9ff06c5f8cf4eb3e7efc3613405 (diff) | |
download | tcl-064a5ec74ce54f1d6d7481bbafa78e182aeed53d.zip tcl-064a5ec74ce54f1d6d7481bbafa78e182aeed53d.tar.gz tcl-064a5ec74ce54f1d6d7481bbafa78e182aeed53d.tar.bz2 |
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to
thread-local storage to prevent thread-related race condition.
[Bug: 5033]
* unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the
library path as it was unnecessary and conflicts with move of
tclLibraryPath to thread-local storage.
FossilOrigin-Name: 57271c37236e32612ece947ba1483e6714daf238
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-04-16 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to + thread-local storage to prevent thread-related race condition. + [Bug: 5033] + * unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the + library path as it was unnecessary and conflicts with move of + tclLibraryPath to thread-local storage. + 2000-04-18 <redman@scriptics.com> * win/Makefile.in: |