Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cparser
From: Thomas Klausner
Date: 2015-05-28 09:08:21
Message id: 20150528070821.2CE3D98@cvs.netbsd.org
Log Message:
Update to 2.13:
+ Version 2.13 (12.05.2015)
- Added support for offsetof() the way gcc implements it (special builtin
that takes a type as an argument).
- Added faked va_* macros (these are expected to come from stdarg.h)
- Added a bunch more fake headers and typedefs to support parsing C projects
like Git and SQLite without modifications to pycparser.
- Added support for empty initializer lists (#79).
Files: