From 3dfd48c2885d60106aa89cec70c3dae01d012dab Mon Sep 17 00:00:00 2001 From: coryan Date: Mon, 20 Mar 2000 20:48:44 +0000 Subject: ChangeLogTag:Mon Mar 20 12:45:17 2000 Carlos O'Ryan --- ChangeLog | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 857577c36d4..52e0d10beea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,32 @@ +Mon Mar 20 12:45:17 2000 Carlos O'Ryan + + * include/makeinclude/platform_linux_lxpthread.GNU: + Updated support for X11 and GL + + * ace/CDR_Stream.i: + A small performance improvement for ACE_InputCDR. If the + current message block in not writable we call grow_and_adjust + immediately. + Sun Mar 19 22:11:47 2000 Ossama Othman - * ace/ACE.cpp (recv_n_i, send_n_i, recvv_n_i, sendv_n_i): + * ace/ACE.cpp (recv_n_i, send_n_i, recvv_n_i, sendv_n_i): - Loop should continue if EWOULDBLOCK is set. Previously, calls - to these methods returned right away on error, even if errno was - set to EWOULDBLOCK, instead of continuing until all of the data - was received or sent. + Loop should continue if EWOULDBLOCK is set. Previously, calls + to these methods returned right away on error, even if errno was + set to EWOULDBLOCK, instead of continuing until all of the data + was received or sent. - If the number of bytes received/transfered during the current - iteration of the loop is zero, then break out of the loop so - that the actual number of bytes received/transfered is used as - the return value. Prior to this change, a value of zero was - returned, which may not always be the number of bytes - received/transfered. + If the number of bytes received/transfered during the current + iteration of the loop is zero, then break out of the loop so + that the actual number of bytes received/transfered is used as + the return value. Prior to this change, a value of zero was + returned, which may not always be the number of bytes + received/transfered. Sun Mar 19 23:52:33 2000 Douglas C. Schmidt - * ace/ACE.cpp: Reformatted some code. + * ace/ACE.cpp: Reformatted some code. Sun Mar 19 14:30:56 2000 James CE Johnson -- cgit v1.2.1