diff options
author | rpj <rpj> | 2011-07-01 15:29:21 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-01 15:29:21 +0000 |
commit | cb05db9044ede1192aab44e5bd09561ee48c9146 (patch) | |
tree | 391a965868ea73ce8ebde19d2fb914660389b49e /ChangeLog | |
parent | 32d96aabf7de0c4db5a8bf0dd214cea102b9c07c (diff) |
See the ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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>
|