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
/
test-lexing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup write to argument array hack
Christopher Li
2006-12-04
1
-3
/
+7
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-1
/
+3
*
Make "test-lexing" use sparse() infrastructure.
Linus Torvalds
2005-04-07
1
-31
/
+2
*
Janitorial trivialities.
welinder@darter.rentec.com
2005-04-07
1
-1
/
+1
*
Make "next_path" be per-stream for better "include_next".
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Initialize C type system after parsing the command line arguments.
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make the example clients be under the OSL v1.1 too.
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Make test-lexer output indentation.
Linus Torvalds
2005-04-07
1
-3
/
+8
*
Change the copyright to Transmeta Corp, that's likely to be
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Introduce a "struct position", and have the different types refer
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Add preprocessor directives to manipulate the include path.
Linus Torvalds
2005-04-07
1
-14
/
+0
*
Parse type qualifiers properly instead of re-using the declaration
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Move includepath[] array out of pre-processor, since we want
Linus Torvalds
2005-04-07
1
-0
/
+13
*
Add copyright statements and file comments. Add a FAQ, README, and
Linus Torvalds
2005-04-07
1
-0
/
+6
*
Fix up warnings by adding includes and the proper prototypes.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Avoid re-tokenizing header files that are protected by
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Fix fd leak in tokenization.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Tokenization drops whitespace, but there is one area where it is
Linus Torvalds
2005-04-07
1
-3
/
+5
*
Whitespace and comment fixes for testers
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Teach the preprocessing pass to handle 'include' and
Linus Torvalds
2005-04-07
1
-4
/
+4
*
Add initial preprocessor pass (doesn't actually do much)
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Implement space-efficient allocator for small data structures. We
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Make lexing tester print out string constants properly.
Linus Torvalds
2005-04-07
1
-13
/
+6
*
Start handling minimal semantic information, needed for types.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Mark local parsing functions 'static'.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Add simple recursive-descent C expression parsing (but we only do the
Linus Torvalds
2005-04-07
1
-91
/
+1
*
Yaah. I'm a retard, but I want to at least try to see how hard it is
Linus Torvalds
2005-04-07
1
-0
/
+126