summaryrefslogtreecommitdiff
path: root/strvec.h
AgeCommit message (Expand)Author
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt
2024-07-13strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt
2024-01-12strvec: use correct member name in commentsLinus Arver
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-09-27*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason
2021-09-12strvec: use size_t to store nr and allocJeff King
2020-07-30strvec: rename struct fieldsJeff King
2020-07-28strvec: drop argv_array compatibility layerJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King