GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tokenize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parsing wide char string
Christopher Li
2010-06-17
1
-6
/
+11
*
Allow parsing L'\0'
Christopher Li
2010-04-08
1
-4
/
+8
*
show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types
Reinhard Tartler
2009-08-11
1
-2
/
+11
*
Add -ftabstop=WIDTH
Hannes Eder
2009-01-02
1
-2
/
+3
*
Remove pre_buffer
Christopher Li
2008-12-18
1
-10
/
+11
*
Fix use of invalid file descriptor
Vegard Nossum
2008-07-14
1
-0
/
+2
*
tokenize.c: Simplify drop_stream_eoln().
ricknu-0@student.ltu.se
2007-07-29
1
-7
/
+6
*
tokenize.c: Replace handwritten strncmp with existing function.
ricknu-0@student.ltu.se
2007-07-24
1
-10
/
+3
*
'\?' is a valid escape character defined by ANSI C. Its value is '?'.
Michael Stefaniuc
2007-06-09
1
-0
/
+2
*
combinations string clean up
Christopher Li
2007-05-01
1
-3
/
+2
*
Fix typos in comments
Josh Triplett
2007-03-09
1
-2
/
+2
*
switch to hash-based get_one_special()
Al Viro
2006-10-24
1
-12
/
+66
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-2
/
+2
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-1
/
+1
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-3
/
+3
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-3
/
+3
*
[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
-2
/
+9
*
Remove stat-based file identity tests.
Linus Torvalds
2005-04-07
1
-16
/
+0
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Duh. Fix micro-optimization.
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Optimize "create_hashed_ident()".
Linus Torvalds
2005-04-07
1
-1
/
+11
*
Avoid costly bitfield updates in tokenization.
Linus Torvalds
2005-04-07
1
-56
/
+48
*
Uninline "nextchar()", and optimize.
Linus Torvalds
2005-04-07
1
-4
/
+10
*
Prevent buffer overrun in show_string.
welinder@troll.com
2005-04-07
1
-1
/
+1
*
Use proper ptrdiff_t printf argument.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Allow longer number tokens (up to 4095 characters) and catch
welinder@troll.com
2005-04-07
1
-4
/
+15
*
Increase identifier hash size
Linus Torvalds
2005-04-07
1
-2
/
+3
*
Handle bad strings gracefully.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Add system-specific compatibility functions to make
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-12
/
+12
*
[PATCH] make preprocesser command a symbol
Christopher Li
2005-04-07
1
-1
/
+1
*
Make "next_path" be per-stream for better "include_next".
Linus Torvalds
2005-04-07
1
-3
/
+4
*
pre-process.c:
welinder@troll.com
2005-04-07
1
-11
/
+13
*
[PATCH] teach show_special() to handle tokens introduced by evaluate_comparis...
Alexander Viro
2005-04-07
1
-1
/
+1
*
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
-2
/
+0
*
[PATCH] speed up (and fix corner case in) tokenizer
Alexander Viro
2005-04-07
1
-44
/
+66
*
Make sparse accept strings up to 2kB in length.
Linus Torvalds
2005-04-07
1
-7
/
+9
*
[PATCH] trivial optimization for tokenizer
Alexander Viro
2005-04-07
1
-10
/
+12
*
[PATCH] line-splicing fixes in sparse
Alexander Viro
2005-04-07
1
-21
/
+93
*
[PATCH] comments handling fix in sparse
Alexander Viro
2005-04-07
1
-1
/
+6
*
Shrink "struct token" by moving "noexpand" into the position flags.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Fix preprocessor expansion anti-recursion properly
Alexander Viro
2005-04-07
1
-0
/
+1
*
Remove TOKEN_FP vs TOKEN_INTEGER distinction, and make numbers be
Linus Torvalds
2005-04-07
1
-105
/
+42
*
Start fixing pp-number tokenization.
Linus Torvalds
2005-04-07
1
-4
/
+7
*
Allow DOS-style '\r' characters in the input files.
Linus Torvalds
2005-04-07
1
-1
/
+15
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make the tokenizer recognize FP tokens, even if we don't
Linus Torvalds
2005-04-07
1
-1
/
+44
*
[PATCH] escape character extension
Dave Olien
2005-04-07
1
-2
/
+23
[next]