[iolib-devel] New patches: 14-May-2010
Stelian Ionescu
sionescu at common-lisp.net
Sat May 15 09:00:08 UTC 2010
commit 5bdf5b99fbfcdf805241ce858e57d83a5ef7b3f4
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Fri May 14 23:07:43 2010 +0800
Don't restart ioctl(2) calls automatically
src/syscalls/ffi-functions-unix.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit f1942709909f64be7b61ead753176b4bd28b3fe9
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Fri May 14 18:53:43 2010 +0800
The REQUEST parameter of ioctl(2) is an unsigned int not a signed int
src/syscalls/ffi-functions-unix.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 34507ba419bc214c9d8201ef7724224fb6284f4e
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Thu May 13 23:11:51 2010 +0800
Stop using :NO-ERROR in HANDLER-CASE forms: it's cool but generates slow code
src/streams/gray/io-helpers.lisp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
commit e837cf7321cff8e124042af6e4603c4f1df4aebb
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Thu May 13 00:33:01 2010 +0800
Include syscall name in SYSCALL-ERRORs
src/syscalls/conditions.lisp | 4 +++-
src/syscalls/early.lisp | 19 +++++++++++--------
src/syscalls/ffi-functions-unix.lisp | 6 +++---
src/syscalls/os-conditions-unix.lisp | 14 +++++++-------
4 files changed, 24 insertions(+), 19 deletions(-)
commit 911f5a749bdddf2c6839f5f04450738de94062ce
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Mon May 10 22:44:28 2010 +0200
Better names for some IOBUF functions
src/streams/gray/buffer.lisp | 4 ++--
src/streams/gray/io-helpers.lisp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
commit e040ed3faa591a090e49c9e699b81775b982a130
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Mon May 10 22:35:01 2010 +0200
Better %WRITE-SIMPLE-ARRAY-UB8
src/streams/gray/buffer.lisp | 9 +++++++
src/streams/gray/io-helpers.lisp | 48 +++++++++++++++-----------------------
2 files changed, 28 insertions(+), 29 deletions(-)
commit fcd7169480115039c3ca27f6cf31ae73a4baf84b
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sun May 9 14:10:28 2010 +0200
Fix typo: the socket option is TCP_WINDOW_CLAMP not TCP_WINDOW.
src/sockets/grovel.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20100514.tar.gz
Gitweb URL:
http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list