[iolib-devel] New patches: 19-Jan-2009
commit 5f3a6737c381cdda156ffaf7bff498aaf00f6bd7 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 15:24:40 2009 +0100 Fix DEVICE-LENGTH for FILE-DEVICEs. io.streams/zeta/file-unix.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ec3d5778c3df67144e297ffa5932bbc42f1d5123 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 15:21:41 2009 +0100 DEVICE-OPEN: now with fixed arity. io.streams/zeta/device.lisp | 2 +- io.streams/zeta/file-unix.lisp | 52 ++++++++++++++++++++------------------- 2 files changed, 28 insertions(+), 26 deletions(-) commit 2ff5a309a9b6871951402e71d4f7ded59264030c Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 14:37:16 2009 +0100 More ZSTREAM buffer cleanup. io.streams/zeta/file-unix.lisp | 4 +- io.streams/zeta/stream.lisp | 225 ++++++++++++++++++++-------------------- 2 files changed, 115 insertions(+), 114 deletions(-) commit 8a1633127a2acd0883cc2e464f4a2b52685b39d9 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 11:07:02 2009 +0100 Add ZSTREAM-ELEMENT-TYPE reader. io.streams/zeta/stream.lisp | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 884fc0d882d6ee58b7ad788160ae459e6617a195 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 11:06:06 2009 +0100 Remove a few buffer classes, misc cleanup. io.streams/zeta/stream.lisp | 397 +++++++++++++++++++++---------------------- io.zeta-streams.asd | 3 +- 2 files changed, 195 insertions(+), 205 deletions(-) commit 2f950101759850230986ee0cf7a8d0117ad30b75 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 10:21:15 2009 +0100 Merge buffer.lisp into stream.lisp io.streams/zeta/buffer.lisp | 595 ------------------------------------------- io.streams/zeta/stream.lisp | 590 ++++++++++++++++++++++++++++++++++++++++-- io.zeta-streams.asd | 5 +- 3 files changed, 567 insertions(+), 623 deletions(-) commit ec80b4934edba07bf1e87c407ca8820a30953b35 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 09:55:50 2009 +0100 Use the shadowed DEFCONSTANT. io.multiplex/fd-wait.lisp | 2 +- io.streams/gray/buffer.lisp | 2 +- io.streams/gray/gray-stream-methods.lisp | 15 ++++++--------- io.streams/zeta/iobuf.lisp | 2 +- net.sockets/address-predicates.lisp | 5 ++--- net.sockets/dns/common.lisp | 23 ++++++++++------------- net.sockets/dns/lookup.lisp | 4 ++-- net.sockets/dns/query.lisp | 2 +- syscalls/ffi-functions-unix.lisp | 2 +- 9 files changed, 25 insertions(+), 32 deletions(-) commit 6970b336173604b31006d57a564d20c2993973dc Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 09:47:10 2009 +0100 Shadow DEFCONSTANT in base package. base/definitions.lisp | 14 ++++++++++++++ base/pkgdcl.lisp | 4 +++- iolib.base.asd | 1 + 3 files changed, 18 insertions(+), 1 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20090119.tar.gz Gitweb URL: http://repo.or.cz/w/iolib.git
participants (1)
-
Stelian Ionescu