[iolib-devel] New patches: 22-Jan-2009
Stelian Ionescu
sionescu at common-lisp.net
Fri Jan 23 05:00:05 UTC 2009
commit 9f5ad391d16c7ecf0cb86904ab711265f341c0bf
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Jan 23 02:19:29 2009 +0100
Add or fix docstrings of syscalls.
syscalls/ffi-functions-unix.lisp | 265 ++++++++++++++++++++++---------------
1 files changed, 157 insertions(+), 108 deletions(-)
commit 994cb354955ac5bad8869ea320b04d0dc63a8f03
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 23:50:55 2009 +0100
Change printing of POSIX-ERRORs.
syscalls/ffi-functions-unix.lisp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
commit e6a5e5414ae8c42d5a16049e757504e0034b4f75
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 23:32:10 2009 +0100
Note that %SYS-GETPWUID and %SYS-GETPWNAM are reentrant.
syscalls/ffi-functions-unix.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit caf03492d2387edac217900634a415072b320afa
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 23:30:49 2009 +0100
Manually grovel largefile versions of some Linux syscalls: lseek(), stat(), etc ...
syscalls/ffi-functions-unix.lisp | 90 ++++++++++++++++++++++++++++++-
syscalls/ffi-wrappers-unix.lisp | 110 ++------------------------------------
2 files changed, 91 insertions(+), 109 deletions(-)
commit 01eacdbc3879f2dbd99b786e9afea1755a636912
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 22:47:55 2009 +0100
Style change.
syscalls/ffi-functions-unix.lisp | 164 +++++++++++++++++++-------------------
1 files changed, 82 insertions(+), 82 deletions(-)
commit 192dcdf171f370d19bb45ab0ab5380b744285289
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 22:38:57 2009 +0100
Add modified version of CFFI::FOREIGN-NAME.
syscalls/early.lisp | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
commit 153c82fcebf5916365096a934a9daa68baab4731
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 21:47:38 2009 +0100
Better loading of librt.so on Linux.
syscalls/ffi-functions-unix.lisp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
commit e0d21989f972bb6dffb65a88eb1b6dc608ecae43
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 21:28:00 2009 +0100
Remove useless file.
io.streams/zeta/misc.lisp | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
commit ee8d3e538b6a4f0433b6e53e2d0bd767ba879149
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 21:27:15 2009 +0100
Move CMSG readers to syscalls package.
net.sockets.asd | 9 ++++-----
net.sockets/make-socket.lisp | 10 +++++-----
syscalls/ffi-wrappers-unix.lisp | 23 ++++++++++++++++++++++-
syscalls/pkgdcl.lisp | 6 ++++++
4 files changed, 37 insertions(+), 11 deletions(-)
commit d3f692eacf74dcd573ba2bf93e6be73aeeaba2f8
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 21:15:27 2009 +0100
Fix syscalls wrappers on Linux.
syscalls/ffi-wrappers-unix.lisp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
commit db8609cbab0636ad30f065a2865c6c5d4190eb5c
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 20:05:14 2009 +0100
Add %SYS-UNAME.
syscalls/ffi-functions-unix.lisp | 17 +++++++++++++++++
syscalls/ffi-types-unix.lisp | 12 +++++++++++-
syscalls/pkgdcl.lisp | 1 +
3 files changed, 29 insertions(+), 1 deletions(-)
commit 01cf1e177cb7e3f732a9ece4abf3e65a06fcf89e
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Thu Jan 22 20:04:40 2009 +0100
Grovel RLIMIT_SBSIZE on FreeBSD.
syscalls/ffi-types-unix.lisp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20090122.tar.gz
Gitweb URL:
http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list