Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5494063BB83 for ; Fri, 6 Aug 2010 08:29:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AEA8D63B104; Fri, 6 Aug 2010 08:29:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A43B463B100 for ; Fri, 6 Aug 2010 08:29:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 93A48175DD; Fri, 6 Aug 2010 08:29:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 6 Aug 2010 08:29:01 +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: <20100806082901.93A48175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: asau Date: Fri Aug 6 08:29:01 UTC 2010 Modified Files: pkgsrc/lang/sbcl: Makefile distinfo Log Message: Update SBCL to 1.0.41 Changes in sbcl-1.0.41 relative to sbcl-1.0.40: * optimization: validity of observed keyword initargs to MAKE-INSTANCE is cached, leading to many fewer expensive calls to COMPUTE-APPLICABLE-METHODS. * optimization: in the (unoptimized) general method for MAKE-INSTANCE on a CLASS argument, search for and call an appropriate optimized ctor function if it exists. * bug fix: WRITE always returns the correct value. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/sbcl/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/sbcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.