summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-19 01:01:03 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-19 01:01:03 (GMT)
commit064a5ec74ce54f1d6d7481bbafa78e182aeed53d (patch)
tree912b3ea9d69b6b9f2bfd58de1d9e595dab1db678
parentf26c39cfdc36b9ff06c5f8cf4eb3e7efc3613405 (diff)
downloadtcl-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--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: