0.7.6.2:
authorDaniel Barlow <dan@telent.net>
Tue, 23 Jul 2002 18:20:10 +0000 (18:20 +0000)
committerDaniel Barlow <dan@telent.net>
Tue, 23 Jul 2002 18:20:10 +0000 (18:20 +0000)
Revert random changes in my (Daniel's) checkout area that were
mistakenly committed in 0.7.6.1.  Sorry!

src/code/fd-stream.lisp
src/code/stream.lisp
src/cold/warm.lisp
version.lisp-expr

index 7015b2a..8206e41 100644 (file)
        (: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))
index e8991ac..5788195 100644 (file)
      (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))
index 1292f46..2dde8b5 100644 (file)
 \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)
index fb20e15..17859d9 100644 (file)
@@ -18,4 +18,4 @@
 ;;; 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"