Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DCFE1A5B2E for ; Sun, 26 Apr 2015 07:58:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8D02914A1E3; Sun, 26 Apr 2015 07:58:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37D7E14A220 for ; Sun, 26 Apr 2015 07:58:50 +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 uJpB4icf46Mv for ; Sun, 26 Apr 2015 07:58:49 +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 6BE2C14A1DF for ; Sun, 26 Apr 2015 07:58:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6A2D998; Sun, 26 Apr 2015 07:58:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 26 Apr 2015 07:58:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-cparser To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150426075849.6A2D998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Apr 26 07:58:49 UTC 2015 Modified Files: pkgsrc/devel/py-cparser: Makefile distinfo Log Message: Update to 2.12: + Version 2.12 (21.04.2015) - This is a fix release for 2.11; the memory optimization with __slots__ on Coord and AST nodes didn't take weakrefs into account, which broke cffi and its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__. + Version 2.11 (21.04.2015) - Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in function declarations. Started with issue #21 (reported with initial patch by Robin Martinjak). - Issue #27: bug in handling of unified wstring literals. - Issue #28: fix coord reporting for 'for' loops. - Added ``examples/using_gcc_E_libc.py`` to demonstrate how ``gcc -E`` can be used instead of ``cpp`` for preprocessing. - Pull request #64: support keywords like const, volatile, restrict and static in dimensions in array declarations. - Reduce memory usage of AST nodes (issue #72). - Parsing order of nested pointer declarations fixed (issue #68). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cparser/Makefile \ pkgsrc/devel/py-cparser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.