summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2004-06-25 15:25:37 +0000
committerrpj <rpj>2004-06-25 15:25:37 +0000
commit68cd86f6b75c45ac0421e55f955c9f967bd91445 (patch)
tree848964ca8c784168fa5d50fa54c4e9ad44cd47b4 /ChangeLog
parentcf236808ad018ce10123321fab0917550e181aa2 (diff)
''
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2641d99..4131f64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2004-06-21 Ross Johnson <rpj@callisto.canberra.edu.au>
+2004-06-26 Jason Bard <BardJA at Npt.NUWC.Navy.Mil>
+
+ * pthread.h (HAVE_STRUCT_TIMESPEC): If undefined, define it
+ to avoid timespec struct redefined errors elsewhere in an
+ application.
+
+2004-06-21 Ross Johnson <rpj at callisto.canberra.edu.au>
* pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER): Mutex
initialiser added for compatibility with Linux threads and
@@ -17,17 +23,17 @@
* pthread_mutex_unlock.c (pthread_mutex_unlock): Likewise.
* pthread_mutex_destroy.c (pthread_mutex_destroy): Likewise.
-2004-05-20 Ross Johnson <rpj@callisto.canberra.edu.au>
+2004-05-20 Ross Johnson <rpj at callisto.canberra.edu.au>
* README.NONPORTABLE: Document pthread_win32_test_features_np().
* FAQ: Update various answers.
-2004-05-19 Ross Johnson <rpj@callisto.canberra.edu.au>
+2004-05-19 Ross Johnson <rpj at callisto.canberra.edu.au>
* Makefile: Don't define _WIN32_WINNT on compiler command line.
* GNUmakefile: Likewise.
-2004-05-16 Ross Johnson <rpj@callisto.canberra.edu.au>
+2004-05-16 Ross Johnson <rpj at callisto.canberra.edu.au>
* pthread_cancel.c (pthread_cancel): Adapted to use auto-detected
QueueUserAPCEx features at run-time.