Update to SBCL 1.1.2
changes in sbcl-1.1.2 relative to sbcl-1.1.1: * notice: System requirements for SBCL on Microsoft Windows: Windows NT 5.1 or newer (Windows XP, Server 2003) is required. Support for Windows 2000 (NT 5.0) is no longer being maintained. * notice: Starting with this version, SBCL on Windows no longer supports building with disabled thread support. * enhancement: frlocks have been added to SB-CONCURRENCY contrib module. * enhancement: New feature sb-dynamic-core allows the runtime to be rebuilt or relocated without requiring changes to the core file on all linkage table platforms. Required on Windows. (Thanks to Anton Kovalenko.) * enhancement: Console I/O streams use UCS-2. (Thanks to Anton Kovalenko.) * enhancement: I/O on Windows unnamed pipes is interruptible asynchronously using interrupt-thread, timers when running on Windows NT version 6.1 or newer (Windows 7, Server 2008 R2). (Thanks to Anton Kovalenko.) * enhancement: Support for the experimental safepoint-based stop-the-world protocol on the PowerPC platform. * bug fix: Non-blocking reads from the Windows console were not necessarily non-blocking. Thanks to Anton Kovalenko. (lp#308923) * bug fix: stability of threads on Windows has been improved upon through an updated stop-the-world protocol (thanks to Anton Kovalenko).
This commit is contained in:
parent
f85078b0f0
commit
376f615c32
3 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.45 2012/11/02 20:59:07 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2012/12/08 00:40:00 asau Exp $
|
||||
|
||||
DISTNAME= ${PKGNAME_NOREV}-source
|
||||
PKGNAME= sbcl-1.1.1
|
||||
PKGNAME= sbcl-1.1.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2012/01/10 03:48:08 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2012/12/08 00:40:00 asau Exp $
|
||||
bin/sbcl
|
||||
lib/sbcl/asdf-install/.cvsignore
|
||||
lib/sbcl/asdf-install/Makefile
|
||||
|
@ -80,6 +80,8 @@ lib/sbcl/sb-cltl2/tests.fasl
|
|||
lib/sbcl/sb-cltl2/tests.lisp
|
||||
lib/sbcl/sb-concurrency/.cvsignore
|
||||
lib/sbcl/sb-concurrency/Makefile
|
||||
lib/sbcl/sb-concurrency/frlock.fasl
|
||||
lib/sbcl/sb-concurrency/frlock.lisp
|
||||
lib/sbcl/sb-concurrency/gate.fasl
|
||||
lib/sbcl/sb-concurrency/gate.lisp
|
||||
lib/sbcl/sb-concurrency/mailbox.fasl
|
||||
|
@ -94,6 +96,8 @@ lib/sbcl/sb-concurrency/sb-concurrency.texinfo
|
|||
lib/sbcl/sb-concurrency/test-passed
|
||||
lib/sbcl/sb-concurrency/tests/package.fasl
|
||||
lib/sbcl/sb-concurrency/tests/package.lisp
|
||||
lib/sbcl/sb-concurrency/tests/test-frlock.fasl
|
||||
lib/sbcl/sb-concurrency/tests/test-frlock.lisp
|
||||
lib/sbcl/sb-concurrency/tests/test-gate.fasl
|
||||
lib/sbcl/sb-concurrency/tests/test-gate.lisp
|
||||
lib/sbcl/sb-concurrency/tests/test-mailbox.fasl
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.28 2012/11/02 20:59:07 asau Exp $
|
||||
$NetBSD: distinfo,v 1.29 2012/12/08 00:40:01 asau Exp $
|
||||
|
||||
SHA1 (sbcl-1.1.1-source.tar.bz2) = 87e8c37a2811e10d044074ec8bfc79918c66f2d8
|
||||
RMD160 (sbcl-1.1.1-source.tar.bz2) = 1a4cafd4c8a8b5c4b4ff469c1dbe74fbb430f0ee
|
||||
Size (sbcl-1.1.1-source.tar.bz2) = 3675374 bytes
|
||||
SHA1 (sbcl-1.1.2-source.tar.bz2) = b562c67d689abf8e0dffcd42d11617062ab52633
|
||||
RMD160 (sbcl-1.1.2-source.tar.bz2) = 3a785eb0040d4ba12d519a796e9f296a3ee6ee2d
|
||||
Size (sbcl-1.1.2-source.tar.bz2) = 3692248 bytes
|
||||
SHA1 (patch-ab) = 52753efa24fc03e5604f6cb4ef2a7bbd3f40b6a6
|
||||
SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8
|
||||
SHA1 (patch-ae) = da24df72525afdee0433d557bf4ebb764fee1d24
|
||||
|
|
Loading…
Reference in a new issue