X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=d65387f633a66f249ed22c0378212839c26a4012;hp=36f77e7048ff9822b83a66aab06db3e506312adf;hb=64c1c09e57f627046cec4d5f20b9b4b953307235;hpb=38e70cafb37a90b112ffca9f7939416e0ea00804 diff --git a/byte-stream.lisp b/byte-stream.lisp index 36f77e7..d65387f 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: byte-stream.lisp,v 1.1 2003/07/05 02:32:08 kevin Exp $ +;;;; $Id: byte-stream.lisp,v 1.2 2003/08/02 22:19:37 kevin Exp $ ;;;; ;;;; Works for CMUCL, SBCL, and AllergoCL only ;;;; @@ -21,6 +21,8 @@ (in-package #:kmrcl) +;; Intial CMUCL version by OnShored. Ported to SBCL by Kevin Rosenberg + #+(or cmu sbcl) (progn (defstruct (byte-array-output-stream @@ -174,6 +176,9 @@ Make-Byte-Array-Output-Stream since the last call to this function." ) ;; progn + +;;; Simple streams implementation by Kevin Rosenberg + #+allegro (progn