* Support for C99 (read `this wiki page <http://code.google.com/p/pycparser/wiki/C99support>`_ for more information).
1.08
* Bug fixes:
+ Correct handling of ``do{} ... while`` statements in some cases + Issues 6 & 7: Concatenation of string literals + Issue 9: Support for unnamed bitfields in structs
1.07
* Python 3.1 compatibility: ``pycparser`` was modified to run on Python 3.1 as well as 2.6
1.06
* Bug fixes:
+ coord not propagated to FuncCall nodes + lexing of the ^= token (XOREQUALS) + parsing failed on some abstract declarator rules
* Linux compatibility: fixed end-of-line and ``cpp`` path issues to allow all tests and examples run on Linux
1.05
* Fixed the ``parse_file`` auxiliary function to handle multiple arguments to ``cpp`` correctly
1.04
* Added the ``fake_libc_include`` directory to allow parsing of C code that uses standard C library include files without dependency on a real C library. * Tested with Python 2.6 and PLY 3.2