summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-02 21:06:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-02 21:06:34 +0000
commitb74bafd352dd39e23cebb872edfe695f26b1d654 (patch)
tree9caa429c55ba240d9efe6e546abe4ac3272c1bfe /ChangeLog-98a
parent4572a838719f9f085942fda9ce4a574408c6e3c1 (diff)
downloadATCD-b74bafd352dd39e23cebb872edfe695f26b1d654.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a27
1 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 3caabc3671b..e1bd13435d8 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,7 +1,22 @@
+Sat May 2 14:35:04 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * tests/Reactor_Notify_Test.cpp: Factored out some common code to
+ make the test more concise.
+
+ * tests/Reactor_Notify_Test.cpp: Modified the test to check
+ whether our new mechanism for disabling the notify pipe works
+ correctly.
+
+ * ace/{WFMO,Select}_Reactor[_Impl]: Added the
+ "disable_notify_pipe" flag in the constructor in order to
+ disable this feature and save on descriptors if they aren't
+ required. Thanks to Tom Venturella <tventurell@mdc.com> for
+ motivating this.
+
Sat May 02 Alexander Babu Arulanthu <alex@merengue.cs.wustl.edu>
* tests/Aio_Platform_Test.cpp: Included this test program for
- testing a platform for Asynchronous I/O options.
+ testing an OS platform for Asynchronous I/O options.
Fri May 01 17:52:32 1998 Nanbor Wang <nanbor@cs.wustl.edu>
@@ -2358,11 +2373,11 @@ Sun Mar 01 08:38:00 1998 David L. Levine <levine@cs.wustl.edu>
Sat Feb 28 12:20:57 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Message_Queue.cpp: Fixed the implementation of
- wait_not_{full,empty}_cond() so that they utilize the
- ACE_Time_Value it's passed. In addition, revised the
- implementation of peek_dequeue_head() so that it uses the new
- wait_not_empty_cond() implementation. Thanks to Thanks to Tom
- Venturella <tventurell@mdc.com> for reporting this.
+ wait_not_{full,empty}_cond() so that they utilize the
+ ACE_Time_Value it's passed. In addition, revised the
+ implementation of peek_dequeue_head() so that it uses the new
+ wait_not_empty_cond() implementation. Thanks to Tom Venturella
+ <tventurell@mdc.com> for reporting this.
Fri Feb 27 15:47:15 1998 David L. Levine <levine@cs.wustl.edu>