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