2 Mar 2007 01:59
CVS: sbcl/contrib/sb-bsd-sockets constants.lisp, 1.14, 1.15 defpackage.lisp, 1.11, 1.12 name-service.lisp, 1.13, 1.14 sb-bsd-sockets.texinfo, 1.5, 1.6 doc.lisp, 1.5, NONE
Juho Snellman <jsnell <at> users.sourceforge.net>
2007-03-02 00:59:14 GMT
2007-03-02 00:59:14 GMT
Update of /cvsroot/sbcl/sbcl/contrib/sb-bsd-sockets
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25319/contrib/sb-bsd-sockets
Modified Files:
constants.lisp defpackage.lisp name-service.lisp
sb-bsd-sockets.texinfo
Removed Files:
doc.lisp
Log Message:
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
Index: constants.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/sb-bsd-sockets/constants.lisp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- constants.lisp 19 Jan 2007 00:07:29 -0000 1.14
+++ constants.lisp 2 Mar 2007 00:59:11 -0000 1.15
<at> <at> -33,25 +33,25 <at> <at>
(Continue reading)
RSS Feed