ecl/contrib/sockets
Kris Katterjohn de661f580a Add ABORT keyword argument to SB-BSD-SOCKETS:SOCKET-CLOSE
This keyword argument was added in SBCL in 2010 and is used to pass
ABORT to CL:CLOSE.

The absence of this would obviously cause errors when code expects
this to be available.  For example, this happens in usocket's
SOCKET-CONNECT and would cause several errors in their test suite
with obscure error messages like

  Wrong number of arguments passed to function #<compiled-function 0000000003562e80>.

This is untested on Windows.
2017-02-11 19:18:50 -06:00
..
package.lisp Untabify everything. 2015-09-01 20:10:10 +00:00
sb-bsd-sockets.lisp Two compatibility improvements in the SOCKETS library: 2009-08-16 10:49:36 +02:00
sockets.lisp Add ABORT keyword argument to SB-BSD-SOCKETS:SOCKET-CLOSE 2017-02-11 19:18:50 -06:00
test.lisp Untabify everything. 2015-09-01 20:10:10 +00:00