diff options
author | hobbs <hobbs> | 2000-04-19 01:01:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-19 01:01:03 (GMT) |
commit | 6f99bc0b628826792dfe213f55fba95db4bf1e05 (patch) | |
tree | 912b3ea9d69b6b9f2bfd58de1d9e595dab1db678 | |
parent | d7e6ff2189631591abad9b2325b88d9d926a0c9b (diff) | |
download | tcl-6f99bc0b628826792dfe213f55fba95db4bf1e05.zip tcl-6f99bc0b628826792dfe213f55fba95db4bf1e05.tar.gz tcl-6f99bc0b628826792dfe213f55fba95db4bf1e05.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.
-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: |