aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Using a preprocessor symbol makes it non-weak.Linus Torvalds2005-04-071-3/+11
* Make #ifdef/#ifndef/defined() all use the same helper function.Linus Torvalds2005-04-071-14/+11
* Add "weak" definesLinus Torvalds2005-04-071-1/+18
* When re-defining a symbol, let the new definition shine through.Linus Torvalds2005-04-071-0/+2
* [PATCH] #if expression handling cleanupsAlexander Viro2005-04-071-22/+24
* Fix replace_by_integer.welinder@troll.com2005-04-071-2/+2
* [PATCH] trivial ansi-c declearChristopher Li2005-04-071-1/+1
* Morten made us almost -Wwrite-strings clean. Go the extra mile.Linus Torvalds2005-04-071-4/+6
* Janitorial trivialities.welinder@darter.rentec.com2005-04-071-1/+1
* Many files:welinder@darter.rentec.com2005-04-071-34/+34
* Remove "match_string_ident" now that nothing uses it.Linus Torvalds2005-04-071-10/+0
* [PATCH] make preprocesser command a symbolChristopher Li2005-04-071-12/+17
* symbol.c:welinder@troll.com2005-04-071-1/+1
* Make sure to handle TOKEN_STREAMEND even inside a false conditional.welinder@troll.com2005-04-071-11/+15
* Make elif_ignore also keep track of whether we have seen #else.welinder@troll.com2005-04-071-30/+42
* Encountering #warning or #error at the wrong spot means that the filewelinder@troll.com2005-04-071-0/+4
* Fix #warning for lines that end up with precisely 1024 characters.welinder@troll.com2005-04-071-1/+1
* Make "next_path" be per-stream for better "include_next".Linus Torvalds2005-04-071-16/+11
* Implement "include_next"Linus Torvalds2005-04-071-7/+19
* Re-organize search path handling.Linus Torvalds2005-04-071-23/+49
* pre-process.c:welinder@troll.com2005-04-071-24/+53
* pre-process.c, lib.c:welinder@troll.com2005-04-071-1/+1
* pre-process.c:welinder@troll.com2005-04-071-1/+1
* Handle preprocessor "# <nr> <file>" the same as #line <nr> <file>".Linus Torvalds2005-04-071-2/+9
* [PATCH] #lineterra@gnome.org2005-04-071-0/+9
* Make #include handling do the right thing for absolute paths.Linus Torvalds2005-04-071-0/+8
* Handle tokenized include-filename with angle brackets.Linus Torvalds2005-04-071-0/+4
* [PATCH] lazy-copy macro expansion in pre-processingAlexander Viro2005-04-071-374/+574
* [PATCH] saner handling of argument listsAlexander Viro2005-04-071-25/+83
* [PATCH] sparse cleanups of handle_define()Alexander Viro2005-04-071-61/+66
* [PATCH] more sparse fixes (body parsing, beginning of ## handling)Alexander Viro2005-04-071-54/+80
* Shrink "struct token" by moving "noexpand" into the position flags.Linus Torvalds2005-04-071-4/+4
* Oops. Al forgot to handle the new TOKEN_UNTAINT in tokenLinus Torvalds2005-04-071-0/+1
* [PATCH] Fix preprocessor expansion anti-recursion properlyAlexander Viro2005-04-071-68/+95
* Ok, this handles all token types in token comparison,Linus Torvalds2005-04-071-10/+23
* Be a bit better about comparing token lists.Linus Torvalds2005-04-071-1/+29
* Use the proper wrapper to access token types.Linus Torvalds2005-04-071-1/+1
* Fix equality testing for macro re-definition.Linus Torvalds2005-04-071-13/+13
* [PATCH] cleanup of macro arguments handlingAlexander Viro2005-04-071-7/+19
* Now that we do the proper (simplified) C99 number tokenLinus Torvalds2005-04-071-7/+1
* Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers beLinus Torvalds2005-04-071-30/+10
* This should largely fix token pasting.Linus Torvalds2005-04-071-49/+70
* The "original definition" part of the redefined warningLinus Torvalds2005-04-071-1/+1
* Oops. Fix the preprocessor handling of "..." arguments.Linus Torvalds2005-04-071-0/+1
* Fix token expansion array overflow.Linus Torvalds2005-04-071-1/+7
* [PATCH] print out the function which causes errorsChristopher Li2005-04-071-7/+7
* [PATCH] support __VA_ARGS__ variable macro argumentsChristopher Li2005-04-071-7/+22
* [PATCH] print out name of function which causes errorsChristopher Li2005-04-071-1/+2
* Update copyright notices to reflect the fact that TransmetaLinus Torvalds2005-04-071-0/+1
* Fix a nonchecked (and much too small) nesting level limit.Linus Torvalds2005-04-071-2/+4