| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Bind symbols when declared. Bind arguments to functions. | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Fix up warnings by adding includes and the proper prototypes. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Fix cast parsing. Add parsing of gcc typeof/attribute stuff. Parse the | Linus Torvalds | 1 | -0/+11 |
| 2005-04-07 | Add parsing for 'for', 'while', 'do', 'goto' and label statements. | Linus Torvalds | 1 | -1/+17 |
| 2005-04-07 | Parse compound statements, 'break', 'continue', 'default', 'case' and | Linus Torvalds | 1 | -0/+14 |
| 2005-04-07 | Parse if-else and return statements | Linus Torvalds | 1 | -4/+8 |
| 2005-04-07 | Parse a lot more types (including complex structures and unions and | Linus Torvalds | 1 | -3/+7 |
| 2005-04-07 | Start binding typedefs. More work needed, but this parses correctly: | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Add more type parsing: function and array declarators, function | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Make for more readable "expected xxxx" messages. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | First cuts at simple type declaration and statement parsing. | Linus Torvalds | 1 | -1/+25 |
| 2005-04-07 | Start handling minimal semantic information, needed for types. | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Parse more C expressions. | Linus Torvalds | 1 | -2/+8 |
| 2005-04-07 | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 1 | -0/+24 |