aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup write to argument array hackChristopher Li2006-12-041-3/+7
* Handle symbols from "-include" file tooLinus Torvalds2005-11-021-1/+1
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-1/+3
* Split out the blob allocator from lib.c into allocate.c.Linus Torvalds2005-04-071-0/+1
* Update test-linearize.c to the new world order.Linus Torvalds2005-04-071-51/+1
* Make "translation_unit()" do symbol evaluation too.Linus Torvalds2005-04-071-4/+3
* Get rid of the old "iterate()" interfaces.Linus Torvalds2005-04-071-10/+14
* test-linearize.c:welinder@troll.com2005-04-071-5/+5
* Make "next_path" be per-stream for better "include_next".Linus Torvalds2005-04-071-2/+2
* Fix test-linearize with symbols that have no code to show.Linus Torvalds2005-04-071-1/+2
* Generalize linearize_symbol()Jeff Garzik2005-04-071-1/+4
* Initialize C type system after parsing the command line arguments.Linus Torvalds2005-04-071-1/+3
* Add a "test-linearize" program to test the output ofLinus Torvalds2005-04-071-0/+83