Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename diem to fatal to further confuse matters. | Tharre | 2014-11-24 | 1 | -1/+1 |
| | | | | | | 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 | -26/+6 |
| | | | | Defined error messages have also been replaced with string literals. | ||||
* | Add license notice to README and source files | Tharre | 2014-08-16 | 1 | -0/+8 |
| | |||||
* | Add several methods for storing dependencies | Tharre | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Create .redo and set REDO_ROOT to cwd | Tharre | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵ | Tharre | 2014-07-29 | 1 | -9/+19 |
| | | | | checking code to use predefined error macros | ||||
* | safe_strdup() and variable progname in util.c | Tharre | 2014-04-25 | 1 | -6/+8 |
| | |||||
* | Rewrote malloc() and other wrappers | Tharre | 2014-04-16 | 1 | -1/+10 |
| | |||||
* | Initial codebase | Tharre | 2014-04-08 | 1 | -0/+13 |