Skip to content

Commit

Permalink
Update to 2.12:
Browse files Browse the repository at this point in the history
+ 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).
  • Loading branch information
wiz committed Apr 26, 2015
1 parent f1b5873 commit 53eebe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-cparser/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2013/09/30 17:21:21 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/04/26 07:58:49 wiz Exp $

DISTNAME= pycparser-2.10
DISTNAME= pycparser-2.12
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
CATEGORIES= lang
MASTER_SITES= https://pypi.python.org/packages/source/p/pycparser/
Expand Down
8 changes: 4 additions & 4 deletions devel/py-cparser/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/09/30 17:21:21 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/04/26 07:58:49 wiz Exp $

SHA1 (pycparser-2.10.tar.gz) = 378a7a987d40e2c1c42cad0b351a6fc0a51ed004
RMD160 (pycparser-2.10.tar.gz) = 2fbb253348d90d55492a063b96b71511dadefa04
Size (pycparser-2.10.tar.gz) = 206166 bytes
SHA1 (pycparser-2.12.tar.gz) = e3d3d0134e7e22d73824a32b6f26751892eba0da
RMD160 (pycparser-2.12.tar.gz) = 7b5c2c5b3c3ccbc340f747238ac626ada604d80d
Size (pycparser-2.12.tar.gz) = 297648 bytes

0 comments on commit 53eebe1

Please sign in to comment.