logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: sbcl CREDITS,1.24,1.25 NEWS,1.128,1.129 build-order.lisp-expr,1.12,1.1: msg#00091

Subject: CVS: sbcl CREDITS,1.24,1.25 NEWS,1.128,1.129 build-order.lisp-expr,1.12,1.13 version.lisp-expr,1.425,1.426
Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv24462

Modified Files:
        CREDITS NEWS build-order.lisp-expr version.lisp-expr 
Log Message:
0.7.4.7:
        Slightly sanitized version of CSR "MAKE-LOAD-FORM bootstrapping
                problem" sbcl-devel 2002-05-27
        ... write and use SB!XC:MAKE-LOAD-FORM-SAVING-SLOTS
        ... make the magic symbol :SB-JUST-DUMP-IT-NORMALLY; should now be
                arbitrarily changeable
        Minor unrelated cleanups to text files


Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- CREDITS     24 May 2002 20:04:06 -0000      1.24
+++ CREDITS     30 May 2002 12:30:53 -0000      1.25
@@ -578,10 +578,10 @@
 
 Christophe Rhodes:
   He ported SBCL to SPARC, made various port-related and SPARC-related
-  changes (like *BACKEND-FEATURES*, made many fixes and improvements
-  in the compiler's type system, has done a substantial amount of work
-  on bootstrapping SBCL under unrelated (non-SBCL, non-CMU-CL) Common
-  Lisps, and contributed in other ways as well.
+  changes (like *BACKEND-SUBFEATURES*), made many fixes and
+  improvements in the compiler's type system, has done a substantial
+  amount of work on bootstrapping SBCL under unrelated (non-SBCL,
+  non-CMU-CL) Common Lisps, and contributed in other ways as well.
 
 Stig Erik Sandoe:
   He showed how to convince the GNU toolchain to build SBCL in a way

Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- NEWS        29 May 2002 15:51:24 -0000      1.128
+++ NEWS        30 May 2002 12:30:53 -0000      1.129
@@ -1129,6 +1129,9 @@
 changes in sbcl-0.7.5 relative to sbcl-0.7.4:
   * bug 140 fixed: redefinition of classes with different supertypes
     is now reflected in the type hierarchy. (thanks to Pierre Mai)
+  * bug 158 fixed: the compiler can now deal with integer loop
+    increments different from 1; fixing this turned out also to fix
+    bug 164.
   * bug 169 fixed: no more bogus warnings about using lexical bindings
     despite the presence of perfectly good SPECIAL declarations. (thanks
     to David Lichteblau)

Index: build-order.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/build-order.lisp-expr,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- build-order.lisp-expr       19 May 2002 13:55:31 -0000      1.12
+++ build-order.lisp-expr       30 May 2002 12:30:53 -0000      1.13
@@ -68,6 +68,7 @@
  ("src/code/cross-float" :not-target)
  ("src/code/cross-io"    :not-target)
  ("src/code/cross-sap"   :not-target)
+ ("src/code/cross-make-load-form" :not-target)
 
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;; stuff needed early both in cross-compilation host and in target Lisp

Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -d -r1.425 -r1.426
--- version.lisp-expr   29 May 2002 15:51:24 -0000      1.425
+++ version.lisp-expr   30 May 2002 12:30:53 -0000      1.426
@@ -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.4.6"
+"0.7.4.7"


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm


<Prev in Thread] Current Thread [Next in Thread>