Revert random changes in my (Daniel's) checkout area that were
mistakenly committed in 0.7.6.1. Sorry!
(:io (values t t sb!unix:o_rdwr))
(:probe (values t nil sb!unix:o_rdonly)))
(declare (type index mask))
- (let* ((pathname (pathname filename))
+ (let* ((pathname (merge-pathnames filename))
(namestring
(cond ((unix-namestring pathname input))
((and input (eq if-does-not-exist :create))
(if (null arg1)
(string-output-stream-index stream)))
(:charpos
- ;; FIXME there's some reason we can't do this with POSITION?
(do ((index (1- (the fixnum (string-output-stream-index stream)))
(1- index))
(count 0 (1+ count))
\f
;;;; general warm init compilation policy
-#+(and sbcl alpha) ; SBCL/Alpha uses stop-and-copy, and Alphas have lotso RAM.
-(progn
- (sb!ext::gc-off)
- (setf (sb!ext::bytes-consed-between-gcs) (* 30 (expt 10 6)))
- (sb!ext::gc-on)
- (sb!ext::gc))
-
(proclaim '(optimize (compilation-speed 1)
(debug #+sb-show 2 #-sb-show 1)
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.6"
+"0.7.6.2"