summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-18 04:53:55 +0000
committerrpj <rpj>2005-04-18 04:53:55 +0000
commit33507f86e1f086dcece131f9d9b8cfa968b5c3e6 (patch)
tree5cac1871a39dbda16e164a9dc630c7a10a2daeff /tests/ChangeLog
parent9c1e294871d937b23c1685c0c8d5214d9eb6a187 (diff)
''
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index da6b15c..d02bce0 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,18 @@
+2005-04-18 Ross Johnson <rpj@callisto.canberra.edu.au>
+
+ * condvar3.c: Remove locks from around signalling calls - should not
+ be required for normal operation and only serve to mask deficiencies;
+ ensure that CV destruction is not premature after removing guards.
+ * condvar3_1.c: Likewise.
+ * condvar3_2.c: Likewise.
+ * condvar3_3.c: Likewise.
+ * condvar4.c: Likewise.
+ * condvar5.c: Likewise.
+ * condvar6.c: Likewise.
+ * condvar7.c: Likewise.
+ * condvar8.c: Likewise.
+ * condvar9.c: Likewise.
+
2005-04-11 Ross Johnson <rpj@callisto.canberra.edu.au>
* once4.c: New test; tries to test priority adjustments