| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Add "check" program that just evaluates the tree and does nothing | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Add "target.h" to the list of headers, to make dependencies come out right. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Oops. The preprocessor symbol evaluation printed out the wrong name. | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Split the compile time constant evaluation up into | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add dependencies for new files | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Split up the printout functions into a file of their own. | Linus Torvalds | 1 | -1/+4 |
| 2005-04-07 | Split up the expression parsing in "parse.c" into a file of | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Fix dependencies again, after again having been bitten by me being | Linus Torvalds | 1 | -3/+6 |
| 2005-04-07 | Add symbol scoping for proper parsing. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Clean up makefile, add more dependencies. | Linus Torvalds | 1 | -9/+12 |
| 2005-04-07 | Make the preprocessor use the C parser, and then evaluate preprocessor | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Preprocessor symbol handling: handle simple cases of #define and | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Add initial preprocessor pass (doesn't actually do much) | Linus Torvalds | 1 | -4/+4 |
| 2005-04-07 | Parse if-else and return statements | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Start handling minimal semantic information, needed for types. | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Parse more C expressions. | Linus Torvalds | 1 | -4/+6 |
| 2005-04-07 | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 1 | -2/+9 |
| 2005-04-07 | Yaah. I'm a retard, but I want to at least try to see how hard it is | Linus Torvalds | 1 | -0/+10 |