Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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... |