diff options
author | asau <asau@pkgsrc.org> | 2015-12-09 22:48:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-12-09 22:48:10 +0000 |
commit | 976a0cfd3ee6930e8f8912b77ba6a6d45256119f (patch) | |
tree | 34b31807a99ad5db309dfc59fe16fa52fc8e5513 /lang/sbcl | |
parent | a849c23175d55479e263567835ad5465a90a91fe (diff) | |
download | pkgsrc-976a0cfd3ee6930e8f8912b77ba6a6d45256119f.tar.gz |
Update to SBCL 1.3.1
changes in sbcl-1.3.1 relative to sbcl-1.3.0:
* enhancement: SB-THREAD support for ARM64.
* enhancement: compiling an out-of-line DEFSTRUCT constructor call
will warn if a defaulted value is incompatible with its slot type.
* enhancement: a local INLINE declaration on a structure constructor
will work as intended, subject to any other factors that inhibit
inlining, even if the DEFSTRUCT was not itself within a global
INLINE proclamation for the named constructor
* enhancement: SB-EXT:DYNAMIC-SPACE-SIZE is now defined for cheneygc.
* enhancement: x86[-64] platforms support SB-EXT:CAS on structure slots
of type SB-EXT:WORD
* enhancement: the interleaved structure slot optimization from
release 1.2.6 has been ported to 32-bit x86, Sparc, PowerPC, ARM64.
* enhancement: SB-THREAD:JOIN-THREAD signals a proper error when an attempt
is made to join the current thread
* bug fix: NTH-VALUE does not cause stack overflow. (lp#1511419)
* bug fix: structure constructor type checking is better. (lp#1508735)
* bug fix: supplied-p variables for unused optional or keyword variables no
longer confuse SB-DI:PARSE-COMPILED-DEBUG-FUN-LAMBDA-LIST (and thus the
backtrace machinery) (lp#1498644)
* bug fix: Backtrace correctly handles undefined-function frames on MIPS.
* bug fix: WITH-FLOAT-TRAPS-MASKED correctly clears accrued traps on MIPS
(fixes issues with floating-point type derivation in the compiler).
* bug fix: FLOAT-NAN-P and FLOAT-TRAPPING-NAN-P now work correctly on MIPS
and HPPA.
* bug fix: MIPS context register access now masks to 32 bits (fixing issues
parsing negative-fixnum values for internal-error arguments and escaped
debug variables on 64-bit CPUs).
* bug fix: (SETF SAP-REF-DOUBLE) with constant offset on big-endian MIPS
now works correctly.
* bug fix: Callback parameter (argument) handling on MIPS is now vastly
more correct.
* bug fix: %DECREMENT-SEMAPHORE adjusts the remaining timeout after a
spurious wakeup
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 4 | ||||
-rw-r--r-- | lang/sbcl/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 1f73c9c4228..84f3544a734 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2015/11/14 18:11:15 asau Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/09 22:48:10 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.3.0 +PKGNAME= sbcl-1.3.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index ccd1c0dabfe..52900a7198f 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.42 2015/11/14 18:11:15 asau Exp $ +$NetBSD: distinfo,v 1.43 2015/12/09 22:48:10 asau Exp $ -SHA1 (sbcl-1.3.0-source.tar.bz2) = 3070722f89caf0f57fe628dda05df3eb424fbadd -RMD160 (sbcl-1.3.0-source.tar.bz2) = c28e14fecb053fd30061914fafa5a4d79e05c089 -SHA512 (sbcl-1.3.0-source.tar.bz2) = 4bcdc3e4d101ec64b6af2db8101e3b18b298c343d7928984604dc17d531b986787ba84ce1276c41066a9a2c06270d2aeb26870ba7b18ecb7daaa6b3a6c7f6450 -Size (sbcl-1.3.0-source.tar.bz2) = 5722767 bytes +SHA1 (sbcl-1.3.1-source.tar.bz2) = 8ab76956a046106008db857e2a517da13a721379 +RMD160 (sbcl-1.3.1-source.tar.bz2) = 87003796f6e4b59146bccb2971faef56b97f2cd0 +Size (sbcl-1.3.1-source.tar.bz2) = 5725055 bytes SHA1 (patch-ab) = 52753efa24fc03e5604f6cb4ef2a7bbd3f40b6a6 |