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
*
Make the example clients be under the OSL v1.1 too.
Linus Torvalds
2005-04-07
3
-3
/
+9
*
Start updating the copyright license comments to the OSL,
Linus Torvalds
2005-04-07
16
-18
/
+60
*
Make the library look more like a library, preparing for switch-over
Linus Torvalds
2005-04-07
1
-26
/
+32
*
Make the license file be the OSL v1.1 with explanation of
Linus Torvalds
2005-04-07
1
-25
/
+180
*
Evaluate initializer entry offsets, and add them back into
Linus Torvalds
2005-04-07
3
-19
/
+65
*
Fix nested initializer evaluation (we should _not_
Linus Torvalds
2005-04-07
1
-12
/
+4
*
Evaluate structure and union initializers, including named
Linus Torvalds
2005-04-07
2
-3
/
+49
*
Peter points out that the type masking shifts can overflow
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Evaluate array initializers (type fixing and array index
Linus Torvalds
2005-04-07
2
-19
/
+28
*
Print out the symbol name when we complain about re-declaring stuff with
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Merge both node and array information at array degrade time.
Linus Torvalds
2005-04-07
2
-2
/
+3
*
Check for mismatched declarations using the new duplicate
Linus Torvalds
2005-04-07
1
-0
/
+18
*
Don't show bad expression types.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Oops. Bad scoping for iterators and switch() statements. We didn't
Linus Torvalds
2005-04-07
4
-4
/
+27
*
Mark all function declarations automatically extern unless they
Linus Torvalds
2005-04-07
1
-1
/
+9
*
The C type part and the preprocessor part of a symbol are supposed
Linus Torvalds
2005-04-07
1
-23
/
+25
*
Remove unused symbol list. We'll soon re-introduce it in another form,
Linus Torvalds
2005-04-07
2
-9
/
+0
*
Make arrays properly degenerate even if they are preceded
Linus Torvalds
2005-04-07
1
-34
/
+45
*
Yeah, well... More typeof() tweaking.
Linus Torvalds
2005-04-07
2
-8
/
+4
*
Clean up silliness.
Linus Torvalds
2005-04-07
1
-1
/
+0
*
Whoops. More "typeof" confusion fixes.
Linus Torvalds
2005-04-07
1
-7
/
+8
*
Fix type merging at dereference evaluation time.
Linus Torvalds
2005-04-07
3
-3
/
+6
*
Make type warning messages more readable, and realize
Linus Torvalds
2005-04-07
1
-17
/
+9
*
Fix typeof() type evaluation. I hope.
Linus Torvalds
2005-04-07
1
-3
/
+23
*
Get member access vs member pointer dereference types right.
Linus Torvalds
2005-04-07
1
-5
/
+9
*
Ignore MOD_TOPLEVEL and other "internal" modifiers
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Make test-lexer output indentation.
Linus Torvalds
2005-04-07
1
-3
/
+8
*
Show expressions with no type as a separate
Linus Torvalds
2005-04-07
1
-0
/
+8
*
Make string constants evaluate as a proper array dereference.
Linus Torvalds
2005-04-07
1
-4
/
+23
*
We should _not_ look at the node modifiers/address_space
Linus Torvalds
2005-04-07
1
-14
/
+6
*
Make symbol addressing do something half-way sane.
Linus Torvalds
2005-04-07
3
-1
/
+12
*
Show switch- and case-statements in some half-way sane
Linus Torvalds
2005-04-07
1
-9
/
+10
*
Show if/label/asm statements in a saner format.
Linus Torvalds
2005-04-07
3
-23
/
+61
*
Show iterators and goto's properly as pseudo-assembler.
Linus Torvalds
2005-04-07
4
-42
/
+47
*
Turn 'break'/'continue' statements into goto's with
Linus Torvalds
2005-04-07
5
-24
/
+43
*
Don't warn about dereferences to noderef pointers - we don't know yet
Linus Torvalds
2005-04-07
1
-10
/
+7
*
Be much more careful about type evaluation for pointer addition,
Linus Torvalds
2005-04-07
1
-14
/
+22
*
Make symbol debugging print out the symbol address too.
Linus Torvalds
2005-04-07
1
-2
/
+3
*
Be more careful about checking for compatible pointer assignment
Linus Torvalds
2005-04-07
1
-36
/
+27
*
Don't make the 'void' type point to itself. It confuses the
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Fix up some address space evaluations. This is now already
Linus Torvalds
2005-04-07
1
-6
/
+18
*
Hardcode "check.c" with enough pre-defines to work with my
Linus Torvalds
2005-04-07
1
-0
/
+13
*
Make type difference show size differences differently
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Add "debug_symbol()" function that prints out the full
Linus Torvalds
2005-04-07
2
-0
/
+27
*
Make sure that when we parse a pointer type, we properly
Linus Torvalds
2005-04-07
1
-0
/
+6
*
Ignore sign differences for "same type". Make the
Linus Torvalds
2005-04-07
1
-37
/
+51
*
Fix up type warnings to point to the right position.
Linus Torvalds
2005-04-07
1
-5
/
+8
*
Fix the direct-call case. A call is a direct call if the
Linus Torvalds
2005-04-07
1
-6
/
+18
*
This should fix a macro argument expansion problem - we mark the
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Add "check" program that just evaluates the tree and does nothing
Linus Torvalds
2005-04-07
2
-1
/
+116
[next]