summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-19 01:01:03 (GMT)
committerhobbs <hobbs>2000-04-19 01:01:03 (GMT)
commit6f99bc0b628826792dfe213f55fba95db4bf1e05 (patch)
tree912b3ea9d69b6b9f2bfd58de1d9e595dab1db678 /ChangeLog
parentd7e6ff2189631591abad9b2325b88d9d926a0c9b (diff)
downloadtcl-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98adc49..37bb364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: