summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-24 20:19:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-24 20:19:38 +0000
commit70334834acef8426be87bf88db7a82561481d2d7 (patch)
tree621e3ff10add0d18c21beb8a13ded1afe6276ec6 /ChangeLog-98b
parent2a6b17a62c9d5f72066609ce3e0c897aa086f2d3 (diff)
downloadATCD-70334834acef8426be87bf88db7a82561481d2d7.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index aa9d2b01265..f7a681debc8 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,22 +1,27 @@
+Mon Aug 24 15:18:46 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/run_tests.sh: run Message_Queue_Notifications_Test
+ instead of Message_Queue_Notifications_Test.cpp.
+
Mon Aug 24 13:05:03 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/config-{chorus,WinCE,vxworks5.x}.h: Added
- ACE_HAS_STRDUP_EMULATION. Thanks to Chuck Gehr for this
- suggestion.
+ * ace/config-{chorus,WinCE,vxworks5.x}.h: Added
+ ACE_HAS_STRDUP_EMULATION. Thanks to Chuck Gehr for this
+ suggestion.
- * ace/OS.i (strdup): Removed complicated #ifdef and replaced it
- with ACE_HAS_STRDUP_EMULATION.
+ * ace/OS.i (strdup): Removed complicated #ifdef and replaced it
+ with ACE_HAS_STRDUP_EMULATION.
Mon Aug 24 10:41:07 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
- * ace/OS.h: Provided null defitions for all the <wstat> wait
- status macros for ACE_WIN32 platform.
+ * ace/OS.h: Provided null defitions for all the <wstat> wait
+ status macros for ACE_WIN32 platform.
Mon Aug 24 00:11:00 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/Reactor/Misc/pingpong.cpp (run_svc): Fixed a subtle
- potential "order of destruction" bug with this test. Thanks to
- Hans Rohnert for reporting this.
+ * examples/Reactor/Misc/pingpong.cpp (run_svc): Fixed a subtle
+ potential "order of destruction" bug with this test. Thanks to
+ Hans Rohnert for reporting this.
Sun Aug 23 21:09:55 1998 Arturo Montes <mitosys@colomsat.net.co>