From: William Harold Newman Date: Fri, 6 Jul 2001 13:30:59 +0000 (+0000) Subject: 0.6.12.44: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d403053121e084dee0312450e1615f7feeb45109;p=sbcl.git 0.6.12.44: merged Dave MacDonald patch (sbcl-devel 2001-07-04): cleanup of COMPILE-FILE cruft left over from transition to compiling only one file at a time; plus a few WHN modifications.. ..INDEX isn't actually ignored in FIND-SOURCE-ROOT ..(IF (PATHNAMEP X) X (PATHNAME X)) => (PATHNAME X) ..more-explicit names in general ..expanded remaining FIND-FILE-INFO call into something which still works now that DEFUN FIND-FILE-INFO is gone Also, while I'm at it, SOURCE-INFO-FILE-INFO is a better name than SOURCE-INFO-FILE. --- diff --git a/version.lisp-expr b/version.lisp-expr index cd6e51e..b17e534 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -16,4 +16,4 @@ ;;; four numeric fields, is used for versions which aren't released ;;; but correspond only to CVS tags or snapshots. -"0.6.12.43" +"0.6.12.44"