summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1edebb37222..6f82c03e4ee 100644
--- a/ChangeLog
+++ b/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.