CHANGES: Update

uclnt: Continue write on EWOULDBLOCK, TODO: use select(), or, at
least, implement a timeout
This commit is contained in:
Jan Lindemann 2004-12-14 21:35:23 +00:00 committed by Jan Lindemann
commit c7ed36c183

View file

@ -186,3 +186,5 @@ o YThread: now logging pthread_self() on entering thread
o misc: added pthread_self_str()
o YStopWatchThreadList: fixed generate_function_timer to work with SuSE 9.1 sed
o usrv: bugfix, server not quitting anylonger after termination of child
o uclnt: now continuing write on EWOULDBLOCK, TODO: use select(), or, at least,
implement a timeout