summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2013-05-16 17:55:36 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2013-05-16 17:55:36 +0000
commit0e1cca776ff60d1ced6818137aa8558376b40d9b (patch)
tree09b3d13eca4384caa3dbeb4bab6b955473d0ef08 /ACE/ChangeLog
parent1efdd1ac4f544644c62c929bddea94f4a69e4187 (diff)
downloadATCD-0e1cca776ff60d1ced6818137aa8558376b40d9b.tar.gz
ChangeLogTag: Thu May 16 17:52:36 UTC 2013 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog28
1 files changed, 20 insertions, 8 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index ff31c9519e0..2ee9f73549f 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,23 @@
+Thu May 16 17:52:36 UTC 2013 Adam Mitz <mitza@ociweb.com>
+
+ * ace/Select_Reactor_T.cpp:
+
+ If a handler has to be removed by check_handles(),
+ also remove it from the three masks in the wait_set_.
+
+ * ace/Handle_Set.inl:
+ * ace/OS_NS_unistd.inl:
+ * ace/config-vxworks6.9.h:
+ * bin/PerlACE/ProcessVX.pm:
+ * tests/Log_Msg_Test.cpp:
+
+ Updated for port to 64-bit VxWorks 6.9 (x86 RTP static).
+
+ * bin/fuzz.pl:
+
+ Updated check for logging macros for the case
+ where the current directory is ACE_ROOT.
+
Mon May 13 17:27:37 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
Merging from branch OCI_Asynch_IMR:
@@ -13,7 +33,6 @@ Mon May 13 17:27:37 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
would subtract its span and then the outer one would do the same
resulting in the same span of time being subtracted twice.
-
Mon May 13 17:34:28 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/INET_Addr_Test.cpp:
@@ -361,7 +380,6 @@ Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
* ace/Module.cpp:
* ace/Monitor_Admin.cpp:
* ace/Monitor_Base.cpp:
-
* ace/Monitor_Control/BSD_Network_Interface_Monitor.cpp:
* ace/Monitor_Control/CPU_Load_Monitor.cpp:
* ace/Monitor_Control/Constraint_Interpreter.cpp:
@@ -403,13 +421,11 @@ Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
* ace/Process_Mutex.cpp:
* ace/Process_Semaphore.cpp:
* ace/Profile_Timer.cpp:
-
* ace/QoS/QoS_Manager.cpp:
* ace/QoS/QoS_Session_Factory.cpp:
* ace/QoS/QoS_Session_Impl.inl:
* ace/QoS/QoS_Session_Impl.cpp:
* ace/QoS/SOCK_Dgram_Mcast_QoS.cpp:
-
* ace/RB_Tree.inl:
* ace/RB_Tree.cpp:
* ace/RW_Mutex.cpp:
@@ -434,13 +450,11 @@ Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
* ace/SOCK_SEQPACK_Connector.cpp:
* ace/SPIPE_Acceptor.cpp:
* ace/SPIPE_Connector.cpp:
-
* ace/SSL/SSL_Asynch_Stream.cpp:
* ace/SSL/SSL_Context.cpp:
* ace/SSL/SSL_SOCK_Acceptor.cpp:
* ace/SSL/SSL_SOCK_Connector.cpp:
* ace/SSL/SSL_SOCK_Stream.cpp:
-
* ace/SUN_Proactor.cpp:
* ace/SV_Message_Queue.cpp:
* ace/SV_Semaphore_Complex.cpp:
@@ -509,9 +523,7 @@ Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
* ace/WFMO_Reactor.cpp:
* ace/WIN32_Asynch_IO.cpp:
* ace/WIN32_Proactor.cpp:
-
* ace/XML_Utils/XML_Error_Handler.cpp:
-
* ace/XTI_ATM_Mcast.inl:
Change the use of ACE_ERROR/ACE_DEBUG macros inside ace to ACELIB_ERROR/ACELIB_DEBUG.