From d403053121e084dee0312450e1615f7feeb45109 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Fri, 6 Jul 2001 13:30:59 +0000 Subject: [PATCH] 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. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4