[iolib-devel] New patches: 24-Jan-2009

Stelian Ionescu sionescu at common-lisp.net
Sun Jan 25 05:00:07 UTC 2009


commit 4f76dece081a12ef255225c4404a735472f8ac6f
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 22:50:05 2009 +0100

    Remove unused variables.

 net.sockets/iface.lisp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d0e533c0caa4ba611b8983ab2f9b85c749646f17
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 22:35:24 2009 +0100

    Add largefile version of mkstemp() too.

 syscalls/ffi-functions-unix.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 014755780f6122995289b7bd92e20e979cfe4237
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 20:54:29 2009 +0100

    Improve error hierarchy.

 syscalls/conditions.lisp |   32 ++++++++++++++++++--------------
 syscalls/pkgdcl.lisp     |    6 +++---
 2 files changed, 21 insertions(+), 17 deletions(-)

commit f3fdef8af8aaae322a42bf01b89b5a27e12f53cc
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 20:03:42 2009 +0100

    Better SIGNAL-SOCKET-ERROR.

 net.sockets/conditions.lisp |    9 +++++----
 syscalls/pkgdcl.lisp        |    1 +
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 3b303dcd140e6256a1ddd5071a924b3fb111beb3
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 19:44:48 2009 +0100

    Better syscall error hierarchy.

 io.multiplex/fd-wait.lisp               |    2 +-
 io.streams/zeta/conditions.lisp         |    6 +-
 io.streams/zeta/ffi-functions-unix.lisp |   18 +++---
 net.sockets/bsd.lisp                    |   38 +++++------
 net.sockets/conditions.lisp             |   20 ++++--
 pathnames/file-path-unix.lisp           |    8 +-
 syscalls/conditions.lisp                |   15 +---
 syscalls/designators.lisp               |    2 +-
 syscalls/early.lisp                     |   15 +++--
 syscalls/ffi-functions-unix.lisp        |  111 +++++++++++++++++--------------
 syscalls/os-conditions-unix.lisp        |   51 +++++++-------
 syscalls/pkgdcl.lisp                    |   11 ++--
 12 files changed, 152 insertions(+), 145 deletions(-)

commit 98e5acb8b556f7bf793d9e23d1d142fb894ed350
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 17:13:01 2009 +0100

    Better %SYS-GETTID.

 syscalls/ffi-functions-unix.lisp |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit b9d7255c212666ed9ad0c3d9e1d6489f6687fad5
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 16:44:45 2009 +0100

    Add %SYS-GETTID for Linux.

 syscalls/ffi-functions-unix.lisp |    8 ++++++++
 syscalls/ffi-types-unix.lisp     |    7 ++++++-
 syscalls/pkgdcl.lisp             |    1 +
 3 files changed, 15 insertions(+), 1 deletions(-)

commit be5601821efea57eb07bba3760a2bec81838082e
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date:   Sat Jan 24 16:31:14 2009 +0100

    Add %SYS-KILL.

 syscalls/ffi-functions-unix.lisp |    5 ++++
 syscalls/ffi-types-unix.lisp     |   47 ++++++++++++++++++++++++++++++++++++++
 syscalls/pkgdcl.lisp             |   30 ++++++++++++++++++++++++
 3 files changed, 82 insertions(+), 0 deletions(-)


An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20090124.tar.gz

Gitweb URL:
http://repo.or.cz/w/iolib.git




More information about the iolib-devel mailing list