aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
Commit message (Collapse)AuthorAgeFilesLines
* Add join_ex() [simplified join() function]Joseph Hunkeler2020-02-281-0/+1
|
* Multiple things:Joseph Hunkeler2020-02-261-0/+1
| | | | | | | | * Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+27
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header