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