Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add make_abs() utility function | Tharre | 2017-01-31 | 1 | -1/+9 |
| | |||||
* | Small rename and code simplification | Tharre | 2015-05-25 | 1 | -3/+2 |
| | |||||
* | Use full path instead of one concatenated filename | Tharre | 2015-05-24 | 1 | -43/+12 |
| | | | | | Creation of the redo store (.redo/) is now silent, that should probably be reimplemented in a better way at a later time. | ||||
* | Replace make_relative() with relpath() | Tharre | 2015-02-15 | 1 | -16/+22 |
| | | | | | Also improve the documentation for this function, and add a few examples to clarify what it does (and what not). | ||||
* | 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 |