aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
AgeCommit message (Collapse)Author
2012-12-25remove README.html - it's now rendered by BitbucketEli Bendersky
2012-12-24update license, changes file and READMEEli Bendersky
2012-12-24Added ply 3.4 to be redistributed with pycparser. This aids withEli Bendersky
distribution and with tests.
2012-06-16preparing release 2.07Eli Bendersky
2012-06-15Moved changelist to CHANGESEli Bendersky
2011-10-19fix issue 48: handling of empty fileseli.bendersky
2011-10-16todo updateeli.bendersky
2011-10-16updated TODOeli.bendersky
2011-09-24- cosmetic fixes for the _Bool patcheli.bendersky
- adding tests for _Bool & stdbool
2011-09-24updated TODOeli.bendersky
2011-08-31* added some material to the explore_ast.py exampleeli.bendersky
* some cosmetic changes
2011-07-09cleanupeli.bendersky
2011-05-21preparing for 2.04 releaseeli.bendersky
2011-05-20* A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ↵eli.bendersky
argument declarations) * added unit tests for c-to-c.py
2011-05-09todo fixeli.bendersky
2011-03-18Issue 27: added c99 integer types to fake headerseli.bendersky
2011-03-06preparing for release 2.03eli.bendersky
2011-03-05updated TODO with latest issue fixeli.bendersky
added some nodes to c-to-c.py example
2011-02-18Removed portability.py, using from __future__ import print_function instead. ↵eli.bendersky
This means only Python 2.6 and later is supported in 2.x
2011-02-18added install_requires dependency on plyeli.bendersky
2011-02-10some doc changeseli.bendersky
2011-02-04todo updateeli.bendersky
2010-12-10documentation fix: for installation problemseli.bendersky
2010-12-10The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky
instead of an attribute, to make it discoverable by the AST node visitor. for issue 15
2010-12-03Fixes for correct setup of the packageeli.bendersky
2010-10-30updated README, prepared for new version tageli.bendersky
2010-10-30initial implementation of C99 named initializers and compound literals. The ↵eli.bendersky
latter still doesn't work because of a shift/reduce conflict
2010-10-30Implemented 'long long' type support for C99eli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ↵eli.bendersky
C99. -> In the Compound AST node, decls and stmts were removed and replaced by a single list named block_items (this is an API change!)
2010-10-29Implemented basic VLA support for C99eli.bendersky
2010-10-29Implemented restrict and inline keywords for C99eli.bendersky
inline: added field in Decl for it
2010-10-29Implemented declarations in first expr of a For loop, for C99eli.bendersky
2010-10-09documentation & updates for 1.08eli.bendersky
2010-07-09Readme and todo changeseli.bendersky
2010-07-05Fixed a bug in unified string handling (issue 7)eli.bendersky
2010-07-03Fix for issue 6: support concatenation of string literalseli.bendersky
2010-05-21initial import from SVNEli Bendersky