summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-08-10 18:34:40 +0000
committerbje <bje>1998-08-10 18:34:40 +0000
commit11f26f7ac85cc1b1b842bea4be656f7ac0f5fc7a (patch)
tree60edac9412c14fdee0eb5b4a014e4f7607b49dfd /ChangeLog
parent9b0e93aa59205fa6e35f0d8e5c2065c6e806f114 (diff)
1998-08-11 Ben Elliston <bje@cygnus.com>pre-compiled-auug99
* Makefile (LIB): Define. (clean): Define target. (all): Build a library not just the object files. * pthread.h: Provide a definition for struct timespec if we don't already have one. * windows.c (TlsGetValue): Bug fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 040695c..633a2ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1998-08-11 Ben Elliston <bje@cygnus.com>
+
+ * Makefile (LIB): Define.
+ (clean): Define target.
+ (all): Build a library not just the object files.
+
+ * pthread.h: Provide a definition for struct timespec if we don't
+ already have one.
+
+ * windows.c (TlsGetValue): Bug fix.
+
Thu Aug 6 15:19:22 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* misc.c (pthread_once): Fix arg 1 of EnterCriticalSection()