summaryrefslogtreecommitdiffstats
path: root/strvec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* strvec: introduce new `strvec_splice()` functionPatrick Steinhardt2024-11-211-0/+9
* strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin2024-07-141-0/+3
* strvec: add functions to replace and remove stringsPatrick Steinhardt2024-05-271-0/+13
* strvec: use correct member name in commentsLinus Arver2024-01-121-4/+4
* *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-1/+3
* *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-271-1/+1
* strvec: use size_t to store nr and allocJeff King2021-09-131-2/+2
* strvec: rename struct fieldsJeff King2020-07-311-10/+10
* strvec: drop argv_array compatibility layerJeff King2020-07-291-13/+0
* strvec: rename files from argv-array to strvecJeff King2020-07-291-0/+102