| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When re-defining a symbol, let the new definition shine through. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] #if expression handling cleanups | Alexander Viro | 2005-04-07 | 1 | -22/+24 |
* | Fix replace_by_integer. | welinder@troll.com | 2005-04-07 | 1 | -2/+2 |
* | [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 | 1 | -4/+6 |
* | Janitorial trivialities. | welinder@darter.rentec.com | 2005-04-07 | 1 | -1/+1 |
* | Many files: | welinder@darter.rentec.com | 2005-04-07 | 1 | -34/+34 |
* | Remove "match_string_ident" now that nothing uses it. | Linus Torvalds | 2005-04-07 | 1 | -10/+0 |
* | [PATCH] make preprocesser command a symbol | Christopher Li | 2005-04-07 | 1 | -12/+17 |
* | symbol.c: | welinder@troll.com | 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 |
* | Fix #warning for lines that end up with precisely 1024 characters. | welinder@troll.com | 2005-04-07 | 1 | -1/+1 |
* | Make "next_path" be per-stream for better "include_next". | Linus Torvalds | 2005-04-07 | 1 | -16/+11 |
* | Implement "include_next" | Linus Torvalds | 2005-04-07 | 1 | -7/+19 |
* | Re-organize search path handling. | Linus Torvalds | 2005-04-07 | 1 | -23/+49 |
* | pre-process.c: | welinder@troll.com | 2005-04-07 | 1 | -24/+53 |
* | pre-process.c, lib.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+1 |
* | pre-process.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+1 |
* | Handle preprocessor "# <nr> <file>" the same as #line <nr> <file>". | Linus Torvalds | 2005-04-07 | 1 | -2/+9 |
* | [PATCH] #line | terra@gnome.org | 2005-04-07 | 1 | -0/+9 |
* | Make #include handling do the right thing for absolute paths. | Linus Torvalds | 2005-04-07 | 1 | -0/+8 |
* | Handle tokenized include-filename with angle brackets. | Linus Torvalds | 2005-04-07 | 1 | -0/+4 |
* | [PATCH] lazy-copy macro expansion in pre-processing | Alexander Viro | 2005-04-07 | 1 | -374/+574 |
* | [PATCH] saner handling of argument lists | Alexander Viro | 2005-04-07 | 1 | -25/+83 |
* | [PATCH] sparse cleanups of handle_define() | Alexander Viro | 2005-04-07 | 1 | -61/+66 |
* | [PATCH] more sparse fixes (body parsing, beginning of ## handling) | Alexander Viro | 2005-04-07 | 1 | -54/+80 |
* | Shrink "struct token" by moving "noexpand" into the position flags. | Linus Torvalds | 2005-04-07 | 1 | -4/+4 |
* | Oops. Al forgot to handle the new TOKEN_UNTAINT in token | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | [PATCH] Fix preprocessor expansion anti-recursion properly | Alexander Viro | 2005-04-07 | 1 | -68/+95 |
* | Ok, this handles all token types in token comparison, | Linus Torvalds | 2005-04-07 | 1 | -10/+23 |
* | Be a bit better about comparing token lists. | Linus Torvalds | 2005-04-07 | 1 | -1/+29 |
* | Use the proper wrapper to access token types. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Fix equality testing for macro re-definition. | Linus Torvalds | 2005-04-07 | 1 | -13/+13 |
* | [PATCH] cleanup of macro arguments handling | Alexander Viro | 2005-04-07 | 1 | -7/+19 |
* | Now that we do the proper (simplified) C99 number token | Linus Torvalds | 2005-04-07 | 1 | -7/+1 |
* | Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be | Linus Torvalds | 2005-04-07 | 1 | -30/+10 |
* | This should largely fix token pasting. | Linus Torvalds | 2005-04-07 | 1 | -49/+70 |
* | The "original definition" part of the redefined warning | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Oops. Fix the preprocessor handling of "..." arguments. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Fix token expansion array overflow. | Linus Torvalds | 2005-04-07 | 1 | -1/+7 |
* | [PATCH] print out the function which causes errors | Christopher Li | 2005-04-07 | 1 | -7/+7 |
* | [PATCH] support __VA_ARGS__ variable macro arguments | Christopher Li | 2005-04-07 | 1 | -7/+22 |
* | [PATCH] print out name of function which causes errors | Christopher Li | 2005-04-07 | 1 | -1/+2 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Fix a nonchecked (and much too small) nesting level limit. | Linus Torvalds | 2005-04-07 | 1 | -2/+4 |
* | Add "-v" flag for verbose mode. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Get rid of "#pragma" lines for now, while still keeping a | Linus Torvalds | 2005-04-07 | 1 | -0/+26 |
* | [PATCH] Get gcc internal header files path from gcc itself | Ryan Anderson | 2005-04-07 | 1 | -2/+2 |