| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Evaluate logical expressions, and short-circuit it. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Oops. Initializer casts didn't actually save the result. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Remove last user of "struct token" from "struct expression". | Linus Torvalds | 1 | -4/+95 |
| 2005-04-07 | Evaluate assignments: | Linus Torvalds | 1 | -3/+4 |
| 2005-04-07 | Parse initializers properly. We parsed them before, but we didn't | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Start doing constant strings right: do proper concatenation of strings, | Linus Torvalds | 1 | -6/+35 |
| 2005-04-07 | A structure member is just an identifier, not a random token. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Introduce a "struct position", and have the different types refer | Linus Torvalds | 1 | -26/+29 |
| 2005-04-07 | Give comma expressions and comparison expressions different types, | Linus Torvalds | 1 | -13/+13 |
| 2005-04-07 | Make a function call point an expression type of its own, and | Linus Torvalds | 1 | -3/+18 |
| 2005-04-07 | Fix typename parsing (incorrect ctype usage), and correct | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Start doing type evaluation for binops - integer promotion rules | Linus Torvalds | 1 | -6/+11 |
| 2005-04-07 | Split up the expression parsing in "parse.c" into a file of | Linus Torvalds | 1 | -0/+347 |