Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 98E6063CCA5 for ; Wed, 10 Aug 2011 06:42:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 426F914A125; Wed, 10 Aug 2011 06:42:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DCED14A0DD for ; Wed, 10 Aug 2011 06:42:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p9dUOhOHN4TD for ; Wed, 10 Aug 2011 06:42:39 +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 BD27814A0DA for ; Wed, 10 Aug 2011 06:42:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9C3BB175DD; Wed, 10 Aug 2011 06:42:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 10 Aug 2011 06:42:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/p5-Class-XSAccessor To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20110810064239.9C3BB175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed Aug 10 06:42:39 UTC 2011 Modified Files: pkgsrc/devel/p5-Class-XSAccessor: Makefile distinfo Log Message: Changes 1.11: * Fix assignment to lvalue accessors that point at an uninitialized hash element. Changes 1.10: * We don't occasionally crash during END any more. Instead, we rely on the OS to reap a bit of memory after perl was shut down anyway. * Tiny refactoring for smaller object size. Changes 1.09: * Fix: Predicates return value, not bool * TODO test for perl-crashing bug (in perl) that can happen on (arcane) XSUB aliasing on perls < 5.8.9 We're open for work-around patches. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Class-XSAccessor/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Class-XSAccessor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.