Update to SBCL 1.0.14.
Changes in sbcl-1.0.14 relative to sbcl-1.0.13: * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits (see documentation for details.) * revived support for OpenBSD (contributed by Josh Elsasser) * partially fixed bug #108: ROOM no longer suffers from occasional (AVER (SAP= CURRENT END)) failures . * fixed bug #402: proclaimed non-standard declarations in DEFMETHOD bodies no longer cause a WARNING to be signalled. (reported by Vincent Arkesteijn) * bug fix: (TRUNCATE X 0) when X is a bignum now correctly signals DIVISION-BY-ZERO. Similarly for MOD and REM (which suffered due to the bug in TRUNCATE.) (reported by Michael Weber) * bug fix: SB-SPROF:REPORT no longer signals an error if there are no samples. (reported by Andy Hefner) * bug fix: functions compiled using (COMPILE NIL '(LAMBDA ...)) no longer appear as (NIL ...) frames in backtraces. * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery) is now actually exported from SB-EXT as documented. (reported by Maciej Katafiasz) * bug fix: sb-aclrepl now correctly understands how to inspect single-floats on 64-bit platforms where single-floats are not boxed. * bug fix: SB-MOP:CLASS-SLOTS now signals an error if the class has not yet been finalized. (reported by Levente Meszaros) * bug fix: CLOSE :ABORT T behaves more correctly on Windows. * DESCRIBE and (DOCUMENTATION ... 'OPTIMIZE) describe meaning of SBCL-specific optimize qualities.
This commit is contained in:
parent
19cb56b4a8
commit
9923a77ad3
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/01/25 21:42:19 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2008/01/30 04:23:28 asau Exp $
|
||||
|
||||
DISTNAME= ${PKGNAME_NOREV}-source
|
||||
PKGNAME= sbcl-1.0.13
|
||||
PKGNAME= sbcl-1.0.14
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2008/01/07 02:49:08 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2008/01/30 04:23:28 asau Exp $
|
||||
bin/sbcl
|
||||
lib/sbcl/asdf-install/.cvsignore
|
||||
lib/sbcl/asdf-install/CVS/Entries
|
||||
|
@ -101,6 +101,7 @@ lib/sbcl/sb-cover/Makefile
|
|||
lib/sbcl/sb-cover/sb-cover.asd
|
||||
lib/sbcl/sb-cover/test-data-1.lisp
|
||||
lib/sbcl/sb-cover/test-data-2.lisp
|
||||
lib/sbcl/sb-cover/test-data-3.lisp
|
||||
lib/sbcl/sb-cover/tests.lisp
|
||||
lib/sbcl/sb-cover/cover.fasl
|
||||
lib/sbcl/sb-cover/sb-cover.fasl
|
||||
|
@ -254,6 +255,7 @@ share/doc/sbcl/SUPPORT
|
|||
@dirrm lib/sbcl/sb-rt
|
||||
@dirrm lib/sbcl/sb-rotate-byte/CVS
|
||||
@dirrm lib/sbcl/sb-rotate-byte
|
||||
@dirrm lib/sbcl/sb-posix/test-lab
|
||||
@dirrm lib/sbcl/sb-posix/CVS
|
||||
@dirrm lib/sbcl/sb-posix
|
||||
@dirrm lib/sbcl/sb-md5/CVS
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/01/05 03:42:11 asau Exp $
|
||||
$NetBSD: distinfo,v 1.3 2008/01/30 04:23:28 asau Exp $
|
||||
|
||||
SHA1 (sbcl-1.0.13-source.tar.bz2) = 27fa1ca798cd4bd8ded87869d9b735a0885ea3c5
|
||||
RMD160 (sbcl-1.0.13-source.tar.bz2) = f6b26c98649094d87565d271d022e33785b91686
|
||||
Size (sbcl-1.0.13-source.tar.bz2) = 3185697 bytes
|
||||
SHA1 (sbcl-1.0.14-source.tar.bz2) = e3fc5431fc65637857d23ef539ac8729530aaec7
|
||||
RMD160 (sbcl-1.0.14-source.tar.bz2) = 546663988c3dc01edd8afe276baf8b2db693e125
|
||||
Size (sbcl-1.0.14-source.tar.bz2) = 3194555 bytes
|
||||
SHA1 (patch-aa) = 8f1c02fc96233af1063ca8dd62bc6033eb435db2
|
||||
SHA1 (patch-ab) = 5b3e831bae400f4d61b0144d7812864a8d5e6c86
|
||||
SHA1 (patch-ac) = bce87555a5944cfeb25c65df9d41c3f49b5d4866
|
||||
|
|
Loading…
Reference in a new issue