pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sbcl Update to SBCL 1.0.39
details: https://anonhg.NetBSD.org/pkgsrc/rev/493fe6573a1e
branches: trunk
changeset: 576678:493fe6573a1e
user: asau <asau%pkgsrc.org@localhost>
date: Wed Jun 16 06:19:23 2010 +0000
description:
Update to SBCL 1.0.39
New in version 1.0.39
- bug fix: Backtrace from undefined function on x86 and x86-64
now show the calling frame.
- bug fix: linkage-table entries on PPC now no longer overflow
their space allocation (potentially causing crashes if they
are written out of order).
- bug fix: Scrub control stack after scavenging in gencgc on
non-x86oid platforms, preventing the GC from seeing stale
pointers on the control stack in subsequent GCs (which would,
and does, break invariants).
- bug fix: 32-bit unicode external formats now work on big-endian systems.
- bug fix: Literal characters with code points greater than
about 32767 now work on PPC UNICODE builds.
- bug fix: Any noise left by SSE operations (sqrt and
conversions) in the high order bits are explicitly cleared
out. In some contrived situations, this could lead to wrong
results in mixed real/complex float arithmetic.
- bug fix: Fix function/macro redefinition warnings when
building with clisp. (#576787, thanks to Josh Elsasser)
- new platform: experimental support for ppc/openbsd (thanks to
Josh Elsasser).
- bug fix: Floating-point traps now work on ppc/linux.
diffstat:
lang/sbcl/Makefile | 4 ++--
lang/sbcl/PLIST | 2 +-
lang/sbcl/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r f74b2034d07e -r 493fe6573a1e lang/sbcl/Makefile
--- a/lang/sbcl/Makefile Wed Jun 16 01:25:11 2010 +0000
+++ b/lang/sbcl/Makefile Wed Jun 16 06:19:23 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2010/05/05 10:02:27 asau Exp $
+# $NetBSD: Makefile,v 1.26 2010/06/16 06:19:23 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.0.38
+PKGNAME= sbcl-1.0.39
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2
diff -r f74b2034d07e -r 493fe6573a1e lang/sbcl/PLIST
--- a/lang/sbcl/PLIST Wed Jun 16 01:25:11 2010 +0000
+++ b/lang/sbcl/PLIST Wed Jun 16 06:19:23 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2010/05/05 10:02:27 asau Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/06/16 06:19:23 asau Exp $
bin/sbcl
lib/sbcl/asdf-install/.cvsignore
lib/sbcl/asdf-install/Makefile
diff -r f74b2034d07e -r 493fe6573a1e lang/sbcl/distinfo
--- a/lang/sbcl/distinfo Wed Jun 16 01:25:11 2010 +0000
+++ b/lang/sbcl/distinfo Wed Jun 16 06:19:23 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2010/05/01 17:01:20 asau Exp $
+$NetBSD: distinfo,v 1.11 2010/06/16 06:19:23 asau Exp $
-SHA1 (sbcl-1.0.38-source.tar.bz2) = 39d09bec3821ad07761361f9300752d53c5bac87
-RMD160 (sbcl-1.0.38-source.tar.bz2) = 95f424df58cbeb5ad9bb9e220d77da542a06f62d
-Size (sbcl-1.0.38-source.tar.bz2) = 3415742 bytes
+SHA1 (sbcl-1.0.39-source.tar.bz2) = 027a76d68cf9f9895fea75ba6c7cc055cbd3350d
+RMD160 (sbcl-1.0.39-source.tar.bz2) = 8cbbd21cd0a0872626ad0e031912eb633f7a8dba
+Size (sbcl-1.0.39-source.tar.bz2) = 3419835 bytes
SHA1 (patch-aa) = 3bd72ba259fc23c3ae09bf104c8e395f3826fff0
SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd
SHA1 (patch-ac) = bce87555a5944cfeb25c65df9d41c3f49b5d4866
Home |
Main Index |
Thread Index |
Old Index