aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parsing wide char stringChristopher Li2010-06-171-1/+2
* Allow parsing L'\0'Christopher Li2010-04-081-0/+1
* Add -ftabstop=WIDTHHannes Eder2009-01-021-0/+1
* Remove pre_bufferChristopher Li2008-12-181-1/+1
* combinations string clean upChristopher Li2007-05-011-1/+1
* Fix typos in commentsJosh Triplett2007-03-091-1/+1
* Free up some special bits in modifiers.Josh Triplett2007-03-071-1/+2
* Coding style fix: in a pointer type, * goes with the name, not the type.Josh Triplett2007-01-271-1/+1
* trivial fix for seg fault.Christopher Li2006-11-281-1/+1
* switch to hash-based get_one_special()Al Viro2006-10-241-9/+9
* [PATCH] eliminate elif_ignore, fix handling of unterminated #ifAl Viro2005-11-271-2/+5
* [PATCH] fixed stream->protect handlingAl Viro2005-11-271-0/+2
* Warn about undefined preprocessor symbols at expansion time, not parse timeLinus Torvalds2005-09-091-0/+1
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-1/+1
* [PATCH] sparse fixDave Jones2005-04-271-2/+0
* [PATCH] static declearChristopher Li2005-04-071-0/+2
* [PATCH] make include path handling gcc compatibleSam Ravnborg2005-04-071-0/+1
* Add "stream_name()" helper function, and use it.Linus Torvalds2005-04-071-0/+1
* Remove stat-based file identity tests.Linus Torvalds2005-04-071-2/+0
* Move declaration of "die()" to lib.h and check its format.Linus Torvalds2005-04-071-1/+0
* Add "optimize" flag, and collect the flags into lib.c.Linus Torvalds2005-04-071-1/+0
* Introduce the notion of "reserved" identifiers. Linus Torvalds2005-04-071-1/+2
* Morten made us almost -Wwrite-strings clean. Go the extra mile.Linus Torvalds2005-04-071-1/+1
* Make "next_path" be per-stream for better "include_next".Linus Torvalds2005-04-071-2/+5
* pre-process.c:welinder@troll.com2005-04-071-1/+9
* [PATCH] teach show_special() to handle tokens introduced by evaluate_comparis...Alexander Viro2005-04-071-2/+3
* [PATCH] comparison operations fixAlexander Viro2005-04-071-1/+5
* C99 says strings should be up to 4095 bytes.Linus Torvalds2005-04-071-1/+1
* Don't allow string concatenation to overflow MAX_STRING.Linus Torvalds2005-04-071-0/+2
* [PATCH] speed up (and fix corner case in) tokenizerAlexander Viro2005-04-071-3/+1
* [PATCH] lazy-copy macro expansion in pre-processingAlexander Viro2005-04-071-0/+17
* [PATCH] more sparse fixes (body parsing, beginning of ## handling)Alexander Viro2005-04-071-0/+3
* Shrink "struct token" by moving "noexpand" into the position flags.Linus Torvalds2005-04-071-1/+0
* [PATCH] Fix preprocessor expansion anti-recursion properlyAlexander Viro2005-04-071-1/+3
* [PATCH] cleanup of macro arguments handlingAlexander Viro2005-04-071-0/+2
* Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers beLinus Torvalds2005-04-071-4/+2
* Update copyright notices to reflect the fact that TransmetaLinus Torvalds2005-04-071-0/+1
* Add "-v" flag for verbose mode.Linus Torvalds2005-04-071-1/+1
* Avoid recursive expansion of tokens by keeping track of expansionLinus Torvalds2005-04-071-0/+1
* Start updating the copyright license comments to the OSL,Linus Torvalds2005-04-071-1/+3
* Add a "preprocessing" flag, so that the expression evaluator canLinus Torvalds2005-04-071-0/+1
* Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds2005-04-071-1/+1
* Evaluate assignments:Linus Torvalds2005-04-071-2/+2
* Start doing constant strings right: do proper concatenation of strings,Linus Torvalds2005-04-071-0/+1
* Introduce a "struct position", and have the different types referLinus Torvalds2005-04-071-8/+6
* Add support for tokenizing a pre-allocated string instead of a file.Linus Torvalds2005-04-071-1/+3
* Make the includepath be an array of "const char *"Linus Torvalds2005-04-071-2/+0
* Move includepath[] array out of pre-processor, since we wantLinus Torvalds2005-04-071-0/+2
* Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds2005-04-071-0/+7
* Avoid re-tokenizing header files that are protected byLinus Torvalds2005-04-071-1/+2