aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
Commit message (Collapse)AuthorAgeFilesLines
* Move find.c functions into fs.cJoseph Hunkeler2020-06-051-1/+0
|
* Add string functions:Joseph Hunkeler2020-05-241-0/+2
| | | | | * isdigit_s() * tolower_s()
* Add strcmp_array() functionJoseph Hunkeler2020-03-281-0/+1
|
* Fix bugs uncovered by testsJoseph Hunkeler2020-03-241-1/+6
|
* doxygen: add missing @file to each headerJoseph Hunkeler2020-03-181-0/+3
|
* 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