diff options
author | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
commit | f6f9976af7a520dd1aeced4f104f4d4711f28e23 (patch) | |
tree | 1a4e65f32d585c114af33772adfaa1995ffcf093 /ChangeLog | |
parent | 25e5c566c5b050a04fc03851895f72750f016e4e (diff) |
''
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-04-01 Kevin Lussier <Kevin at codegreennetworks.com> + + * sem_timedwait.c (sem_timedwait): Increase size of temp variables to + avoid int overflows for large timeout values. + * implement.h (int64_t): Include or define. + +2005-03-31 Dimitar Panayotov <develop at mail.bg>^M + + * pthread.h: Fix conditional defines for static linking. + * sched.h: Liekwise. + * semaphore.h: Likewise. + * dll.c (PTW32_STATIC_LIB): Module is conditionally included + in the build. + 2005-03-16 Ross Johnson <ross at callisto.canberra.edu.au>
* pthread_setcancelstate.c: Undo the last change. |