summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2006-03-17 10:17:47 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2006-03-17 10:17:47 (GMT)
commit47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57 (patch)
tree7b4823ab604d081ed0bed08b0e439d5317a07ca7 /ChangeLog
parent02d85fe518c6dc123543ee1aeec7106313fe73ce (diff)
downloadtcl-47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57.zip
tcl-47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57.tar.gz
tcl-47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57.tar.bz2
Fix for [Bug 1444692]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7242e..c74fe12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-03-17 Joe Mistachkin <joe@mistachkin.com>
+ * unix/tclUnixPort.h: Include pthread.h prior to pthread_np.h
+ [Bug 1444692]
+
+2006-03-17 Joe Mistachkin <joe@mistachkin.com>
+
* win/tclWinTest.c: Corrected typo of 'initializeMutex' that
prevented successful compilation.