aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Fix RESET_PTR_LIST() implementation: we forgot to actuallyLinus Torvalds1-0/+1
2005-04-07Do a proper scope allocator, don't use the "bytes" allocator that doesn'tLinus Torvalds1-0/+1
2005-04-07Make functions degenerate to function pointers, and fix theLinus Torvalds1-2/+4
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Evaluate structure and union initializers, including namedLinus Torvalds1-1/+7
2005-04-07Add macros to walk a list in parallel with another walker.Linus Torvalds1-1/+51
2005-04-07Add nicer iterator for pointer lists - it's a complex macro,Linus Torvalds1-0/+21
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Introduce a "struct position", and have the different types referLinus Torvalds1-2/+11
2005-04-07Make a function call point an expression type of its own, andLinus Torvalds1-0/+17
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-2/+7
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-5/+7
2005-04-07Make listop functions keep the lists in chronological orderLinus Torvalds1-2/+3
2005-04-07Create function to clear out the existing allocations. TheLinus Torvalds1-1/+2
2005-04-07Move some common parsing routines to "lib", so thattheLinus Torvalds1-0/+4
2005-04-07Do much more pre-processing work: support #ifdef/#else/#endifLinus Torvalds1-5/+10
2005-04-07Implement space-efficient allocator for small data structures. WeLinus Torvalds1-3/+5
2005-04-07Add allocators for statisticsLinus Torvalds1-0/+51