Hey, no problem. I used my earlier analysis to find the _minimal_ set of
formats needed to get Git running without that vsnprintf().
The idea is, of course, to enhance vaddf() as needed (if at all).
Note: I did not even bother trying to convert any vsnprintf() users except
for strbuf_addf() to that interface: it should be relatively easy, but
there are quite a few sites (even using strbuf, but not addf() because
only a va_list is available), so it is left as an exercise to the reader
;-)
Ciao,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html