summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-01 15:29:21 +0000
committerrpj <rpj>2011-07-01 15:29:21 +0000
commitcb05db9044ede1192aab44e5bd09561ee48c9146 (patch)
tree391a965868ea73ce8ebde19d2fb914660389b49e /ChangeLog
parent32d96aabf7de0c4db5a8bf0dd214cea102b9c07c (diff)
See the ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe9bbe7..75abe8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
LONG for 32 bit systems and LONGLONG for 64 bit systems.
* implement.h (MCS locks): nextFlag and waitFlag are now HANDLE type.
* ptw32_MCS_locks.c: Likewise.
+ * pthread_win32_attach_detach_np.c: Set the DLL search path to exclude
+ the "current idrectory".
+ * pthread.h (#include <setjmp.h>): Removed.
+ * ptw32_throw.c (#include <setjmp.h>): Added.
+ * ptw32_threadStart.c (#include <setjmp.h>): Added.
+ * implement.h (#include <setjmp.h>): Added.
2011-06-30 Ross Johnson <ross dot johnson at homemail dot com dot au>