summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2004-05-20 00:56:52 +0000
committerrpj <rpj>2004-05-20 00:56:52 +0000
commitf4756d6ea3d806ecdf1a7d270c7cd9608cb18dfd (patch)
tree4ea5002a8237c1d9a704a46d1ca3bda9f2ae3b7a /tests/ChangeLog
parent1d88ae3b57489e653d9b253fa5b760377ce62711 (diff)
Administrative fixes
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog30
1 files changed, 22 insertions, 8 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index e62c257..7213eb4 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,16 +1,30 @@
2004-05-16 Ross Johnson <rpj@callisto.canberra.edu.au>
- * cancel9.c: New test.
- * cancel3.c: Remove inappropriate conditional compilation;
- GNU C version of test suite no longer quietly skips this test.
- * cancel5.c: Likewise.
- * GNUmakefile: Can now build individual test app using default
- C version of library using 'make clean testname.c'.
- * Makefile: Likewise for VC using 'nmake clean test testname.c'.
+ * 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>
+
+ * cancel9.c: New test.
+ * cancel3.c: Remove inappropriate conditional compilation;
+ GNU C version of test suite no longer quietly skips this test.
+ * cancel5.c: Likewise.
+ * GNUmakefile: Can now build individual test app using default
+ C version of library using 'make clean testname.c'.
+ * Makefile: Likewise for VC using 'nmake clean test testname.c'.
2003-10-14 Ross Johnson <rpj@callisto.canberra.edu.au>
- * Wmakefile: New makefile for Watcom testing.
+ * Wmakefile: New makefile for Watcom testing.
2003-09-18 Ross Johnson <rpj@callisto.canberra.edu.au>