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
path:
root
/
expression.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parsing wide char string
Christopher Li
2010-06-17
1
-5
/
+8
*
Allow parsing L'\0'
Christopher Li
2010-04-08
1
-1
/
+2
*
Don't mix storage class bits with ctype->modifiers while parsing type
Al Viro
2009-07-18
1
-7
/
+5
*
Simplify get_number_value() and ctype_integer()
Al Viro
2009-07-18
1
-20
/
+20
*
Fix type_info_expression()
Al Viro
2009-07-17
1
-2
/
+10
*
Set *tree to NULL on error
Vegard Nossum
2008-07-14
1
-0
/
+2
*
[PATCH] braino in conditional_expression()
Al Viro
2007-07-29
1
-1
/
+1
*
expression.c: Clean up match_oplist() and add missing va_end()
ricknu-0@student.ltu.se
2007-07-24
1
-7
/
+7
*
fix handling of address_space in casts and assignments
Al Viro
2007-07-10
1
-5
/
+13
*
fix the comma handling in integer constant expressions
Al Viro
2007-07-08
1
-11
/
+3
*
[PATCH] fix handling of integer constant expressions
Al Viro
2007-06-26
1
-6
/
+62
*
[PATCH] implement __builtin_offsetof()
Al Viro
2007-06-26
1
-0
/
+67
*
[PATCH] deal with enum members without excessive PITA
Al Viro
2007-06-25
1
-0
/
+7
*
handle __alignof as equivalent of __alignof__
Al Viro
2007-05-26
1
-0
/
+1
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-1
/
+1
*
double inclusions
Nicolas Kaiser
2006-11-21
1
-1
/
+0
*
[PATCH] Add support for GCC's __builtin_types_compatible_p extension
Josh Triplett
2006-07-05
1
-2
/
+47
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-4
/
+4
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-4
/
+4
*
Warn about undefined preprocessor symbols at expansion time, not parse time
Linus Torvalds
2005-09-09
1
-0
/
+9
*
Fix assignment and conditional expression parsing with no left side.
Linus Torvalds
2005-06-19
1
-2
/
+2
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Add __sizeof_ptr__ that looks at a pointer expression and
Linus Torvalds
2005-04-07
1
-31
/
+47
*
Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the same
Linus Torvalds
2005-04-07
1
-0
/
+59
*
Add system-specific compatibility functions to make
Linus Torvalds
2005-04-07
1
-2
/
+1
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-10
/
+10
*
Keep track of computed target label lists per-function.
Linus Torvalds
2005-04-07
1
-1
/
+6
*
Make sizeof understand the C99 "sizeof typed initializer" syntax.
Linus Torvalds
2005-04-07
1
-1
/
+12
*
[PATCH] FP handling
Alexander Viro
2005-04-07
1
-15
/
+25
*
C99 says strings should be up to 4095 bytes.
Linus Torvalds
2005-04-07
1
-5
/
+6
*
Don't allow string concatenation to overflow MAX_STRING.
Linus Torvalds
2005-04-07
1
-0
/
+9
*
[PATCH] teach sparse about __alignof__
Stephen Hemminger
2005-04-07
1
-11
/
+22
*
[PATCH] Update get_number_value()
Alexander Viro
2005-04-07
1
-80
/
+94
*
If int/long are the same size, an int that overflows into
Linus Torvalds
2005-04-07
1
-3
/
+2
*
Macroize lr_binop_expression() helper function.
Linus Torvalds
2005-04-07
1
-49
/
+85
*
Make sure we don't silently accept an empty expression
Linus Torvalds
2005-04-07
1
-2
/
+12
*
Allow underscores in integer constants for readability.
Linus Torvalds
2005-04-07
1
-2
/
+8
*
Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be
Linus Torvalds
2005-04-07
1
-24
/
+30
*
Don't get confused about "void *" nodes.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
"a->b" is just shorthand for "(*a).b".
Linus Torvalds
2005-04-07
1
-2
/
+9
*
Make "value is so big" warning print the constant.
Linus Torvalds
2005-04-07
1
-3
/
+5
*
Now that BITS_IN_XXXX aren't defined contstants any more,
Linus Torvalds
2005-04-07
1
-6
/
+6
*
Clean up type expression syntax.
Linus Torvalds
2005-04-07
1
-2
/
+9
*
Support C types as first-class citizens, allowing type
Linus Torvalds
2005-04-07
1
-8
/
+8
*
Warn about users trying to use type names in expressions.
Linus Torvalds
2005-04-07
1
-1
/
+15
*
[PATCH] Make sparse understand complex initializers inside expressions
Dave Olien
2005-04-07
1
-6
/
+17
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make the tokenizer recognize FP tokens, even if we don't
Linus Torvalds
2005-04-07
1
-1
/
+5
*
Parse and evaluate gcc computed goto extensions: label addressing
Linus Torvalds
2005-04-07
1
-0
/
+10
[next]