Received: by mail.netbsd.org (Postfix, from userid 605) id 72CD384DD5; Tue, 1 Oct 2019 22:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E742884D84 for ; Tue, 1 Oct 2019 22:15:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j-URTnrDsYS8 for ; Tue, 1 Oct 2019 22:15:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 27A2F84CDC for ; Tue, 1 Oct 2019 22:15:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20E63FBF4; Tue, 1 Oct 2019 22:15:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569968158213210" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 22:15:58 +0000 From: "Robert Swindells" Subject: CVS commit: pkgsrc/lang/sbcl To: pkgsrc-changes@NetBSD.org Reply-To: rjs@netbsd.org X-Mailer: log_accum Message-Id: <20191001221558.20E63FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1569968158213210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rjs Date: Tue Oct 1 22:15:58 UTC 2019 Modified Files: pkgsrc/lang/sbcl: Makefile distinfo Log Message: Update to version 1.5.7 Changes between version 1.5.6 and version 1.5.7 * platform support: many bug fixes to the experimental 64-bit PowerPC/Linux port, to the extent that the little-endian variant passes all applicable tests in the regression test suite; the big-endian variant currently has some failures experimental support for sb-threads on 64-bit PowerPC/Linux support threads on x86-64 Sun OS (#1841280) handle PAX restrictions on mprotect() on NetBSD experimental support for HaikuOS the runtime is built as a position-independent executable by default on x86-64 Linux and x86-64 Darwin * fixes and enhancements related to Unicode: update of the data files to Unicode 8.0 fix a bug in the implementation of the Unicode line breaking algorithm regarding hebrew letters and hyphens * enhancement: add a restart to OPEN with :IF-EXISTS :ERROR to allow re-opening with :APPEND. (#806398, reported by Tobias Rittweiler) * bug fix: compiler optimizations on SEARCH with :FROM-END T didn't account for the empty sequence. (#1844821) * bug fix: handle SETF of nested empty VALUES correctly. (#1806478) optimization: FLOOR and CEILING on rationals are simpler, and the compiler's understanding of them is better. Changes between version 1.5.5 and version 1.5.6 * platform support: experimental support for 64-bit PowerPC running Linux (extending Brian Bokser's work from 2018), on both the v1 and v2 ABIs new feature: SB-EXT:SEARCH-ROOTS discovers paths from live objects to the roots keeping them alive. * enhancement: string output streams created with :ELEMENT-TYPE 'BASE-CHAR use internal buffers of BASE-STRING instead of UCS-4 strings restricted to the ASCII range, yielding a theoretical 4:1 space reduction. * optimization: improved make-array type derivation for multi-dimensional arrays. (#1838442) * bug fix: compliant redefinition of classes whose previous definition caused argument mismatch errors does not generate errors any more. (#1840595, reported by 3b on #sbcl) * bug fixes for issues caught by the random tester: never derive the type of TRUNCATE on arbitrary numbers as the empty type. (#1838267) provide out-of-line definitions for internal machinery related to FLOAT-SIGN. (#1838337) include COMPLEX in the derived type of SIGNUM when appropriate. (#1838333) more correct internal type testing for function types. (#1838808, #1838888, #1838986) don't assume that all objects of type (NOT SIMPLE-ARRAY) have an array header. (#1838827) recognize that PHASE on non-positive numbers can return 0 as well as PI. (#1838892) To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/lang/sbcl/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/sbcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569968158213210 Content-Disposition: inline Content-Length: 1764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/sbcl/Makefile diff -u pkgsrc/lang/sbcl/Makefile:1.80 pkgsrc/lang/sbcl/Makefile:1.81 --- pkgsrc/lang/sbcl/Makefile:1.80 Tue Aug 13 15:16:54 2019 +++ pkgsrc/lang/sbcl/Makefile Tue Oct 1 22:15:57 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2019/08/13 15:16:54 rjs Exp $ +# $NetBSD: Makefile,v 1.81 2019/10/01 22:15:57 rjs Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.5.5 +PKGNAME= sbcl-1.5.7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/lang/sbcl/distinfo diff -u pkgsrc/lang/sbcl/distinfo:1.59 pkgsrc/lang/sbcl/distinfo:1.60 --- pkgsrc/lang/sbcl/distinfo:1.59 Sat Aug 31 20:20:42 2019 +++ pkgsrc/lang/sbcl/distinfo Tue Oct 1 22:15:57 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.59 2019/08/31 20:20:42 rjs Exp $ +$NetBSD: distinfo,v 1.60 2019/10/01 22:15:57 rjs Exp $ -SHA1 (sbcl-1.5.5-source.tar.bz2) = da88b751237d6a41a4ced1c88adac02e6acbedb2 -RMD160 (sbcl-1.5.5-source.tar.bz2) = 181844dc01653babd1c5a576669f1f76e0b4654b -SHA512 (sbcl-1.5.5-source.tar.bz2) = 9de71dfc767e7d96e278b6ffe69465be5a829d9228be4e44c7ec511cbb6cec98cce2ae99e3a40d8917832e61d587f1302861f9e1808fe0b7e1fe0e2105d4c4b8 -Size (sbcl-1.5.5-source.tar.bz2) = 6351480 bytes +SHA1 (sbcl-1.5.7-source.tar.bz2) = b16ff3a0c0638bb685ff5f93106553c03a68d978 +RMD160 (sbcl-1.5.7-source.tar.bz2) = 850176b451d83daf52e7b0d2f6095015c5122494 +SHA512 (sbcl-1.5.7-source.tar.bz2) = 8dde1b0d400f93fed085f6b6c33b057c3dec4dfa83afb7431384add6628cb2f910cba006b2579cea547685aeb79fade5ad576b0a42e4f7e1f6c0c3f26acf226e +Size (sbcl-1.5.7-source.tar.bz2) = 6438048 bytes SHA1 (patch-ab) = b087921f7317523fd78396518dfd2cb1c8e6d5f9 SHA1 (patch-slam.sh) = 3edb599272f8f4827b0f5edc5a67d134856ca269 --_----------=_1569968158213210--