aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove symbol.id_listAlexey Zaytsev2008-06-111-1/+1
* [PATCH] file and global scopes are the same for purposes of struct redefiningAl Viro2007-07-291-0/+10
* Fix typos in commentsJosh Triplett2007-03-091-1/+1
* kill NS_INVISIBLEMACRO, introduce NS_UNDEFOleg Nesterov2006-12-051-7/+0
* delay removing file scopeChristopher Li2006-12-041-0/+7
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-5/+9
* Make types have file scope, not global scopeLinus Torvalds2005-08-021-3/+3
* Make macros have file scopeLinus Torvalds2005-08-021-1/+11
* Start work on proper scoping with multiple filesLinus Torvalds2005-08-021-4/+17
* Split out the blob allocator from lib.c into allocate.c.Linus Torvalds2005-04-071-0/+1
* Update copyright notices a bit.Linus Torvalds2005-04-071-1/+1
* Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds2005-04-071-1/+1
* Update copyright notices to reflect the fact that TransmetaLinus Torvalds2005-04-071-0/+1
* More conversion from "iterate()" to an explicit FOR_EACH_PTR()Linus Torvalds2005-04-071-2/+5
* Do a proper scope allocator, don't use the "bytes" allocator that doesn'tLinus Torvalds2005-04-071-1/+1
* Start updating the copyright license comments to the OSL,Linus Torvalds2005-04-071-1/+3
* Oops. Bad scoping for iterators and switch() statements. We didn'tLinus Torvalds2005-04-071-0/+1
* Expose scoping to symbol binders - we'll need this to checkLinus Torvalds2005-04-071-8/+6
* Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds2005-04-071-1/+1
* Separate scopes for blocks and functions. Function scopesLinus Torvalds2005-04-071-8/+34
* Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds2005-04-071-0/+2
* Make iterators take a helper datum, and tell the callback whetherLinus Torvalds2005-04-071-2/+2
* Add symbol scoping for proper parsing.Linus Torvalds2005-04-071-0/+47