1.0.3.6: Make sb-bsd-sockets use getaddrinfo/getnameinfo where available
authorJuho Snellman <jsnell@iki.fi>
Fri, 2 Mar 2007 00:59:07 +0000 (00:59 +0000)
committerJuho Snellman <jsnell@iki.fi>
Fri, 2 Mar 2007 00:59:07 +0000 (00:59 +0000)
commit27763fafd1b170518ac2e85b9344fdddddcfd7c5
tree5d5116e76df724242f46280991b7fd94600c6a18
parentb2f0204834bd0c314d44942dd92475c15ffa8c89
1.0.3.6: Make sb-bsd-sockets use getaddrinfo/getnameinfo where available

         * Generally thread-safe functions (though not on OS X) unlike
           gethostbyaddr/gethostbyname.
         * The interfaces are not totally compatible (e.g. no aliases data
           available, different error codes, etc). Try to make this change as
           transparent as possible.
         * Clean up old CMUCL compability cruft
         * Delete the obsolete documentation generator
         * Add a little extra documentation on the name-service to the manual
BUGS
NEWS
contrib/sb-bsd-sockets/constants.lisp
contrib/sb-bsd-sockets/defpackage.lisp
contrib/sb-bsd-sockets/doc.lisp [deleted file]
contrib/sb-bsd-sockets/name-service.lisp
contrib/sb-bsd-sockets/sb-bsd-sockets.texinfo
version.lisp-expr