Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename diem to fatal to further confuse matters. | Tharre | 2014-11-24 | 1 | -5/+5 |
| | | | | | | It's actually pretty easy now, fatal() is used as a short cut for appending the strerror'd errno, while die() is just the generic version of printing errors that behaves just like fprintf(stderr, msg) + exit(). | ||||
* | Refactor error handling system by using die() | Tharre | 2014-11-16 | 1 | -7/+7 |
| | | | | Defined error messages have also been replaced with string literals. | ||||
* | Fix indentation | Tharre | 2014-11-11 | 1 | -89/+89 |
| | |||||
* | Some refactoring and small fixes. | Tharre | 2014-11-11 | 1 | -2/+8 |
| | |||||
* | Add license notice to README and source files | Tharre | 2014-08-16 | 1 | -0/+8 |
| | |||||
* | Make redo actually create the directories it needs | Tharre | 2014-08-14 | 1 | -5/+23 |
| | |||||
* | Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵ | Tharre | 2014-07-29 | 1 | -0/+121 |
checking code to use predefined error macros |