diff options
author | rpj <rpj> | 2004-06-22 06:12:54 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-06-22 06:12:54 +0000 |
commit | cf236808ad018ce10123321fab0917550e181aa2 (patch) | |
tree | ea0b63b989688fb6205675424a7d1626166a3c35 /tests/ChangeLog | |
parent | d5c1ab47d8cb1e11feae5719e44972015e284516 (diff) |
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index f10e570..09a7b50 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,20 +1,30 @@ -2004-05-21 Ross Johnson <ross@special.ise.canberra.edu.au> +2004-06-21 Ross Johnson <rpj@callisto.canberra.edu.au>
- * join3.c: New test. + * mutex2r.c: New test.
+ * mutex2e.c: New test.
+ * mutex3r.c: New test.
+ * mutex3e.c: New test.
+ * mutex6s.c: New test.
+ * mutex6rs.c: New test.
+ * mutex6es.c: New test.
+ +2004-05-21 Ross Johnson <rpj@callisto.canberra.edu.au>
+ + * join3.c: New test.
2004-05-16 Ross Johnson <rpj@callisto.canberra.edu.au>
- * condvar2.c (WIN32_WINNT): Define to avoid redefinition warning - from inclusion of implement.h. - * convar2_1.c: Likewise. - * condvar3_1.c: Likewise. - * condvar3_2.c: Likewise. - * context1.c: Likewise. - * sizes.c: Likewise. - * Makefile: Don't define _WIN32_WINNT on compiler command line. - * GNUmakefile: Likewise. - * priority1.c (main): Add column to output for actual win32 - priority. + * condvar2.c (WIN32_WINNT): Define to avoid redefinition warning
+ from inclusion of implement.h.
+ * convar2_1.c: Likewise.
+ * condvar3_1.c: Likewise.
+ * condvar3_2.c: Likewise.
+ * context1.c: Likewise.
+ * sizes.c: Likewise.
+ * Makefile: Don't define _WIN32_WINNT on compiler command line.
+ * GNUmakefile: Likewise.
+ * priority1.c (main): Add column to output for actual win32
+ priority.
2004-05-16 Ross Johnson <rpj@callisto.canberra.edu.au>
|