summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 04:11:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 04:11:29 +0000
commitd4a779434b4c0f5374539a1683ac3517135f93cf (patch)
treee9d976f7015ba2c714e98e5100e2424412a2e5b4
parentec0a82c3cea8dd3cf502baca78f98738f027b98e (diff)
downloadATCD-d4a779434b4c0f5374539a1683ac3517135f93cf.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 89ca5d17fa7..85699c82eef 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -58,11 +58,13 @@ Tue Dec 02 06:16:39 1997 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_lynxos.GNU: added -Winline and
removed -fno-strict-prototypes.
- * tests/Message_Queue_Test (main): increased queue size from
+ * tests/Message_Queue_Test.cpp (main): increased queue size from
default of 16Kb to 32Kb, so that it runs on machines with 8Kb
pagesizes. And, added a check to see if the queue is full
before enqueuing.
+ * ace/OS.i, config-osf1-4.0.h: DECXX 6009006 has SIGWAIT.
+
* ACE-INSTALL.html: updated DEC_UNIX test status. Message_Queue_Test
and all of the Mutex_Tests now pass. Conn_Test no longer does.