Last night, in agreement with François Rideau, Luís Oliveira and Attila
Lendvai, I've changed the licence of IOlib to the MIT licence.
--
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
I've uploaded some preliminary docs at http://common-lisp.net/project/iolib/manual.
It's not much for the moment, basically only the docstrings extracted to
texinfo, but I'll be adding more this week.
Anybody needs something specific ?
--
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
Hello.
Just checking out the library and trying to load on sbcl 1.0.15.36.
I noticed that the net.socket.asd file calls CFFI-GROVEL:GROVEL-FILE,
which is undefined by the cffi-grovel system provided by the cffi-net
darcs repo. Is cffi-net the correct source of iolib's cffi-grovel
dependency?
elliott
I've recently added a few new functions to net.sockets:
MAKE-SOCKET-FROM-FD, MAKE-SOCKET-PAIR and the pair
SEND-FILE-DESCRIPTOR/RECEIVE-FILE-DESCRIPTOR for passing FDs over UNIX
sockets. I've done a few tests and while OSX can pass FDs either over
stream sockets or datagram sockets, on Linux only datagram sockets seem
to work.
--
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.