Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Promote to floats whenever integer overflow occurs. | Tavian Barnes | 2010-11-19 | 1 | -0/+1 |
| | |||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -2/+1 |
| | |||||
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 1 | -0/+1 |
| | | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. | ||||
* | Have dmnsn_diagnostic() take a dmnsn_parse_location. | Tavian Barnes | 2010-04-18 | 1 | -9/+2 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -5/+1 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 1 | -0/+1 |
| | |||||
* | Fix #line off-by-one :) | Tavian Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Add #line markers to {common,grammar,directives}.{prologue,declarations,...}. | Tavian Barnes | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Implement #declare, #local, and #undef in middle tier. | Tavian Barnes | 2010-02-01 | 1 | -0/+145 |
Oh God this is ugly... |