| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -1/+1 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -1/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -12/+5 | |
| 2011-06-28 | Use 'resource' rather than 'res' as a keyword | Marijn Haverbeke | -1/+1 | |
| Resources are now defined like... resource fd(int n) { close(n); } Calling fd with an int will then produce a non-copyable value that, when dropped, will call close on the given int. | ||||
| 2011-06-28 | Add test cases for resources | Marijn Haverbeke | -0/+16 | |
