summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 15:30:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 15:30:35 +0000
commit374be7ca06ae8da3647da36237bfe62711fa6824 (patch)
treeecad3b026efed0ba9b844f18f4365c6ee5e1f2f7
parent6730a89fea9275a35bc2be2a86ae0e7ec4dccc3b (diff)
downloadATCD-374be7ca06ae8da3647da36237bfe62711fa6824.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b213
1 files changed, 109 insertions, 104 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 677dc27e8d3..b607ab6750a 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,115 +1,120 @@
+Fri Jul 10 10:29:58 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/SString.h: added ACE_INLINE specifiers to operator+
+ declarations, to please Sun C++. Will AIX be able to cope?
+
Thu Jul 09 23:27:26 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
- * ace/OS.h:
- Corrected definitions for ACE_Export under Borland compilers.
-
- * ace/SString.h:
- Got rid of the friend operators.
-
- * ace/Containers.cpp:
- * ace/Message_Queue_T.cpp:
- * ace/Stream.cpp:
- * ace/Timer_Heap_T.cpp:
- * tests/Buffer_Stream_Test.cpp:
- * tests/Dynamic_Priority_Test.cpp:
- * tests/Future_Test.cpp:
- * tests/Naming_Test.cpp:
- * tests/Priority_Buffer_Test.cpp:
- * tests/Thread_Pool_Test.cpp:
- Got rid of a few assignments to zero that cause warnings with
- the Borland compiler.
-
- * ace/ace_bcc.ide:
- * tests/tests_bcc.ide:
- Now Borland C++ 5.x supports building ACE as a DLL, and the tests
- are linked against the Debug DLL.
-
- * tests/tests.bpg:
- * tests/Dynamic_Priority_Test.bpr:
- * tests/Timeprobe_Test.bpr:
- * tests/Upgradable_RW_Test.bpr:
- * tests/XtReactor_Test.bpr:
- Added four new tests to the project group.
-
- * tests/Aio_Platform_Test.bpr:
- * tests/Atomic_Op_Test.bpr:
- * tests/Barrier_Test.bpr:
- * tests/Basic_Types_Test.bpr:
- * tests/Buffer_Stream_Test.bpr:
- * tests/Conn_Test.bpr:
- * tests/Dynamic_Priority_Test.bpr:
- * tests/Enum_Interfaces_Test.bpr:
- * tests/Env_Value_Test.bpr:
- * tests/Future_Test.bpr:
- * tests/Handle_Set_Test.bpr:
- * tests/Hash_Map_Manager_Test.bpr:
- * tests/IOStream_Test.bpr:
- * tests/MM_Shared_Memory_Test.bpr:
- * tests/MT_Reactor_Timer_Test.bpr:
- * tests/MT_SOCK_Test.bpr:
- * tests/Map_Manager_Test.bpr:
- * tests/Mem_Map_Test.bpr:
- * tests/Message_Block_Test.bpr:
- * tests/Message_Queue_Test.bpr:
- * tests/MsgQueue_Notifications_Test.bpr:
- * tests/Naming_Test.bpr:
- * tests/Notify_Performance_Test.bpr:
- * tests/OrdMultiSet_Test.bpr:
- * tests/Pipe_Test.bpr:
- * tests/Priority_Buffer_Test.bpr:
- * tests/Priority_Reactor_Test.bpr:
- * tests/Priority_Task_Test.bpr:
- * tests/Process_Mutex_Test.bpr:
- * tests/Process_Strategy_Test.bpr:
- * tests/Reactor_Exceptions_Test.bpr:
- * tests/Reactor_Notify_Test.bpr:
- * tests/Reactor_Performance_Test.bpr:
- * tests/Reactor_Timer_Test.bpr:
- * tests/Reactors_Test.bpr:
- * tests/Reader_Writer_Test.bpr:
- * tests/Recursive_Mutex_Test.bpr:
- * tests/SOCK_Connector_Test.bpr:
- * tests/SOCK_Test.bpr:
- * tests/SPIPE_Test.bpr:
- * tests/SString_Test.bpr:
- * tests/SV_Shared_Memory_Test.bpr:
- * tests/Semaphore_Test.bpr:
- * tests/Service_Config_Test.bpr:
- * tests/Sigset_Ops_Test.bpr:
- * tests/Simple_Message_Block_Test.bpr:
- * tests/TSS_Test.bpr:
- * tests/Task_Test.bpr:
- * tests/Thread_Manager_Test.bpr:
- * tests/Thread_Mutex_Test.bpr:
- * tests/Thread_Pool_Test.bpr:
- * tests/Time_Service_Test.bpr:
- * tests/Time_Value_Test.bpr:
- * tests/Timeprobe_Test.bpr:
- * tests/Timer_Queue_Test.bpr:
- * tests/Tokens_Test.bpr:
- * tests/UPIPE_SAP_Test.bpr:
- * tests/Upgradable_RW_Test.bpr:
- * tests/XtReactor_Test.bpr:
- Uniform options for Borland C++ and C++ Builder.
-
+ * ace/OS.h:
+ Corrected definitions for ACE_Export under Borland compilers.
+
+ * ace/SString.h:
+ Got rid of the friend operators.
+
+ * ace/Containers.cpp:
+ * ace/Message_Queue_T.cpp:
+ * ace/Stream.cpp:
+ * ace/Timer_Heap_T.cpp:
+ * tests/Buffer_Stream_Test.cpp:
+ * tests/Dynamic_Priority_Test.cpp:
+ * tests/Future_Test.cpp:
+ * tests/Naming_Test.cpp:
+ * tests/Priority_Buffer_Test.cpp:
+ * tests/Thread_Pool_Test.cpp:
+ Got rid of a few assignments to zero that cause warnings with
+ the Borland compiler.
+
+ * ace/ace_bcc.ide:
+ * tests/tests_bcc.ide:
+ Now Borland C++ 5.x supports building ACE as a DLL, and the tests
+ are linked against the Debug DLL.
+
+ * tests/tests.bpg:
+ * tests/Dynamic_Priority_Test.bpr:
+ * tests/Timeprobe_Test.bpr:
+ * tests/Upgradable_RW_Test.bpr:
+ * tests/XtReactor_Test.bpr:
+ Added four new tests to the project group.
+
+ * tests/Aio_Platform_Test.bpr:
+ * tests/Atomic_Op_Test.bpr:
+ * tests/Barrier_Test.bpr:
+ * tests/Basic_Types_Test.bpr:
+ * tests/Buffer_Stream_Test.bpr:
+ * tests/Conn_Test.bpr:
+ * tests/Dynamic_Priority_Test.bpr:
+ * tests/Enum_Interfaces_Test.bpr:
+ * tests/Env_Value_Test.bpr:
+ * tests/Future_Test.bpr:
+ * tests/Handle_Set_Test.bpr:
+ * tests/Hash_Map_Manager_Test.bpr:
+ * tests/IOStream_Test.bpr:
+ * tests/MM_Shared_Memory_Test.bpr:
+ * tests/MT_Reactor_Timer_Test.bpr:
+ * tests/MT_SOCK_Test.bpr:
+ * tests/Map_Manager_Test.bpr:
+ * tests/Mem_Map_Test.bpr:
+ * tests/Message_Block_Test.bpr:
+ * tests/Message_Queue_Test.bpr:
+ * tests/MsgQueue_Notifications_Test.bpr:
+ * tests/Naming_Test.bpr:
+ * tests/Notify_Performance_Test.bpr:
+ * tests/OrdMultiSet_Test.bpr:
+ * tests/Pipe_Test.bpr:
+ * tests/Priority_Buffer_Test.bpr:
+ * tests/Priority_Reactor_Test.bpr:
+ * tests/Priority_Task_Test.bpr:
+ * tests/Process_Mutex_Test.bpr:
+ * tests/Process_Strategy_Test.bpr:
+ * tests/Reactor_Exceptions_Test.bpr:
+ * tests/Reactor_Notify_Test.bpr:
+ * tests/Reactor_Performance_Test.bpr:
+ * tests/Reactor_Timer_Test.bpr:
+ * tests/Reactors_Test.bpr:
+ * tests/Reader_Writer_Test.bpr:
+ * tests/Recursive_Mutex_Test.bpr:
+ * tests/SOCK_Connector_Test.bpr:
+ * tests/SOCK_Test.bpr:
+ * tests/SPIPE_Test.bpr:
+ * tests/SString_Test.bpr:
+ * tests/SV_Shared_Memory_Test.bpr:
+ * tests/Semaphore_Test.bpr:
+ * tests/Service_Config_Test.bpr:
+ * tests/Sigset_Ops_Test.bpr:
+ * tests/Simple_Message_Block_Test.bpr:
+ * tests/TSS_Test.bpr:
+ * tests/Task_Test.bpr:
+ * tests/Thread_Manager_Test.bpr:
+ * tests/Thread_Mutex_Test.bpr:
+ * tests/Thread_Pool_Test.bpr:
+ * tests/Time_Service_Test.bpr:
+ * tests/Time_Value_Test.bpr:
+ * tests/Timeprobe_Test.bpr:
+ * tests/Timer_Queue_Test.bpr:
+ * tests/Tokens_Test.bpr:
+ * tests/UPIPE_SAP_Test.bpr:
+ * tests/Upgradable_RW_Test.bpr:
+ * tests/XtReactor_Test.bpr:
+ Uniform options for Borland C++ and C++ Builder.
+
Thu Jul 09 16:23:34 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Registry.h (ACE_Registry): Changed the Registry class so
- that it does not use STL containers and the string classes
- anymore. It now uses ACE containers and string classes. There
- should be no dependency on STL in ACE anymore.
+ * ace/Registry.h (ACE_Registry): Changed the Registry class so
+ that it does not use STL containers and the string classes
+ anymore. It now uses ACE containers and string classes. There
+ should be no dependency on STL in ACE anymore.
- * STL: Removed this directory since ACE is no longer dependent on
- STL. If you still need these STL files, please refer to:
- http://www.rahul.net/terris/.
+ * STL: Removed this directory since ACE is no longer dependent on
+ STL. If you still need these STL files, please refer to:
+ http://www.rahul.net/terris/.
- * examples/Registry/test_registry_{update,iterator}.cpp (main):
- Updated files to work with modified Registry.
+ * examples/Registry/test_registry_{update,iterator}.cpp (main):
+ Updated files to work with modified Registry.
- * ace/SString.cpp (ACE_WString::operator<<): Added new operator.
+ * ace/SString.cpp (ACE_WString::operator<<): Added new operator.
- * Makefile: Updated Makefile so that STL is no longer released
- with ACE.
+ * Makefile: Updated Makefile so that STL is no longer released
+ with ACE.
Thu Jul 09 09:37:43 1998 David L. Levine <levine@cs.wustl.edu>