[RESEND PATCH v3 5/8] string-list: create string_list_append_all

2019-06-14 Thread Denton Liu
In a future patch, we'll need to take one string_list and append it to the end of another. Create the `string_list_append_all` function which does this. Signed-off-by: Denton Liu --- string-list.c | 9 + string-list.h | 7 +++ 2 files changed, 16 insertions(+) diff --git a/string-li

[PATCH v3 5/8] string-list: create string_list_append_all

2019-05-21 Thread Denton Liu
In a future patch, we'll need to take one string_list and append it to the end of another. Create the `string_list_append_all` function which does this. Signed-off-by: Denton Liu --- string-list.c | 9 + string-list.h | 7 +++ 2 files changed, 16 insertions(+) diff --git a/string-li