| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Make the example clients be under the OSL v1.1 too. | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Make test-lexer output indentation. | Linus Torvalds | 1 | -3/+8 |
| 2005-04-07 | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Introduce a "struct position", and have the different types refer | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Add preprocessor directives to manipulate the include path. | Linus Torvalds | 1 | -14/+0 |
| 2005-04-07 | Parse type qualifiers properly instead of re-using the declaration | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Move includepath[] array out of pre-processor, since we want | Linus Torvalds | 1 | -0/+13 |
| 2005-04-07 | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 1 | -0/+6 |
| 2005-04-07 | Fix up warnings by adding includes and the proper prototypes. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Avoid re-tokenizing header files that are protected by | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix fd leak in tokenization. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Tokenization drops whitespace, but there is one area where it is | Linus Torvalds | 1 | -3/+5 |
| 2005-04-07 | Whitespace and comment fixes for testers | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Teach the preprocessing pass to handle 'include' and | Linus Torvalds | 1 | -4/+4 |
| 2005-04-07 | Add initial preprocessor pass (doesn't actually do much) | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Implement space-efficient allocator for small data structures. We | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Make lexing tester print out string constants properly. | Linus Torvalds | 1 | -13/+6 |
| 2005-04-07 | Start handling minimal semantic information, needed for types. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Mark local parsing functions 'static'. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 1 | -91/+1 |
| 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/+126 |