aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parsing wide char stringChristopher Li2010-06-171-6/+11
* Allow parsing L'\0'Christopher Li2010-04-081-4/+8
* show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT typesReinhard Tartler2009-08-111-2/+11
* Add -ftabstop=WIDTHHannes Eder2009-01-021-2/+3
* Remove pre_bufferChristopher Li2008-12-181-10/+11
* Fix use of invalid file descriptorVegard Nossum2008-07-141-0/+2
* tokenize.c: Simplify drop_stream_eoln().ricknu-0@student.ltu.se2007-07-291-7/+6
* tokenize.c: Replace handwritten strncmp with existing function.ricknu-0@student.ltu.se2007-07-241-10/+3
* '\?' is a valid escape character defined by ANSI C. Its value is '?'.Michael Stefaniuc2007-06-091-0/+2
* combinations string clean upChristopher Li2007-05-011-3/+2
* Fix typos in commentsJosh Triplett2007-03-091-2/+2
* switch to hash-based get_one_special()Al Viro2006-10-241-12/+66
* Re-name "error()" function to "sparse_error()"Linus Torvalds2005-11-161-2/+2
* [PATCH] replaced warnings with errors.Mitesh Shah2005-09-221-1/+1
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-3/+3
* [PATCH] static declearChristopher Li2005-04-071-3/+3
* [PATCH] make include path handling gcc compatibleSam Ravnborg2005-04-071-0/+1
* Add "stream_name()" helper function, and use it.Linus Torvalds2005-04-071-2/+9
* Remove stat-based file identity tests.Linus Torvalds2005-04-071-16/+0
* Split out the blob allocator from lib.c into allocate.c.Linus Torvalds2005-04-071-0/+1
* Duh. Fix micro-optimization.Linus Torvalds2005-04-071-1/+2
* Optimize "create_hashed_ident()".Linus Torvalds2005-04-071-1/+11
* Avoid costly bitfield updates in tokenization.Linus Torvalds2005-04-071-56/+48
* Uninline "nextchar()", and optimize.Linus Torvalds2005-04-071-4/+10
* Prevent buffer overrun in show_string.welinder@troll.com2005-04-071-1/+1
* Use proper ptrdiff_t printf argument.Linus Torvalds2005-04-071-1/+1
* Allow longer number tokens (up to 4095 characters) and catchwelinder@troll.com2005-04-071-4/+15
* Increase identifier hash sizeLinus Torvalds2005-04-071-2/+3
* Handle bad strings gracefully. Linus Torvalds2005-04-071-0/+2
* Add system-specific compatibility functions to makeLinus Torvalds2005-04-071-2/+2
* Many files:welinder@darter.rentec.com2005-04-071-12/+12
* [PATCH] make preprocesser command a symbolChristopher Li2005-04-071-1/+1
* Make "next_path" be per-stream for better "include_next".Linus Torvalds2005-04-071-3/+4
* pre-process.c:welinder@troll.com2005-04-071-11/+13
* [PATCH] teach show_special() to handle tokens introduced by evaluate_comparis...Alexander Viro2005-04-071-1/+1
* 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-2/+0
* [PATCH] speed up (and fix corner case in) tokenizerAlexander Viro2005-04-071-44/+66
* Make sparse accept strings up to 2kB in length.Linus Torvalds2005-04-071-7/+9
* [PATCH] trivial optimization for tokenizerAlexander Viro2005-04-071-10/+12
* [PATCH] line-splicing fixes in sparseAlexander Viro2005-04-071-21/+93
* [PATCH] comments handling fix in sparseAlexander Viro2005-04-071-1/+6
* Shrink "struct token" by moving "noexpand" into the position flags.Linus Torvalds2005-04-071-0/+1
* [PATCH] Fix preprocessor expansion anti-recursion properlyAlexander Viro2005-04-071-0/+1
* Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers beLinus Torvalds2005-04-071-105/+42
* Start fixing pp-number tokenization.Linus Torvalds2005-04-071-4/+7
* Allow DOS-style '\r' characters in the input files.Linus Torvalds2005-04-071-1/+15
* Update copyright notices to reflect the fact that TransmetaLinus Torvalds2005-04-071-0/+1
* Make the tokenizer recognize FP tokens, even if we don'tLinus Torvalds2005-04-071-1/+44
* [PATCH] escape character extensionDave Olien2005-04-071-2/+23