summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-04-23 02:06:57 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-04-23 02:06:57 (GMT)
commit1e9a3daea69a583219222cbcc2be2b0bc88eded8 (patch)
tree30050c60af376e8dc87f1c288068e4129e2954f6 /ChangeLog
parente41ca99af6cc15d36aae35b5a7ef212f65f26dab (diff)
downloadtcl-1e9a3daea69a583219222cbcc2be2b0bc88eded8.zip
tcl-1e9a3daea69a583219222cbcc2be2b0bc88eded8.tar.gz
tcl-1e9a3daea69a583219222cbcc2be2b0bc88eded8.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39cacb2..517ef58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-22 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tclEvent.c: TclSetLibraryPath's use of caching the
+ stringrep of the pathPtr object to TclGetLibraryPath called from
+ another thread was ineffective if the original's stringrep had
+ been invalidated as what happens when it gets muted to a list.
+
2004-04-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/switch.n: Reworked the examples to be more systematically