summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
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.