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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Totally re-do how we build up the initializer tree: make the
Linus Torvalds
2005-04-07
6
-97
/
+195
*
Print out the proper filename on open failure.
Linus Torvalds
2005-04-07
3
-3
/
+3
*
Fix handling if "-I" switch.
Linus Torvalds
2005-04-07
1
-7
/
+23
*
Parse "nested" named or index initializers.
Linus Torvalds
2005-04-07
1
-3
/
+11
*
Make blob_alloc and blob_free functions in order to hide caddr_t
welinder@troll.com
2005-04-07
1
-2
/
+16
*
Teach cgcc about -Wbitwise and -Wtypesign.
welinder@troll.com
2005-04-07
1
-1
/
+1
*
Add "-Wtypesign" command line option.
Linus Torvalds
2005-04-07
3
-8
/
+22
*
Improve sign warnings a bit.
Linus Torvalds
2005-04-07
1
-12
/
+15
*
Fix replace_by_integer.
welinder@troll.com
2005-04-07
1
-2
/
+2
*
Complain about type differences in signedness.
Linus Torvalds
2005-04-07
1
-3
/
+6
*
Add "__builtin_warning()" builtin.
Linus Torvalds
2005-04-07
1
-1
/
+57
*
Getting the type of a symbol (and checking behind SYM_NODE) is
Linus Torvalds
2005-04-07
1
-8
/
+4
*
[PATCH] recovery from typeof on expression with bad type
Alexander Viro
2005-04-07
1
-2
/
+2
*
Fix conditional expression evaluation buglets
Linus Torvalds
2005-04-07
1
-7
/
+8
*
Fix shift size check and make warning more readable.
Linus Torvalds
2005-04-07
1
-9
/
+13
*
[PATCH] trivial ansi-c declear
Christopher Li
2005-04-07
1
-1
/
+1
*
Morten made us almost -Wwrite-strings clean. Go the extra mile.
Linus Torvalds
2005-04-07
3
-6
/
+8
*
Janitorial trivialities.
welinder@darter.rentec.com
2005-04-07
6
-10
/
+10
*
Fix up format string buglet found by the compiler.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Many files:
welinder@darter.rentec.com
2005-04-07
14
-200
/
+226
*
symbol.h, symbol.c:
welinder@troll.com
2005-04-07
4
-45
/
+67
*
Reinstate non-ANSI warning for "int foo () { }".
welinder@troll.com
2005-04-07
1
-2
/
+12
*
More "union" trouble: don't look at ctype for non-NS_SYMBOL.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Move symbol "used" flag out from SYM_NODE union.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Sanitize base type declarations some more.
Linus Torvalds
2005-04-07
3
-43
/
+45
*
We need to initialize the type of the fundamental base types.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Remove "match_string_ident" now that nothing uses it.
Linus Torvalds
2005-04-07
2
-11
/
+0
*
[PATCH] make preprocesser command a symbol
Christopher Li
2005-04-07
4
-39
/
+54
*
Poison deleted ptr-list entries.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Use more simple/fast iterators
Christopher Li
2005-04-07
3
-26
/
+17
*
Add DELETE_CURRENT_PTR and REPLACE_CURRENT_PTR.
Linus Torvalds
2005-04-07
1
-0
/
+16
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
11
-69
/
+69
*
Re-organize list access macros for easier expansion.
Linus Torvalds
2005-04-07
1
-40
/
+62
*
Fix "compile-i386.c" incestuous list internal knowledge.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Use the fast/simple list iterators in cases where we don't
Linus Torvalds
2005-04-07
1
-7
/
+5
*
Mark the "entry" point in a function, and update it when
Linus Torvalds
2005-04-07
2
-7
/
+20
*
Fix silly "first_basic_block()" typo
Linus Torvalds
2005-04-07
1
-1
/
+1
*
[PATCH] __attribute__((bitwise))
Alexander Viro
2005-04-07
7
-25
/
+187
*
[PATCH] parser.c cleanup
Alexander Viro
2005-04-07
1
-57
/
+64
*
[PATCH] evaluate_sign() typo
Alexander Viro
2005-04-07
1
-1
/
+1
*
[PATCH] uninlining inline functions
Alexander Viro
2005-04-07
5
-13
/
+46
*
[PATCH] more on fixing dependency
Christopher Li
2005-04-07
1
-0
/
+3
*
Add dependancy information for the new ident-list.h
Linus Torvalds
2005-04-07
1
-1
/
+2
*
[PATCH] avoid matching idents with string compares
Christopher Li
2005-04-07
4
-123
/
+87
*
Merge troll.com:/scratch/welinder/linus-sparse
welinder@troll.com
2005-04-07
2
-4
/
+3
|
\
|
*
symbol.c:
welinder@troll.com
2005-04-07
2
-4
/
+3
*
|
Fix up silly typo that caused __builtin_constant_p not to work on FP constants.
Linus Torvalds
2005-04-07
1
-1
/
+1
|
/
*
Make sure to handle TOKEN_STREAMEND even inside a false conditional.
welinder@troll.com
2005-04-07
1
-11
/
+15
*
Make elif_ignore also keep track of whether we have seen #else.
welinder@troll.com
2005-04-07
1
-30
/
+42
*
Encountering #warning or #error at the wrong spot means that the file
welinder@troll.com
2005-04-07
1
-0
/
+4
[next]