summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f80fced2d1f..924ee0f7d22 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,16 @@
+Fri Sep 27 21:33:58 UTC 2013 Steve Huston <shuston@riverace.com>
+
+ * ace/ACE.cpp: Same fix as Thu Sep 26 20:22:53 made to recvv_n_i(),
+ sendv_n_i(), readv_n(), writev_n().
+
+ * ace/FILE_IO.cpp (recvv): Resolve 64-bit compile warnings and ensure
+ that no more is read than can be accurately reported.
+
+ * ace/INET_Addr.cpp (set):
+ * ace/Ping_Socket.cpp:
+ * ace/Process.inl (command_line_buff):
+ Resolve 64-bit compile warning on Windows.
+
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.