summaryrefslogtreecommitdiff
path: root/z_test.py
Commit message (Expand)AuthorAgeFilesLines
* adding ability to Node.show to display each node's name (in its parent). Base...eli.bendersky2011-11-121-2/+10
* Fix for issue 50, added support for more windows chars in #line path.Even2011-11-061-3/+4
* Issue 49: Allow dots ('.') in string escapes for the sake of #line directives...eli.bendersky2011-10-311-0/+3
* fixing previous fix:eli.bendersky2011-10-191-1/+2
* fix issue 48: handling of empty fileseli.bendersky2011-10-191-6/+1
* Preparing for release 2.05eli.bendersky2011-10-161-19/+7
* 1. remove redundant codeeli.bendersky2011-07-161-1/+1
* cleanupeli.bendersky2011-07-091-0/+1
* fix a problem with previous commit:eli.bendersky2011-06-221-2/+2
* Fix for Issue #39: allow anonymous struct fields not only of union/struct typ...eli.bendersky2011-06-221-3/+20
* Basic scoping of typedefs implementedeli.bendersky2011-05-201-7/+1
* * A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ...eli.bendersky2011-05-201-8/+2
* changed license notices to BSD in all fileseli.bendersky2011-04-291-16/+8
* Issue 27: added c99 integer types to fake headerseli.bendersky2011-03-181-6/+11
* updated TODO with latest issue fixeli.bendersky2011-03-051-18/+46
* Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky2011-02-181-2/+0
* some fixes to previous commit + testeli.bendersky2011-02-101-0/+1
* todo updateeli.bendersky2011-02-041-4/+5
* Handle empty ';' statements inside functionseli.bendersky2011-02-041-2/+4
* Fix parsing of empty declarations on the file-level (issue 17)eli.bendersky2011-02-041-0/+23
* The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky2010-12-101-0/+3
* documentation & updates for 1.081.x_finaleli.bendersky2010-10-091-5/+1
* bugfix for issue 9: correct support of anonymous bitfields in structseli.bendersky2010-10-091-25/+15
* initial import from SVNEli Bendersky2010-05-211-0/+75