aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/check.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Split tree evaluation into two phases: the first phaseLinus Torvalds1-0/+1
2005-04-07Add "-v" flag for verbose mode.Linus Torvalds1-1/+3
2005-04-07Get rid of "#pragma" lines for now, while still keeping aLinus Torvalds1-0/+1
2005-04-07Define __STDC__ to let sources know we want proper ANSI C prototypes.Linus Torvalds1-0/+1
2005-04-07Print out the rigth filename when an open fails..Linus Torvalds1-1/+1
2005-04-07Merge penguin:src/parser into home.transmeta.com:/home/torvalds/parserLinus Torvalds1-0/+26
2005-04-07Add a rudimentary "-E" flag handling to check.c.Linus Torvalds1-0/+26
2005-04-07Define a few more automatic defines that the kernel expects.Linus Torvalds1-0/+2
2005-04-07Remove the __builtin_constant_p() #define from check.c,Linus Torvalds1-1/+0
2005-04-07Don't define __KERNEL__, since we now automatically get itLinus Torvalds1-1/+0
2005-04-07Remove old hacks for getting kernel include directories right (for me).Linus Torvalds1-5/+0
2005-04-07Add pre-defined "builtin" support for some more gcc featuresLinus Torvalds1-0/+5
2005-04-07Check for duplicate symbol definitions only during declaration,Linus Torvalds1-0/+1
2005-04-07Avoid warning. Define "__linux__", since the kernel ACPI headersLinus Torvalds1-0/+2
2005-04-07Make "check" a bit nicer about checking kernel files:Linus Torvalds1-2/+3
2005-04-07Make "check" be able to take a "-include xxxx" command lineLinus Torvalds1-9/+31
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Hardcode "check.c" with enough pre-defines to work with myLinus Torvalds1-0/+13
2005-04-07Add "check" program that just evaluates the tree and does nothingLinus Torvalds1-0/+112