Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename diem to fatal to further confuse matters. | Tharre | 2014-11-24 | 1 | -3/+3 |
| | | | | | | 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(). | ||||
* | Set _XOPEN_SOURCE to 600 to make fix FreeBSD build | Tharre | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Refactor error handling system by using die() | Tharre | 2014-11-16 | 1 | -16/+29 |
| | | | | Defined error messages have also been replaced with string literals. | ||||
* | Fix indentation | Tharre | 2014-11-11 | 1 | -36/+36 |
| | |||||
* | Add license notice to README and source files | Tharre | 2014-08-16 | 1 | -0/+8 |
| | |||||
* | Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵ | Tharre | 2014-07-29 | 1 | -22/+8 |
| | | | | checking code to use predefined error macros | ||||
* | safe_strdup() and variable progname in util.c | Tharre | 2014-04-25 | 1 | -21/+17 |
| | |||||
* | Convert __FILENAME__ to _FILENAME so it follows standard conventions | Tharre | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Rewrote malloc() and other wrappers | Tharre | 2014-04-16 | 1 | -3/+22 |
| | |||||
* | Convert all tabs to whitespaces | Tharre | 2014-04-14 | 1 | -32/+32 |
| | |||||
* | Initial codebase | Tharre | 2014-04-08 | 1 | -0/+60 |