| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in comments | Josh Triplett | 2007-03-09 | 1 | -1/+1 |
* | cleanup write to argument array hack | Christopher Li | 2006-12-04 | 1 | -4/+6 |
* | Handle symbols from "-include" file too | Linus Torvalds | 2005-11-02 | 1 | -2/+13 |
* | Update the calling interface to "sparse()". | Linus Torvalds | 2005-08-03 | 1 | -6/+9 |
* | Split out the blob allocator from lib.c into allocate.c. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Clean up test-parsing too. | Linus Torvalds | 2005-04-07 | 1 | -41/+1 |
* | Make "translation_unit()" do symbol evaluation too. | Linus Torvalds | 2005-04-07 | 1 | -5/+5 |
* | Get rid of the old "iterate()" interfaces. | Linus Torvalds | 2005-04-07 | 1 | -4/+8 |
* | Print out the proper filename on open failure. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make "next_path" be per-stream for better "include_next". | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Initialize C type system after parsing the command line arguments. | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | [PATCH] compilation fix for test-parsing.c | Andries E. Brouwer | 2005-04-07 | 1 | -1/+1 |
* | o create create_builtin_stream | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -3/+1 |
* | o move add_pre_buffer, handle_switch and friends to lib.c | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -52/+8 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Split tree evaluation into two phases: the first phase | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Make the example clients be under the OSL v1.1 too. | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Clean up: mark local stuff 'static', and remove unused function. | Linus Torvalds | 2005-04-07 | 1 | -12/+6 |
* | Disable allocation statistics printing for now. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Evaluate more expression types: conditional expressions, statement | Linus Torvalds | 2005-04-07 | 1 | -58/+4 |
* | Evaluate initializers separately. We'll need this to handle | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Parse initializers properly. We parsed them before, but we didn't | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add support for tokenizing a pre-allocated string instead of a file. | Linus Torvalds | 2005-04-07 | 1 | -0/+49 |
* | Make a function call point an expression type of its own, and | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add tree evaluation to a few more statement types (iterators, | Linus Torvalds | 2005-04-07 | 1 | -0/+16 |
* | Fix indirect type parsing (functions, arrays, bitfields). Update | Linus Torvalds | 2005-04-07 | 1 | -4/+6 |
* | Add preprocessor directives to manipulate the include path. | Linus Torvalds | 2005-04-07 | 1 | -14/+0 |
* | Start "evaluating" expression trees. That is, evaluate the types of | Linus Torvalds | 2005-04-07 | 1 | -1/+47 |
* | Like other type definitions, typedefs too can have multiple | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | Parse type qualifiers properly instead of re-using the declaration | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Move includepath[] array out of pre-processor, since we want | Linus Torvalds | 2005-04-07 | 1 | -3/+33 |
* | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Ok, move closer to a proper type parser. It's still way too | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix fd leak in tokenization. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Whitespace and comment fixes for testers | Linus Torvalds | 2005-04-07 | 1 | -0/+9 |
* | Teach the preprocessing pass to handle 'include' and | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Add initial preprocessor pass (doesn't actually do much) | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Implement space-efficient allocator for small data structures. We | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add allocators for statistics | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Parse a lot more types (including complex structures and unions and | Linus Torvalds | 2005-04-07 | 1 | -3/+2 |
* | Start binding typedefs. More work needed, but this parses correctly: | Linus Torvalds | 2005-04-07 | 1 | -9/+4 |
* | Add more type parsing: function and array declarators, function | Linus Torvalds | 2005-04-07 | 1 | -5/+5 |
* | Make for more readable "expected xxxx" messages. | Linus Torvalds | 2005-04-07 | 1 | -3/+6 |
* | First cuts at simple type declaration and statement parsing. | Linus Torvalds | 2005-04-07 | 1 | -3/+4 |
* | Start handling minimal semantic information, needed for types. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add simple recursive-descent C expression parsing (but we only do the | Linus Torvalds | 2005-04-07 | 1 | -0/+27 |