summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 13:03:55 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 13:03:55 +0000
commit4c8d26927d20df5aed7d787e96598556456913b1 (patch)
tree37e098dfce1360bac6e4283c8858526fa65db43b
parent503088eb7f153e1ab64b82be1c9bc873a7ed26ef (diff)
downloadATCD-4c8d26927d20df5aed7d787e96598556456913b1.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b18
-rw-r--r--TAO/ChangeLog-98c23
2 files changed, 22 insertions, 19 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 36011b5f493..af9bcd37223 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,16 +1,20 @@
+Wed Dec 09 07:02:06 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * README: expanded mention of BUG-REPORT-FORM.
+
1998-12-09 Irfan Pyarali <irfan@cs.wustl.edu>
- * tests/Collection_Test.cpp: Added new test for ACE collections.
+ * tests/Collection_Test.cpp: Added new test for ACE collections.
- * ace/Map_Manager.cpp (operator*):
- * ace/Containers_T.cpp (operator*):
- * ace/SPIPE_Acceptor.cpp (create_new_instance):
+ * ace/Map_Manager.cpp (operator*):
+ * ace/Containers_T.cpp (operator*):
+ * ace/SPIPE_Acceptor.cpp (create_new_instance):
- Fixed ACE_ASSERT usage.
+ Fixed ACE_ASSERT usage.
- * ace/config-vxworks5.x.h: Added ACE_LACKS_FSYNC.
+ * ace/config-vxworks5.x.h: Added ACE_LACKS_FSYNC.
- * ace/OS.i (fsync): Added ACE_NOTSUP_RETURN (-1).
+ * ace/OS.i (fsync): Added ACE_NOTSUP_RETURN (-1).
Tue Dec 08 21:39:16 1998 David L. Levine <levine@cs.wustl.edu>
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 4ff937b8e5e..6af81b7a36f 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,21 +1,20 @@
+Wed Dec 09 07:02:06 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * README: expanded mention of BUG-REPORT-FORM.
+
Wed Dec 9 02:34:33 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * examples/POA/On_Demand_Loading/server.cpp :
- * examples/POA/On_Demand_Loading/client.cpp :
- Replaced env.exception () checks with the TAO_TRY,TAO_CHECK
- macros.
+ * examples/POA/On_Demand_Loading/server.cpp :
+ * examples/POA/On_Demand_Loading/client.cpp :
+ Replaced env.exception () checks with the TAO_TRY,TAO_CHECK
+ macros.
- * examples/POA/On_Demand_Loading/Servant_Activator.cpp (incarnate):
- Added TAO_THROW macro for OBJECT_NOT_EXIST exception.
+ * examples/POA/On_Demand_Loading/Servant_Activator.cpp (incarnate):
+ Added TAO_THROW macro for OBJECT_NOT_EXIST exception.
Tue Dec 08 21:39:16 1998 David L. Levine <levine@cs.wustl.edu>
- * include/makeinclude/platform_osf1_4.0.GNU,ACE-INSTALL.html:
- enable DU 4.0 cxx 6.x warnings by default. To disable, if
- you're using cxx 5.x, set CXX_VER to CXX_5 either on the
- make command line, or in your environment. Thanks to
- Gary York <gfyork@ix.netcom.com> for being that last
- cxx 6.x user to trip over this :-)
+ * TAO_IDL_Makefile: enable DU 4.0 cxx 6.x warnings by default.
Tue Dec 08 15:10:35 1998 Nanbor Wang <nanbor@cs.wustl.edu>