summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 06:44:29 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 06:44:29 +0000
commitd25aaed7a7b4dbcd189a9b567c0f65023bdee922 (patch)
tree7ab6c778040ca5405622de6be426f45f08f4de24 /ChangeLog-98b
parent36882357be85f74c0566c4783f805c4753cb411a (diff)
downloadATCD-d25aaed7a7b4dbcd189a9b567c0f65023bdee922.tar.gz
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b94
1 files changed, 94 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4003035271c..677dc27e8d3 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,97 @@
+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.
+
Thu Jul 09 16:23:34 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Registry.h (ACE_Registry): Changed the Registry class so