summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-05-11 01:23:12 (GMT)
committerhobbs <hobbs>2003-05-11 01:23:12 (GMT)
commit1df1a5e7e8cd46a3c9858b816e3f8836f6f39c18 (patch)
tree505c10f89189320d41b9fde3309e6a7bc4a79cc5 /ChangeLog
parent6582ac0a0d302dd8664f42edc0336906c7752569 (diff)
downloadtcl-1df1a5e7e8cd46a3c9858b816e3f8836f6f39c18.zip
tcl-1df1a5e7e8cd46a3c9858b816e3f8836f6f39c18.tar.gz
tcl-1df1a5e7e8cd46a3c9858b816e3f8836f6f39c18.tar.bz2
* generic/tclIOUtil.c: ensure cd is thread-safe.
[Bug #710642] (vasiljevic)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28b8f5c..cc7f5c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-05-10 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tclIOUtil.c: ensure cd is thread-safe.
+ [Bug #710642] (vasiljevic)
+
* win/tclWinSerial.c (SerialCloseProc): correct mem leak on
closing a Windows serial port [Bug #718002] (schroedter)