* Unless we do this, we leak each reusable sap that happens to hit this
code path.
* Thanks to David Smith.
changes in sbcl-1.0.9 relative to sbcl-1.0.8:
* bug fix: new compiler transforms for MEMBER and ASSOC were affected
by printer control variables. (reported by Dan Corkill)
+ * bug fix: system leaked memory when delayed output was performed by
+ the OS in smaller chunks then expected. (thanks to David Smith)
changes in sbcl-1.0.8 relative to sbcl-1.0.7:
* enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
((not (null count)) ; sorta worked..
(push (list base
(the index (+ start count))
- end)
+ end
+ reuse-sap)
(fd-stream-output-later stream))))))
(unless (fd-stream-output-later stream)
(remove-fd-handler (fd-stream-handler 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.8.7"
+"1.0.8.8"