summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-02 00:09:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-02 00:09:35 (GMT)
commitac496bf5b2bebbf9b01f2d278f67f52d3529714d (patch)
tree7414203101e04bb3c7f53718db28b48fafadee46 /ChangeLog
parent14f33be63345e87f4cbe2459fcd0b74faa689c60 (diff)
downloadtcl-ac496bf5b2bebbf9b01f2d278f67f52d3529714d.zip
tcl-ac496bf5b2bebbf9b01f2d278f67f52d3529714d.tar.gz
tcl-ac496bf5b2bebbf9b01f2d278f67f52d3529714d.tar.bz2
* generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope
of mutex locks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8070b18..845c06e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-12-01 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope
+ of mutex locks.
+
* generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to
* generic/tclEncoding.c: make use of a ProcessGlobalValue for
* generic/tclEvent.c: storing the executable name.