@end group
@group
-(defclass wrapped-character-input-stream (wrapped-stream)
+(defclass wrapped-character-input-stream
+ (wrapped-stream fundamental-character-output-stream)
())
@end group
@group
(defmethod stream-read-char ((stream wrapped-character-input-stream))
- (read-char (stream-of stream)))
+ (read-char (stream-of stream) nil :eof))
@end group
@group
;;; 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".)
-"1.0.4.99"
+"1.0.4.100"