From: William Harold Newman Date: Fri, 5 Oct 2001 23:59:26 +0000 (+0000) Subject: 0.pre7.46: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4f7211e1d005696dcd29d8322fa531992ea8fed4;hp=4f7211e1d005696dcd29d8322fa531992ea8fed4;p=sbcl.git 0.pre7.46: various refactorings and tidying.. ..redid the hairy remove-ourselves-from-tail-set mess in MERGE-LETS as a separate function, DEPART-FROM-TAIL-SET ..split diagnostic/reporting stuff (starting around (DECLAIM (SPECIAL *CURRENT-PATH*)) out of ir1util.lisp into ir1report.lisp ..moved UNIX-HOST stuff around in an effort to get rid of compiler not-defined-(yet) warnings ..split target-pathname.lisp out of pathname.lisp to support this ..moved target-only HOST stuff from pathname.lisp (which is built both on host and target) to filesys.lisp (which is flagged as :NOT-HOST in stems-and-flags.lisp-expr) ..Since there's no longer any numbers.lisp or host-numbers.lisp to contrast to, target-numbers.lisp really ought to be called numbers.lisp. ..split ir1-translators.lisp out of ir1tran.lisp (as per FIXME) ..moved IDENTITY, COMPLEMENT, and CONSTANTLY out of list.lisp into funutils.lisp ---