[iolib-devel] New patches: 12-Oct-2010
Stelian Ionescu
sionescu at common-lisp.net
Wed Oct 13 09:00:05 UTC 2010
commit d4a53b228064d837c85f53a745ada730686fcded
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Tue Oct 12 22:41:05 2010 +0200
Fix type-error signalled for ISYS:FCNTL and ISYS:IOCTL
src/syscalls/ffi-functions-unix.lisp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
commit b176aaf8e63bd66177e56de0dc370c6586d0851e
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Tue Oct 12 22:39:43 2010 +0200
Remove accessor FD-NON-BLOCKING of FD-MIXIN class
src/streams/gray/classes.lisp | 3 ---
src/streams/gray/fd-mixin.lisp | 11 -----------
src/streams/gray/pkgdcl.lisp | 1 -
3 files changed, 0 insertions(+), 15 deletions(-)
commit 1141f7c98bf7f3b7daf954934c0bdaf4859d1ac9
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Tue Oct 12 22:12:03 2010 +0200
Fix definition of ISYS:OPEN
The second argument to lfp_open is of type lfp-open-flags, not int
src/libfixposix/ffi-types.lisp | 7 +++++++
src/libfixposix/pkgdcl.lisp | 3 +++
src/syscalls/ffi-functions-unix.lisp | 2 +-
src/syscalls/pkgdcl.lisp | 3 +++
4 files changed, 14 insertions(+), 1 deletions(-)
commit 1e2ebff0721479522299979ef87bd77ec01b067b
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Tue Oct 12 21:58:58 2010 +0200
Style fix
tests/streams.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20101012.tar.gz
Main repository: http://gitorious.org/iolib/iolib
Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git
Backup 2: http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list