- 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.