aboutsummaryrefslogtreecommitdiffstats
path: root/src/filepath.h
Commit message (Collapse)AuthorAgeFilesLines
* Use full path instead of one concatenated filenameTharre2015-05-241-2/+1
| | | | | 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()Tharre2015-02-151-1/+1
| | | | | Also improve the documentation for this function, and add a few examples to clarify what it does (and what not).
* Some refactoring and small fixes.Tharre2014-11-111-1/+1
|
* Add license notice to README and source filesTharre2014-08-161-0/+8
|
* Make redo actually create the directories it needsTharre2014-08-141-0/+1
|
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-291-0/+15
checking code to use predefined error macros