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
/
pre-process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow parsing L'\0'
Christopher Li
2010-04-08
1
-0
/
+1
*
warn directive in argument list
Al Viro
2009-07-18
1
-2
/
+26
*
Rename dirafter to idirafter.
Alexey Zaytsev
2008-12-18
1
-2
/
+2
*
Set gcc include path at runtime.
Alexey Zaytsev
2008-12-18
1
-20
/
+76
*
Fix infinite loop in free_preprocessor_line()
Alexey Dobriyan
2007-06-03
1
-2
/
+2
*
check for whitespace before object-like macro body
Al Viro
2007-05-26
1
-5
/
+10
*
__DATE__ & __TIME expansion
Damien Lespiau
2007-05-20
1
-0
/
+13
*
Avoid returning an uninitialized pointer from dup_list of an empty list
Josh Triplett
2007-03-10
1
-1
/
+1
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-4
/
+4
*
implement #strong_undef
Oleg Nesterov
2006-12-05
1
-6
/
+24
*
implement #strong_define
Oleg Nesterov
2006-12-05
1
-11
/
+17
*
prepare for #strong_{define,undef}
Oleg Nesterov
2006-12-05
1
-7
/
+8
*
fix 'weak' attribute loss
Oleg Nesterov
2006-12-05
1
-3
/
+5
*
fix redefine of #weak_define
Oleg Nesterov
2006-12-05
1
-23
/
+32
*
kill NS_INVISIBLEMACRO, introduce NS_UNDEF
Oleg Nesterov
2006-12-05
1
-3
/
+10
*
use lookup_macro() in handle_undef()
Oleg Nesterov
2006-12-05
1
-10
/
+5
*
Fix warning on self check.
Christopher Li
2006-11-28
1
-12
/
+16
*
Typo fixes
Pavel Roskin
2006-11-06
1
-1
/
+1
*
[PATCH] eliminate elif_ignore, fix handling of unterminated #if
Al Viro
2005-11-27
1
-55
/
+45
*
[PATCH] lookup_macro() should be static
Al Viro
2005-11-27
1
-1
/
+1
*
[PATCH] check for !token in handle_preprocessor_line() should be eof_token(to...
Al Viro
2005-11-27
1
-1
/
+1
*
[PATCH] fixed stream->protect handling
Al Viro
2005-11-27
1
-44
/
+46
*
[PATCH] fixed handling of out-of-place #elif/#else/#endif
Al Viro
2005-11-27
1
-10
/
+19
*
[PATCH] beginning of #include protection rewrite: cleanup
Al Viro
2005-11-27
1
-46
/
+31
*
[PATCH] fix places that didn't free preprocessor line for no reason.
Al Viro
2005-11-27
1
-30
/
+37
*
[PATCH] taking free_preprocessor_line() to caller of ->handler()
Al Viro
2005-11-27
1
-39
/
+40
*
[PATCH] remove bogus double warning on #define/#undef syntax
Al Viro
2005-11-27
1
-2
/
+2
*
[PATCH] saner handling of #if[n]def syntax errors
Al Viro
2005-11-27
1
-9
/
+28
*
[PATCH] remove true_nesting, turn if_nesting into a variable
Al Viro
2005-11-27
1
-13
/
+4
*
[PATCH] shut up the bogus warnings about the #if'ed-out section
Al Viro
2005-11-22
1
-4
/
+9
*
[PATCH] no need to special-case comma after ##
Al Viro
2005-11-22
1
-2
/
+0
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-29
/
+29
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-29
/
+29
*
Warn about undefined preprocessor symbols at expansion time, not parse time
Linus Torvalds
2005-09-09
1
-3
/
+1
*
Don't overwrite built-in macros when redefining them.
Linus Torvalds
2005-08-03
1
-5
/
+19
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-1
/
+1
*
Don't free expressions after preprocessing
Linus Torvalds
2005-08-02
1
-1
/
+2
*
[PATCH] Fix SIGSEGV on unterminated preprocessor conditional
Luc Van Oostenryck
2005-05-19
1
-0
/
+2
*
Fix position reporting on unterminated preprocessor conditional
Linus Torvalds
2005-05-19
1
-3
/
+3
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-2
/
+1
*
[PATCH] make include path handling gcc compatible
Sam Ravnborg
2005-04-07
1
-41
/
+151
*
Add "stream_name()" helper function, and use it.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Remove stat-based file identity tests.
Linus Torvalds
2005-04-07
1
-0
/
+19
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "optimize" flag, and collect the flags into lib.c.
Linus Torvalds
2005-04-07
1
-3
/
+0
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Free more token memory for re-use
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Make the pre-processor free the tokens that never make it
Linus Torvalds
2005-04-07
1
-15
/
+26
*
Honor pre-processor conditionals even when they don't match within a stream.
Linus Torvalds
2005-04-07
1
-10
/
+6
*
Using a preprocessor symbol makes it non-weak.
Linus Torvalds
2005-04-07
1
-3
/
+11
[next]