1 -*- mode: outline; fill-column: 78 -*-
6 * Add parameter NS to LOOKUP-HOSTNAME
16 * Changes since 0.7.0:
19 - Only import a few symbols from ASDF into IOLIB.ASDF, which sometimes caused
21 - Fix compilation on OSX
25 * Changes since 0.6.0:
28 - IOLIB.SOCKETS:LOOKUP-HOST was renamed to LOOKUP-HOSTNAME
29 - IOLIB.SOCKETS:IPV6-SOCKET-P was renamed to SOCKET-IPV6-P
30 - When creating an AF_LOCAL socket, IOLIB.SOCKETS:MAKE-SOCKET accepts :FILE as
31 :TYPE synonim of :LOCAL
32 - IOLIB.SOCKETS:ACCEPT-CONNECTION : keyword arg TIMEOUT has been coalesced
34 - IOLIB.SOCKETS:CONNECT : keyword arg TIMEOUT has been coalesced into WAIT
37 - Add support for abstract UNIX addresses (patch by Julian Stecklina)
38 - UNIX addresses are now printed as strings. Abstract addresses have a leading #\@
41 - EVENT-DISPATCH now calculates the distance to the next timer correctly
42 (reported by Ariel Badichi)
43 - fixed possible fd load in the the select() multiplexer (reported by Ariel
45 - reading from socket streams with non-blocking FDs now works (reported by
47 - make RESOLVER-ERROR actually a subtype of IOLIB-ERROR (reported by Ariel Badichi)
48 - socket syscalls that return EINTR now work
49 - when setting send/receive timeouts on blocking sockets, stream methods now
50 properly signal ISYS:EWOULDBLOCK upon timeout
51 - fix bug in HEAP-PARENT, used in the multiplexer (reported by Ole Arndt on sbcl-devel)
52 - fix define-designator for when *print-case* is :downcase.
55 - Sources have been reorganized, ASDF system files are now inside src/