Users of this OUTPUT-BYTES/FOO function must have been perfect.
(declare (type index start end))
(synchronize-stream-output stream)
(unless (<= 0 start end (length string))
- (sequence-bounding-indices-bad string start end))
+ (sequence-bounding-indices-bad-error string start end))
(do ()
((= end start))
(let ((obuf (fd-stream-obuf stream)))
;;; 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.32.8"
+"1.0.32.9"