K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-08-19T00:49:50.096487Z K 7 svn:log V 345 Change the argument formatting function to use a stdio FILE object opened with open_memstream() to build the string for each argument. This allows for more complicated argument building without resorting to intermediate malloc's, etc. Related, the strsig*() functions no longer return allocated strings but use a static global buffer instead. END