Re: [PATCH v7 0/3] string list functions

2024-03-01 Thread Markus Armbruster
Steven Sistare writes: > All the changes look good - steve Thanks! I can stick this into my next PR, ETA early next week.

Re: [PATCH v7 0/3] string list functions

2024-02-27 Thread Steven Sistare
All the changes look good - steve On 2/27/2024 10:33 AM, Markus Armbruster wrote: > This is Steve's work (v1 to v5), tweaked by Philippe (v6), and now by > me. > > v7: > * Old PATCH 1 dropped > The proposed str_split() is a composition of g_strsplit() and a > conversion from char ** to strLis

[PATCH v7 0/3] string list functions

2024-02-27 Thread Markus Armbruster
This is Steve's work (v1 to v5), tweaked by Philippe (v6), and now by me. v7: * Old PATCH 1 dropped The proposed str_split() is a composition of g_strsplit() and a conversion from char ** to strList *. I'm willing to accept a conversion function str_list_from_strv() next to strv_from_str_