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