diff options
author | rpj <rpj> | 2001-07-01 13:49:38 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-07-01 13:49:38 +0000 |
commit | 19299847fdd32094b28377db1aea61b0f605dc8b (patch) | |
tree | 6790f92e1c0d67063edccf82a57616f977633aef /tests/ChangeLog | |
parent | a311086d622d3c778e1da57cfae167c0ab1c0fb4 (diff) |
2001-07-01 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
Contributed by - Alexander Terekhov.
* condvar.c: Fixed lost signal bug reported by Timur Aydin
(taydin@snet.net).
[RPJ (me) didn't translate the original algorithm
correctly.]
* semaphore.c: Added sem_post_multiple; this is a useful
routine, but it doesn't appear to be standard. For now it's
not an exported function.
tests/ChangeLog:
2001-07-01 Ross Johnson <rpj@special.ise.canberra.edu.au>
* benchtest3.c: New; timing mutexes.
* benchtest4.c: New; time mutexes.
* condvar3_1.c: Fixed bug - Alexander Terekhov
* condvar3_3.c: New test.
2001-06-25 Ross Johnson <rpj@special.ise.canberra.edu.au>
* priority1.c: New test.
* priority2.c: New test.
* inherit1.c: New test.
* benchtest1.c: New; timing mutexes.
* benchtest2.c: New; timing mutexes.
* mutex4.c: Modified to test all mutex types.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 231d9fe..f99d1be 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,11 +1,18 @@ +2001-07-01 Ross Johnson <rpj@special.ise.canberra.edu.au> + + * benchtest3.c: New; timing mutexes. + * benchtest4.c: New; time mutexes. + * condvar3_1.c: Fixed bug - Alexander Terekhov + * condvar3_3.c: New test. + 2001-06-25 Ross Johnson <rpj@special.ise.canberra.edu.au> - priority1.c: New test. - priority2.c: New test. - inherit1.c: New test. - benchtest1.c: New; timing mutexes. - benchtest2.c: New; timing mutexes. - mutex4.c: Modified to test all mutex types. + * priority1.c: New test. + * priority2.c: New test. + * inherit1.c: New test. + * benchtest1.c: New; timing mutexes. + * benchtest2.c: New; timing mutexes. + * mutex4.c: Modified to test all mutex types. 2001-06-8 Ross Johnson <rpj@special.ise.canberra.edu.au> |