diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-20 20:48:44 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-20 20:48:44 +0000 |
commit | 3dfd48c2885d60106aa89cec70c3dae01d012dab (patch) | |
tree | 023e980ce041e773fe734fa61faa6a1f9916dca3 /ChangeLog | |
parent | c68985f4af4be2a5e5d0972ed68e78d9cbc98057 (diff) | |
download | ATCD-3dfd48c2885d60106aa89cec70c3dae01d012dab.tar.gz |
ChangeLogTag:Mon Mar 20 12:45:17 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 22 insertions, 12 deletions
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 <coryan@uci.edu> + + * 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 <ossama@uci.edu> - * 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 <schmidt@tango.cs.wustl.edu> - * ace/ACE.cpp: Reformatted some code. + * ace/ACE.cpp: Reformatted some code. Sun Mar 19 14:30:56 2000 James CE Johnson <jcej@mobsec.com> |