[iolib-devel] New patches: 26-Jan-2009
Stelian Ionescu
sionescu at common-lisp.net
Tue Jan 27 05:00:06 UTC 2009
commit 05462ca66dbcb9ac4a2d972465af81d22244cd9a
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jan 26 21:52:32 2009 +0100
Fix slot types of struct kevent on NetBSD.
syscalls/ffi-types-unix.lisp | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
commit 1394838bc2fc418e102001378a972aeb7ce7ba01
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jan 26 16:17:51 2009 +0100
Documentation update.
doc/iolib.texinfo | 8 +-
doc/networking.texinfo | 229 ++++++++++++++++++++++++++++++++++++++++
doc/sockets.texinfo | 230 -----------------------------------------
net.sockets/base-sockets.lisp | 98 +++++++++---------
net.sockets/iface.lisp | 2 +
net.sockets/make-socket.lisp | 20 ++--
6 files changed, 293 insertions(+), 294 deletions(-)
commit a4a17dea2031ddbc7e887b882d9953fcd1d48429
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jan 26 00:26:37 2009 +0100
Add %SYS-EXECV, %SYS-EXECVP and %SYS-WAITPID.
syscalls/ffi-functions-unix.lisp | 13 +++++++++++++
syscalls/pkgdcl.lisp | 3 +++
2 files changed, 16 insertions(+), 0 deletions(-)
commit 6b5eddacf47d9dd22db4e6d8c5e553ba82b40f03
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jan 26 00:25:50 2009 +0100
Add PTY syscalls.
syscalls/ffi-functions-unix.lisp | 20 ++++++++++++++++++++
syscalls/pkgdcl.lisp | 6 ++++++
2 files changed, 26 insertions(+), 0 deletions(-)
commit 2a76fdcd1c8861b3a6d3b890c3b03dfc765e82fb
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Sun Jan 25 21:37:36 2009 +0100
Add %SYS-SIGACTION.
syscalls/ffi-functions-unix.lisp | 14 ++++++++++++--
syscalls/ffi-types-unix.lisp | 6 ++++++
syscalls/pkgdcl.lisp | 11 +++++++++++
3 files changed, 29 insertions(+), 2 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20090126.tar.gz
Gitweb URL:
http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list