summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 12:42:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 12:42:20 +0000
commit6f3afb63c31df7c4139c3b8d3adb524243562d16 (patch)
tree03de080c900f95f445999870421f6e6a0d431e78
parent6e4696115b3bd0a02b1d52c137c110189b5c01db (diff)
downloadATCD-6f3afb63c31df7c4139c3b8d3adb524243562d16.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b136
1 files changed, 72 insertions, 64 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index dc525761cf3..a03a720e6ef 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,67 +1,75 @@
+Wed Jun 16 07:40:05 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Thread_Manager_Test.cpp: updated comment about not
+ using kill_grp on sun. It's not due to bugs, but rather
+ thr_self () is not documented as being Async-Signal-Safe.
+ And, removed 5 second sleep on sun because it's no longer
+ needed.
+
Wed Jun 16 02:07:29 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Thread_Manager.cpp (spawn_i): Fixed possible access before
- initialization warnings when compiling with egcs with exception
- enabled. Thanks to Carlos for pointing this out.
+ * ace/Thread_Manager.cpp (spawn_i): Fixed possible access before
+ initialization warnings when compiling with egcs with exception
+ enabled. Thanks to Carlos for pointing this out.
- * ACE-INSTALL.html: Updated FreeBSD and Win32 static library
- instructions.
+ * ACE-INSTALL.html: Updated FreeBSD and Win32 static library
+ instructions.
Tue Jun 15 23:15:30 1999 Matthew J Braun <mjb2@cs.wustl.edu>
- * ace/Thread_Manager.cpp: Removed explicit template instantiation
- for ACE_read_guard <ACE_thread_mutex> since a recent change by
- Kirthika makes it unnecessary.
+ * ace/Thread_Manager.cpp: Removed explicit template instantiation
+ for ACE_read_guard <ACE_thread_mutex> since a recent change by
+ Kirthika makes it unnecessary.
Tue Jun 15 17:41:38 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/SOCK_Dgram_Mcast: Added initial support for the Win2K
- QoS-enabled multicast features. The current implementation
- hasn't been tested, and probably doesn't work, but we're still
- designing the API at this point.
-
- * ace/OS: Added a new wrapper for WSASocket(), which is needed for
- all the new GQoS stuff.
-
- * ace/SOCK_Dgram_Mcast: The API for many of the methods in this
- class was broken since it was different for pSoS and for
- non-pSoS platforms, which violates "The ACE Way." The fix is to
- make the API the same, i.e., use ASYS_TCHAR * consistently, and
- then handle this by converting these into numbers via
- ACE_OS::atoi() where necessary, e.g., for pSoS.
-
- * ACE-INSTALL.html: Updated the documentation to recommend
- building gperf so that TAO's IDL compiler will work optimally.
- Thanks to Jim Penny <jpenny@universal-fasteners.com> for
- suggesting this.
+ * ace/SOCK_Dgram_Mcast: Added initial support for the Win2K
+ QoS-enabled multicast features. The current implementation
+ hasn't been tested, and probably doesn't work, but we're still
+ designing the API at this point.
+
+ * ace/OS: Added a new wrapper for WSASocket(), which is needed for
+ all the new GQoS stuff.
+
+ * ace/SOCK_Dgram_Mcast: The API for many of the methods in this
+ class was broken since it was different for pSoS and for
+ non-pSoS platforms, which violates "The ACE Way." The fix is to
+ make the API the same, i.e., use ASYS_TCHAR * consistently, and
+ then handle this by converting these into numbers via
+ ACE_OS::atoi() where necessary, e.g., for pSoS.
+
+ * ACE-INSTALL.html: Updated the documentation to recommend
+ building gperf so that TAO's IDL compiler will work optimally.
+ Thanks to Jim Penny <jpenny@universal-fasteners.com> for
+ suggesting this.
Tue Jun 15 22:26:43 1999 Matthew J Braun <mjb2@cs.wustl.edu>
- * tests/DLL_Test.cpp
- * tests/Upgradable_RW_Test.h,cpp
- * ace/Thread_Manager.h,cpp
- * ace/Template_Instantiations.cpp
- * ace/Containers_T.h,cpp,i
- * ace/Containers.h,cpp: Added new classes
- ACE_Double_Linked_List_Iterator_Base,
- ACE_Double_Linked_List_Reverse_Iterator and
- ACE_DLList_Reverse_Iterator. I also had to adjust friend
- declarations accordingly (as the iterator base and reverse
- iterators also needed to be declared friend). This change
- involved moving much of the functionality of the iterators into
- the base class a la template method. Many thanks to Chris Gill
- for help with this (M-x all-hail-chris-gill). I fear what this
- may break in spite of all my tests, so I apologise in advance
- for any chaos...
+ * tests/DLL_Test.cpp
+ * tests/Upgradable_RW_Test.h,cpp
+ * ace/Thread_Manager.h,cpp
+ * ace/Template_Instantiations.cpp
+ * ace/Containers_T.h,cpp,i
+ * ace/Containers.h,cpp: Added new classes
+ ACE_Double_Linked_List_Iterator_Base,
+ ACE_Double_Linked_List_Reverse_Iterator and
+ ACE_DLList_Reverse_Iterator. I also had to adjust friend
+ declarations accordingly (as the iterator base and reverse
+ iterators also needed to be declared friend). This change
+ involved moving much of the functionality of the iterators into
+ the base class a la template method. Many thanks to Chris Gill
+ for help with this (M-x all-hail-chris-gill). I fear what this
+ may break in spite of all my tests, so I apologise in advance
+ for any chaos...
Tue Jun 15 17:55:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/OS.i:
- Several fields of the FLOWSPEC structure are not present in the
- terminal server version of Winsock2, they are only used if
- ACE_HAS_WINNT5 is defined, the macro is *not* automatically
- defined because we couldn't figure out a way to automagically
- determine the OS version.
+ * ace/OS.i:
+ Several fields of the FLOWSPEC structure are not present in the
+ terminal server version of Winsock2, they are only used if
+ ACE_HAS_WINNT5 is defined, the macro is *not* automatically
+ defined because we couldn't figure out a way to automagically
+ determine the OS version.
Tue Jun 15 15:22:53 1999 Steve Huston <shuston@riverace.com>
@@ -77,7 +85,7 @@ Tue Jun 15 15:22:53 1999 Steve Huston <shuston@riverace.com>
* apps/Gateway/Gateway/Makefile:
* apps/Gateway/Peer/Makefile:
* examples/ASX/CCM_App/Makefile:
- * examples/Service_Configurator/IPC-tests/Makefile:
+ * examples/Service_Configurator/IPC-tests/Makefile:
* examples/Service_Configurator/Misc/Makefile:
* examples/Timer_Queue/Makefile:
Added LIBS += $(ACELIB) to include libACE when linking the
@@ -89,17 +97,17 @@ Tue Jun 15 15:22:53 1999 Steve Huston <shuston@riverace.com>
Tue Jun 15 13:41:15 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Thread_Manager_Test.cpp (main): Don't call kill_grp() on
- Solaris since this seems to trigger occasional panics in the
- thread library, probably due to the fact that thr_self() isn't
- async signal safe.
+ * tests/Thread_Manager_Test.cpp (main): Don't call kill_grp() on
+ Solaris since this seems to trigger occasional panics in the
+ thread library, probably due to the fact that thr_self() isn't
+ async signal safe.
Tue Jun 15 14:32:43 1999 Steve Huston <shuston@riverace.com>
* ace/config-hpux-10.x.h: Added ACE_HAS_BROKEN_T_ERROR.
* ace/config-hpux-10.x-hpc++.h: Added
- ACE_HAS_STD_TEMPLATE_SPECIALIZATION.
+ ACE_HAS_STD_TEMPLATE_SPECIALIZATION.
* ace/OS.i (t_error): Changed naked cast to ACE_const_cast.
@@ -108,20 +116,20 @@ Tue Jun 15 14:32:43 1999 Steve Huston <shuston@riverace.com>
Tue Jun 15 13:44:04 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/OS.h: Moved the typedef of ACE_SIGNAL_C_FUNC to after when
- siginfo_t has been declared and changed siginfo to siginfo_t.
+ * ace/OS.h: Moved the typedef of ACE_SIGNAL_C_FUNC to after when
+ siginfo_t has been declared and changed siginfo to siginfo_t.
Tue Jun 15 13:17:01 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
- * ace/OS.h:
- * ace/POSIX_Proactor.h:
- * ace/POSIX_Proactor.cpp:
+ * ace/OS.h:
+ * ace/POSIX_Proactor.h:
+ * ace/POSIX_Proactor.cpp:
- Fixed the warning (Anachronism): Assigning
- void(*)(int,siginfo*,void*) to extern "C"
- void(*)(int,siginfo*,void*), came from the sunCC 5.0.
+ Fixed the warning (Anachronism): Assigning
+ void(*)(int,siginfo*,void*) to extern "C"
+ void(*)(int,siginfo*,void*), came from the sunCC 5.0.
- Defined the macro ACE_SIGNAL_C_FUNC in the OS.h.
+ Defined the macro ACE_SIGNAL_C_FUNC in the OS.h.
Tue Jun 15 12:41:22 1999 David L. Levine <levine@cs.wustl.edu>