![](https://secure.gravatar.com/avatar/475d746a8cc0a2c1d6329a90e9ff0831.jpg?s=120&d=mm&r=g)
commit fffd60cb026ab6bddb42782bfbcf368665762fe0 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 05:21:28 2009 +0100 Declare thunks created by WITH-SYNCHRONIZED-BUFFER to have DYNAMIC-EXTENT. io.streams/zeta/buffer.lisp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 47c1e19fe5120cd14c841274001d70b534d901e5 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 05:15:50 2009 +0100 Use a single GF to get stream position: ZSTREAM-POSITION io.streams/zeta/buffer.lisp | 145 ++++++++++++++----------------------------- 1 files changed, 48 insertions(+), 97 deletions(-) commit f0a39310ecd5d1813fa1084807b286ba6a465da7 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 01:15:58 2009 +0100 Fix superclass list of OCTET-MEMORY-ZSTREAM and CHARACTER-MEMORY-ZSTREAM. io.streams/zeta/stream.lisp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit df73237fb976a58e4515dc4c8d334bf7172e6202 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 01:02:54 2009 +0100 Add class CHARACTER-MEMORY-ZSTREAM. io.streams/zeta/stream.lisp | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit f4e54ab4e21decfbeb9771b42e07c3b55f4bbcbb Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 01:00:37 2009 +0100 More work on memory streams. io.streams/zeta/buffer.lisp | 214 +++++++++++++++++++++++++++++----------- io.streams/zeta/device.lisp | 5 +- io.streams/zeta/file-unix.lisp | 6 +- io.streams/zeta/stream.lisp | 26 +++++ 4 files changed, 189 insertions(+), 62 deletions(-) commit 97d62e40d272e8fe31c0892792eaf491b14604bf Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 00:59:36 2009 +0100 Add UB32* and UB64* vector types. io.streams/zeta/types.lisp | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) commit 3a62851cc9e2d90ee79e50cad8015108dbbe8ef1 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 00:59:16 2009 +0100 Add OCTET type. io.streams/zeta/types.lisp | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) commit d3c538cd8f2a3211a667d2ea5b27f2ad7b9745bd Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 00:27:41 2009 +0100 Add condition SUBTYPE-ERROR to base package. base/conditions.lisp | 11 +++++++++++ base/pkgdcl.lisp | 1 + 2 files changed, 12 insertions(+), 0 deletions(-) commit 3f4187afcd66fbe44fb1799e0628afa6953ab928 Author: Stelian Ionescu <sionescu@common-lisp.net> Date: Mon Jan 19 00:22:55 2009 +0100 Rename condition BUG to IOLIB-BUG. base/conditions.lisp | 15 ++++++++------- base/pkgdcl.lisp | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20090118.tar.gz Gitweb URL: http://repo.or.cz/w/iolib.git