summaryrefslogtreecommitdiff
path: root/ChangeLog-96b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-12 08:03:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-12 08:03:36 +0000
commit36e0b5418b85eb3cd97023ed8273b0a5564d5ac1 (patch)
treeef850caa3e4b4b4d5555a8ff50d45eea0deed4c3 /ChangeLog-96b
parentd7f616afacbbaaae2938c74615931aee13d99eeb (diff)
downloadATCD-36e0b5418b85eb3cd97023ed8273b0a5564d5ac1.tar.gz
foo
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r--ChangeLog-96b21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index a6b20c7fe98..9402d89e58f 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,3 +1,20 @@
+Wed Dec 11 20:33:28 1996 Douglas C. Schmidt <schmidt@lindy.cs.wustl.edu>
+
+ * ace/Synch_T.h: Added a warning that indicates why it isn't
+ possible to use ACE_Process_Condition<ACE_Process_Mutex> on
+ Win32...
+
+ * tests/TSS_Test.cpp: Moved the Errno class to a file
+ TSS_Test_Errno.h and replaced the Errno class with the #include
+ "TSS_Test_Errno.h" to work around "features" with AIX C++'s
+ template instantiation scheme.
+
+ * ace/OS.i (inet_aton): Replaced the use of ((ACE_UINT32) -1) with
+ ((ACE_UINT32) ~0). I expect this is more portable...
+
+ * tests/run_tests.bat: Added "Service_Config_Test" to the
+ run_tests.bat file.
+
Tue Dec 10 22:59:26 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* tests: Added Service_Config_Test to Win32 makefiles.
@@ -21,6 +38,10 @@ Tue Dec 10 22:59:26 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
Tue Dec 10 00:33:08 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * tests/Service_Config_Test.cpp (main): Added a new method called
+ run_test() to ensure that ACE_Service_Config daemon is destroyed
+ before we try to end the test.
+
* ace/OS.i (inet_aton): We need to cast -1 to (ACE_UINT32).
* tests/Process_Mutex_Test.cpp (main): Added a minor change to