aboutsummaryrefslogtreecommitdiff
path: root/src/fs.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes:Joseph Hunkeler2019-12-291-10/+10
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+36
|
* Fixes:Joseph Hunkeler2019-12-281-1/+4
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Started work on build helper functionsJoseph Hunkeler2019-12-281-0/+25
|
* Version matching and package searchingJoseph Hunkeler2019-12-261-0/+24
|
* Add expandpath()Joseph Hunkeler2019-12-201-0/+74
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+264