From: Daniel Barlow Date: Sun, 8 Jun 2003 21:30:28 +0000 (+0000) Subject: 0.8.0.52 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b63c81837c2eae7bcf3b09911f68ba62d102b63d;p=sbcl.git 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 --- diff --git a/version.lisp-expr b/version.lisp-expr index 4e37d89..2a850f4 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.0.51" +"0.8.0.52"