1.0.2:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 25 Jan 2007 15:51:34 +0000 (15:51 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 25 Jan 2007 15:51:34 +0000 (15:51 +0000)
release, will be tagged as sbcl_1_0_2

make-target-contrib.sh
src/compiler/debug.lisp
src/compiler/ir1opt.lisp
version.lisp-expr

index 806670f..7cccb36 100644 (file)
@@ -74,7 +74,7 @@ do
       else
           cat <<EOF
 
-WARNING! Some of the contrib modules did not build succesfully or pass
+WARNING! Some of the contrib modules did not build successfully or pass
 their self-tests. Failed contribs:"
 EOF
           HEADER_HAS_BEEN_PRINTED=true
index e3c665b..c5a0858 100644 (file)
     (typecase last
       (cif
        (unless (proper-list-of-length-p succ 1 2)
-         (barf "~S ends in an IF, but doesn't have one or two succesors."
+         (barf "~S ends in an IF, but doesn't have one or two successors."
                block))
        (unless (member (if-consequent last) succ)
          (barf "The CONSEQUENT for ~S isn't in SUCC for ~S." last block))
index 2bdb4de..e820b58 100644 (file)
 ;;; appropriate.)
 ;;;
 ;;; We call MAYBE-CONVERT-TAIL-LOCAL-CALL on each local non-MV
-;;; combination, which may change the succesor of the call to be the
+;;; combination, which may change the successor of the call to be the
 ;;; called function, and if so, checks if the call can become an
 ;;; assignment. If we convert to an assignment, we abort, since the
 ;;; RETURN has been deleted.
index 6b82152..bcdda39 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.1.35"
+"1.0.2"