On Sun, Apr 15, 2007 at 09:21:59PM -0400, Faré wrote:
>On 15/04/07, Luis Oliveira <[EMAIL PROTECTED]> wrote:
>>"Faré" <[EMAIL PROTECTED]> writes:
>>>Since Stelian looks busy and that GSoC means there will be activity 
>>>on
>>>IOLib, here's my current patch to IOLib, it contains:
>>>* character output for socket streams
>>>* character peek and unread for socket streams
>>>* support for EINTR in iomux event selection
>>>* support for retrying with a timeout in general
>>Thanks!  You forgot to attach the patch though.
>Hear hear! I am sure you are not stopped by such trifles.
committed except for the EINTR repeat code which I've rewritten to be
more suitable for the specific case of calls to polling functions:
basically when EINTR is caught and the deadline(in absolute time) is
reached the timeout is set to 0 and the loop continues instead of
signaling a timeout error.

-- 
(sign :name "Stelian Ionescu" :aka "fe[nl]ix"
      :quote "Quidquid latine dictum sit, altum videtur.")

Attachment: pgpyaKofBgCpg.pgp
Description: PGP signature

_______________________________________________
iolib-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/iolib-devel

Reply via email to