summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 4bee9f7af..97a3785ee 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-07 Ken Raeburn <raeburn@mit.edu>
+
+ * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread
+ support when pthread.h is missing.
+ (k5_os_mutex, K5_OS_MUTEX_PARTIAL_INITIALIZER,
+ k5_os_mutex_finish_init, k5_os_mutex_init, k5_os_mutex_destroy,
+ k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_unlocked,
+ k5_os_mutex_assert_locked) [_WIN32]: Define Windows versions;
+ still not enabled by default.
+
2004-07-06 Ken Raeburn <raeburn@mit.edu>
* k5-thread.h: Use K5_THREAD_H for multiple inclusion protection.