| Commit message (Expand) | Author | Age | Files | Lines |
* | Parsing wide char string | Christopher Li | 2010-06-17 | 1 | -1/+2 |
* | Allow parsing L'\0' | Christopher Li | 2010-04-08 | 1 | -0/+1 |
* | Add -ftabstop=WIDTH | Hannes Eder | 2009-01-02 | 1 | -0/+1 |
* | Remove pre_buffer | Christopher Li | 2008-12-18 | 1 | -1/+1 |
* | combinations string clean up | Christopher Li | 2007-05-01 | 1 | -1/+1 |
* | Fix typos in comments | Josh Triplett | 2007-03-09 | 1 | -1/+1 |
* | Free up some special bits in modifiers. | Josh Triplett | 2007-03-07 | 1 | -1/+2 |
* | Coding style fix: in a pointer type, * goes with the name, not the type. | Josh Triplett | 2007-01-27 | 1 | -1/+1 |
* | trivial fix for seg fault. | Christopher Li | 2006-11-28 | 1 | -1/+1 |
* | switch to hash-based get_one_special() | Al Viro | 2006-10-24 | 1 | -9/+9 |
* | [PATCH] eliminate elif_ignore, fix handling of unterminated #if | Al Viro | 2005-11-27 | 1 | -2/+5 |
* | [PATCH] fixed stream->protect handling | Al Viro | 2005-11-27 | 1 | -0/+2 |
* | Warn about undefined preprocessor symbols at expansion time, not parse time | Linus Torvalds | 2005-09-09 | 1 | -0/+1 |
* | Update the calling interface to "sparse()". | Linus Torvalds | 2005-08-03 | 1 | -1/+1 |
* | [PATCH] sparse fix | Dave Jones | 2005-04-27 | 1 | -2/+0 |
* | [PATCH] static declear | Christopher Li | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] make include path handling gcc compatible | Sam Ravnborg | 2005-04-07 | 1 | -0/+1 |
* | Add "stream_name()" helper function, and use it. | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Remove stat-based file identity tests. | Linus Torvalds | 2005-04-07 | 1 | -2/+0 |
* | Move declaration of "die()" to lib.h and check its format. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Add "optimize" flag, and collect the flags into lib.c. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Introduce the notion of "reserved" identifiers. | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |
* | Morten made us almost -Wwrite-strings clean. Go the extra mile. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make "next_path" be per-stream for better "include_next". | Linus Torvalds | 2005-04-07 | 1 | -2/+5 |
* | pre-process.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+9 |
* | [PATCH] teach show_special() to handle tokens introduced by evaluate_comparis... | Alexander Viro | 2005-04-07 | 1 | -2/+3 |
* | [PATCH] comparison operations fix | Alexander Viro | 2005-04-07 | 1 | -1/+5 |
* | C99 says strings should be up to 4095 bytes. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Don't allow string concatenation to overflow MAX_STRING. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] speed up (and fix corner case in) tokenizer | Alexander Viro | 2005-04-07 | 1 | -3/+1 |
* | [PATCH] lazy-copy macro expansion in pre-processing | Alexander Viro | 2005-04-07 | 1 | -0/+17 |
* | [PATCH] more sparse fixes (body parsing, beginning of ## handling) | Alexander Viro | 2005-04-07 | 1 | -0/+3 |
* | Shrink "struct token" by moving "noexpand" into the position flags. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | [PATCH] Fix preprocessor expansion anti-recursion properly | Alexander Viro | 2005-04-07 | 1 | -1/+3 |
* | [PATCH] cleanup of macro arguments handling | Alexander Viro | 2005-04-07 | 1 | -0/+2 |
* | Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be | Linus Torvalds | 2005-04-07 | 1 | -4/+2 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Add "-v" flag for verbose mode. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Avoid recursive expansion of tokens by keeping track of expansion | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Add a "preprocessing" flag, so that the expression evaluator can | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Evaluate assignments: | Linus Torvalds | 2005-04-07 | 1 | -2/+2 |
* | Start doing constant strings right: do proper concatenation of strings, | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Introduce a "struct position", and have the different types refer | Linus Torvalds | 2005-04-07 | 1 | -8/+6 |
* | Add support for tokenizing a pre-allocated string instead of a file. | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Make the includepath be an array of "const char *" | Linus Torvalds | 2005-04-07 | 1 | -2/+0 |
* | Move includepath[] array out of pre-processor, since we want | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 2005-04-07 | 1 | -0/+7 |
* | Avoid re-tokenizing header files that are protected by | Linus Torvalds | 2005-04-07 | 1 | -1/+2 |