Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 813817A3DC for ; Fri, 6 May 2016 20:34:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 383C685ED7; Fri, 6 May 2016 20:34:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB4B785ED6 for ; Fri, 6 May 2016 20:33:59 +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 rrk82BUVGEDO for ; Fri, 6 May 2016 20:33:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 636CE84CE8 for ; Fri, 6 May 2016 20:33:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6142DFBBA; Fri, 6 May 2016 20:33:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 6 May 2016 20:33:59 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/lang/sbcl To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20160506203359.6142DFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Fri May 6 20:33:59 UTC 2016 Modified Files: pkgsrc/lang/sbcl: Makefile distinfo pkgsrc/lang/sbcl/patches: patch-ab Log Message: Update to SBCL 1.3.5 New in version 1.3.5 * enhancement: the platform's strtod() is exposed as SB-POSIX:STRTOD * enhancement: speed up debug info creation for highly nested functions. * enhancement: the interleaved structure slot optimization from release 1.2.6 has been ported to all architectures. * enhancement: support run-program I/O redirection into lisp streams on Windows. * bug fix: better wording in missed optimization note. * bug fix: interpreted (CAS SVREF) was broken * bug fix: support CLISP as build host for ARM To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/sbcl/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/sbcl/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/sbcl/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.