GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scope.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove symbol.id_list
Alexey Zaytsev
2008-06-11
1
-1
/
+1
*
[PATCH] file and global scopes are the same for purposes of struct redefining
Al Viro
2007-07-29
1
-0
/
+10
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-1
/
+1
*
kill NS_INVISIBLEMACRO, introduce NS_UNDEF
Oleg Nesterov
2006-12-05
1
-7
/
+0
*
delay removing file scope
Christopher Li
2006-12-04
1
-0
/
+7
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-5
/
+9
*
Make types have file scope, not global scope
Linus Torvalds
2005-08-02
1
-3
/
+3
*
Make macros have file scope
Linus Torvalds
2005-08-02
1
-1
/
+11
*
Start work on proper scoping with multiple files
Linus Torvalds
2005-08-02
1
-4
/
+17
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
*
More conversion from "iterate()" to an explicit FOR_EACH_PTR()
Linus Torvalds
2005-04-07
1
-2
/
+5
*
Do a proper scope allocator, don't use the "bytes" allocator that doesn't
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Start updating the copyright license comments to the OSL,
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Oops. Bad scoping for iterators and switch() statements. We didn't
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Expose scoping to symbol binders - we'll need this to check
Linus Torvalds
2005-04-07
1
-8
/
+6
*
Change the copyright to Transmeta Corp, that's likely to be
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Separate scopes for blocks and functions. Function scopes
Linus Torvalds
2005-04-07
1
-8
/
+34
*
Add copyright statements and file comments. Add a FAQ, README, and
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Make iterators take a helper datum, and tell the callback whether
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Add symbol scoping for proper parsing.
Linus Torvalds
2005-04-07
1
-0
/
+47