0.7.13.31:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 19 Mar 2003 09:31:56 +0000 (09:31 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 19 Mar 2003 09:31:56 +0000 (09:31 +0000)
Minor build fix for Solaris
... All diffs are not GNU, sadly :-(

NEWS
make-genesis-2.sh
version.lisp-expr

diff --git a/NEWS b/NEWS
index a37cc5d..515f424 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1593,11 +1593,11 @@ changes in sbcl-0.7.14 relative to sbcl-0.7.13:
     binding of the symbol *XXX*" for &OPTIONAL arguments).  (reported
     by Antonio Martinez)
   * fixed SXHASH, giving different results for NIL depending on type
-    declarations (SYMBOL or LIST). (thanks to Gerd Moellmann)
+    declarations (SYMBOL or LIST).  (thanks to Gerd Moellmann)
   * fixed bug in DEFPARAMETER and DEFVAR: they could assign a lexical
-    variable. (found by Rolf Wester)
+    variable.  (found by Rolf Wester)
   * SBCL does not ignore type declarations for special
-    variables. (reported by rif on c.l.l 2003-03-05)
+    variables.  (reported by rif on c.l.l 2003-03-05)
   * fixed some bugs revealed by Paul Dietz' test suite:
     ** a bug in the CONS type specifier, whereby the CAR and CDR
        types got intertwined, has been fixed;
@@ -1606,7 +1606,7 @@ changes in sbcl-0.7.14 relative to sbcl-0.7.13:
     ** APPEND, [N]REVERSE and NRECONC check that those their
        arguments, which must be proper lists, are really so;
     ** An array specialized to be unable to hold elements has been
-       implemented (as required -- yes, really) by ANSI;
+       implemented, as required -- yes, really -- by ANSI;
     ** GETF and GET-PROPERTIES throw a TYPE-ERROR, not a SIMPLE-ERROR,
        on malformed property lists;
 
index 92016f0..38786ba 100644 (file)
@@ -54,7 +54,7 @@ $SBCL_XC_HOST <<-'EOF' || exit 1
        EOF
 
 echo //testing for consistency of first and second GENESIS passes
-if diff -qr src/runtime/genesis output/genesis-2; then
+if diff -r src/runtime/genesis output/genesis-2; then
     echo //header files match between first and second GENESIS -- good
 else
     echo error: header files do not match between first and second GENESIS
index cf636bb..3c4d3d7 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.13.30"
+"0.7.13.31"