aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename diem to fatal to further confuse matters.Tharre2014-11-241-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()Tharre2014-11-161-26/+6
| | | | Defined error messages have also been replaced with string literals.
* Add license notice to README and source filesTharre2014-08-161-0/+8
|
* Add several methods for storing dependenciesTharre2014-07-301-1/+1
|
* Create .redo and set REDO_ROOT to cwdTharre2014-07-291-0/+1
|
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-291-9/+19
| | | | checking code to use predefined error macros
* safe_strdup() and variable progname in util.cTharre2014-04-251-6/+8
|
* Rewrote malloc() and other wrappersTharre2014-04-161-1/+10
|
* Initial codebaseTharre2014-04-081-0/+13