aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scope.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07More conversion from "iterate()" to an explicit FOR_EACH_PTR()Linus Torvalds1-2/+5
2005-04-07Do a proper scope allocator, don't use the "bytes" allocator that doesn'tLinus Torvalds1-1/+1
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Oops. Bad scoping for iterators and switch() statements. We didn'tLinus Torvalds1-0/+1
2005-04-07Expose scoping to symbol binders - we'll need this to checkLinus Torvalds1-8/+6
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Separate scopes for blocks and functions. Function scopesLinus Torvalds1-8/+34
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+2
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-2/+2
2005-04-07Add symbol scoping for proper parsing.Linus Torvalds1-0/+47