;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.31
+changes in sbcl-1.0.32 relative to sbcl-1.0.31
* optimization: faster FIND and POSITION on strings of unknown element type
in high SPEED policies. (thanks to Karol Swietlicki)
* optimization: faster CONCATENATE 'STRING in low SPEED policies (reported
(with-test (:name (:run-program :inherit-stdin))
(let (stopped)
(flet ((status-hook (proc)
- (ecase (sb-ext:process-status proc)
+ (case (sb-ext:process-status proc)
(:stopped (setf stopped t)))))
(let ((proc (sb-ext:run-program "/bin/ed" nil :search nil :wait nil
:input t :output t
;;; 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.31.32"
+"1.0.32"