summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-12 05:32:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-12 05:32:21 +0000
commita93ca5250f67f9a0e5e0ffe410cf88f3844e10de (patch)
tree27765edf3aa105293dd860f6f0c6bac1fd8b5f02 /ChangeLog-98b
parent266132be9aeb20b198ae61b682e47ac0fa058419 (diff)
downloadATCD-a93ca5250f67f9a0e5e0ffe410cf88f3844e10de.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 97941a5af4d..37a3fefd689 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,4 +1,9 @@
-Fri Dec 11 21:51:47 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+Fri Dec 11 23:26:20 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tests/Message_Queue_Test.cpp: Generalize the test to perform
+ "platform specific" message queue tests when applicable.
+ Currently, this only applies to VxWorks and Windows NT 4.0 or
+ above.
* tests/DLL_Test.cpp (main): STL's implementation of auto_ptr
doesn't define an assignment operator that takes a pointer of T.