0.8.10.71:
authorAndreas Fuchs <asf@boinkor.net>
Mon, 31 May 2004 20:01:07 +0000 (20:01 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Mon, 31 May 2004 20:01:07 +0000 (20:01 +0000)
commitbb9313c336417fedcdee98d5eaef3db75d6026dc
treeb72ccd21c8e41c437aa260d06c25a21b82192228
parenta47a7fa6e6164ab94ea7b3c9e0025a062c44fcde
0.8.10.71:
Export socket conditions and accessors; improve EAGAIN support

... Export all socket errors and the parent condition
    SOCKET-ERROR from the sb-bsd-sockets package

... Also export socket-* accessors (except socket-stream)

... We now return NIL from socket-connect and socket-receive
    when connect(2) or recvfrom(2) fails with errno set to EAGAIN.

These fixes were suggested by Tony Martinez.
contrib/sb-bsd-sockets/constants.lisp
contrib/sb-bsd-sockets/defpackage.lisp
contrib/sb-bsd-sockets/sockets.lisp
version.lisp-expr