aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup write to argument array hackChristopher Li2006-12-041-3/+7
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-1/+3
* Make "test-lexing" use sparse() infrastructure.Linus Torvalds2005-04-071-31/+2
* Janitorial trivialities.welinder@darter.rentec.com2005-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/+4
* Update copyright notices to reflect the fact that TransmetaLinus Torvalds2005-04-071-0/+1
* Make the example clients be under the OSL v1.1 too. Linus Torvalds2005-04-071-1/+3
* Make test-lexer output indentation.Linus Torvalds2005-04-071-3/+8
* Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds2005-04-071-1/+1
* Introduce a "struct position", and have the different types referLinus Torvalds2005-04-071-2/+2
* Add preprocessor directives to manipulate the include path.Linus Torvalds2005-04-071-14/+0
* 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-0/+13
* Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds2005-04-071-0/+6
* Fix up warnings by adding includes and the proper prototypes.Linus Torvalds2005-04-071-0/+1
* Avoid re-tokenizing header files that are protected byLinus Torvalds2005-04-071-0/+1
* Fix fd leak in tokenization.Linus Torvalds2005-04-071-0/+1
* Tokenization drops whitespace, but there is one area where it isLinus Torvalds2005-04-071-3/+5
* Whitespace and comment fixes for testersLinus Torvalds2005-04-071-0/+1
* Teach the preprocessing pass to handle 'include' and Linus Torvalds2005-04-071-4/+4
* Add initial preprocessor pass (doesn't actually do much)Linus Torvalds2005-04-071-0/+1
* Implement space-efficient allocator for small data structures. WeLinus Torvalds2005-04-071-2/+2
* Make lexing tester print out string constants properly.Linus Torvalds2005-04-071-13/+6
* Start handling minimal semantic information, needed for types.Linus Torvalds2005-04-071-0/+2
* Mark local parsing functions 'static'.Linus Torvalds2005-04-071-1/+1
* Add simple recursive-descent C expression parsing (but we only do theLinus Torvalds2005-04-071-91/+1
* Yaah. I'm a retard, but I want to at least try to see how hard it isLinus Torvalds2005-04-071-0/+126