summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2013-09-26 22:18:54 +0000
committerSteve Huston <shuston@riverace.com>2013-09-26 22:18:54 +0000
commit9d29781b87c948a46cfa9be0f12ce978cb06846b (patch)
treed9520582729effd061bc0ebe3c28c09c3136462d /ACE/ChangeLog
parent6a7b1f8101bfe9d914b56a371fa0527d2293e353 (diff)
downloadATCD-9d29781b87c948a46cfa9be0f12ce978cb06846b.tar.gz
ChangeLogTag:Thu Sep 26 20:22:53 UTC 2013 Steve Huston <shuston@riverace.com> and Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index ff740f76495..f80fced2d1f 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,19 @@
+Thu Sep 26 20:22:53 UTC 2013 Steve Huston <shuston@riverace.com>
+
+ * ace/ACE.cpp (recvv_n_i): Resolve 64-bit compile warning on Windows.
+
+Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com>
+
+ * ace/OS_NS_unistd.inl (swab): Added support for ACE_HAS_INT_SWAB for
+ platforms where the 'length' arg to swab() is an int instead of
+ the standard ssize_t.
+
+ * ace/config-win32-common.h: Added ACE_HAS_INT_SWAB
+
+ * tests/OS_Test.cpp: Added a ACE_OS::swab() test.
+
+ * ace/README: Added ACE_HAS_INT_SWAB description.
+
Mon May 27 10:09:24 CEST 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE version 6.2.0 released.