ecl/contrib/sockets
Michał "phoe" Herda bb40da9fa6 Fix GET-PROTOCOL-BY-NAME with unknown protocols
The function SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME did not signal
an error when it was unable to find a protocol. This is fixed now
and an error of type UNKNOWN-PROTOCOL, with an accessor named
UNKNOWN-PROTOCOL-NAME, is being signaled. These two names are also
exported from the package SB-BSD-SOCKETS.

A test case is added.

Several other test cases are fixed with regard to :NO-ERROR clauses
inside HANDLER-CASEs.
2020-11-13 19:43:33 +01:00
..
package.lisp Fix GET-PROTOCOL-BY-NAME with unknown protocols 2020-11-13 19:43:33 +01:00
sb-bsd-sockets.lisp Two compatibility improvements in the SOCKETS library: 2009-08-16 10:49:36 +02:00
sockets.lisp Fix GET-PROTOCOL-BY-NAME with unknown protocols 2020-11-13 19:43:33 +01:00
test.lisp Fix GET-PROTOCOL-BY-NAME with unknown protocols 2020-11-13 19:43:33 +01:00