Re: [PATCH 0/4] Simplify and document strbuf_split() functions

2012-11-04 Thread Jeff King
On Sun, Nov 04, 2012 at 07:46:50AM +0100, Michael Haggerty wrote: > The strbuf_split() family of functions was completely undocumented. > Add documentation and also simplify the definition of > strbuf_split_buf(). Thanks. Looks good overall, even with the comments I raised for patch 1 (I think it

[PATCH 0/4] Simplify and document strbuf_split() functions

2012-11-03 Thread Michael Haggerty
The strbuf_split() family of functions was completely undocumented. Add documentation and also simplify the definition of strbuf_split_buf(). Michael Haggerty (4): strbuf_split_buf(): use ALLOC_GROW() strbuf_split_buf(): simplify iteration strbuf_split*(): rename "delim" parameter to "termin