aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Use StrList for array handlingJoseph Hunkeler2020-02-041-2/+4
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-1/+2
|
* Minor fixes:Joseph Hunkeler2019-12-291-3/+27
| | | | | | * 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-1/+23
|
* Fixes:Joseph Hunkeler2019-12-281-1/+1
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Refactor project structureJoseph Hunkeler2019-12-181-0/+163