0.8.0.52
authorDaniel Barlow <dan@telent.net>
Sun, 8 Jun 2003 21:24:15 +0000 (21:24 +0000)
committerDaniel Barlow <dan@telent.net>
Sun, 8 Jun 2003 21:24:15 +0000 (21:24 +0000)
commitce58e434470b1ebefae6132d9c075c7d8a2c0c13
treea48111b1b7a6e9a40c83704c6b03f87bbf2f9a87
parent5164d4bba99fa9d486ceb3aa65c6c7b136702a11
0.8.0.52
large contrib/simple-streams patch including many CMUCL
changes by Paul Foley
(Thanks to Rudi Schlatte sbcl-devel 2003.06.08)

... melded streams are implemented

... removed device-extend; it's deprecated in acl's
    simple-streams implementation and will go away there too

... prettier print-object methods

        ... various small fixes

... Implemented file-position

... Removed some sbcl internals redefinition: no need to
    rewrite unix-lseek, use sb-posix for mmap, munmap

        ... Can now remove sb-grovel requirement too

... Commented out (but not deleted yet) heavily
    sbcl-internals-dependent slot access machinery
    (def-stream-class, with-stream-class, sm).

        ... Various bug fixes, e.g. read-line now works for lines
    longer than 80 characters
contrib/sb-simple-streams/TODO
contrib/sb-simple-streams/cl.lisp
contrib/sb-simple-streams/classes.lisp
contrib/sb-simple-streams/constants.lisp [deleted file]
contrib/sb-simple-streams/internal.lisp
contrib/sb-simple-streams/sb-simple-streams.asd
contrib/sb-simple-streams/simple-stream-tests.lisp
contrib/sb-simple-streams/simple-streams.lisp
contrib/sb-simple-streams/strategy.lisp
contrib/sb-simple-streams/unix.lisp [deleted file]