Move socket stuff from CL-POSIX into here.
commit39765f85e89835a58261a2f95f2ff371b7720e85
authorLuis Oliveira <loliveira@common-lisp.net>
Sat, 4 Aug 2007 00:21:34 +0000 (4 02:21 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Sat, 4 Aug 2007 00:21:34 +0000 (4 02:21 +0200)
tree99b2d7eb557461cdea28be349dab1134283eab80
parent8da3810646d9ad7fbae556ed468516a660e586eb
Move socket stuff from CL-POSIX into here.
(first step in porting to Winsock)

- bsd.lisp and grovel.lisp now carry these definitions.
- winsock.lisp holds Winsock-specific definitions.
- WITH-SOCKET-ERROR-FILTER is not mostly unnecessary.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
14 files changed:
net.sockets.asd
sockets/address.lisp
sockets/bsd.lisp [new file with mode: 0644]
sockets/common.lisp
sockets/conditions.lisp
sockets/config.lisp
sockets/grovel.lisp [new file with mode: 0644]
sockets/iface.lisp
sockets/pkgdcl.lisp
sockets/resolv.lisp
sockets/socket-methods.lisp
sockets/socket-options.lisp
sockets/winsock.lisp [new file with mode: 0644]
tests/net.sockets-tests.lisp