Changeset 5606


Ignore:
Timestamp:
Dec 9, 2006, 8:52:30 AM (18 years ago)
Author:
Gary Byers
Message:

STRING-OUTPUT-STREAMs need to override their CLEAR-OUTPUT methods.

MAKE-STRING-INPUT-STREAM: handle displaced strings better (remember
their displaced-index-offsets.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-streams.lisp

    r5592 r5606  
    41004100  nil)
    41014101
     4102(defmethod stream-clear-output ((s string-output-stream))
     4103  nil)
     4104
    41024105;;; Should only be used for a stream whose class is exactly
    41034106;;; *string-output-stream-class*
     
    45404543           (ioblock (make-string-input-stream-ioblock
    45414544                     :stream stream
     4545                     :offset offset
    45424546                     :device nil
    45434547                     :string data
Note: See TracChangeset for help on using the changeset viewer.