Re: [PATCH] open_memstream() and open_wmemstream()

2013-02-15 Thread John Baldwin
On Friday, February 15, 2013 10:10:12 am Jilles Tjoelker wrote: > On Wed, Feb 13, 2013 at 11:44:19AM -0500, John Baldwin wrote: > > On Thursday, February 07, 2013 4:12:22 pm Jilles Tjoelker wrote: > > > On Tue, Feb 05, 2013 at 03:46:43PM -0500, John Baldwin wrote: > > > > I've written an implementa

Re: [PATCH] open_memstream() and open_wmemstream()

2013-02-15 Thread Jilles Tjoelker
On Wed, Feb 13, 2013 at 11:44:19AM -0500, John Baldwin wrote: > On Thursday, February 07, 2013 4:12:22 pm Jilles Tjoelker wrote: > > On Tue, Feb 05, 2013 at 03:46:43PM -0500, John Baldwin wrote: > > > I've written an implementation of open_memstream() and > > > open_wmemstream() along with a set of

Re: [PATCH] open_memstream() and open_wmemstream()

2013-02-13 Thread John Baldwin
On Thursday, February 07, 2013 4:12:22 pm Jilles Tjoelker wrote: > On Tue, Feb 05, 2013 at 03:46:43PM -0500, John Baldwin wrote: > > I've written an implementation of open_memstream() and > > open_wmemstream() along with a set of regression tests. I'm pretty > > sure open_memstream() is correct, a

Re: [PATCH] open_memstream() and open_wmemstream()

2013-02-07 Thread Jilles Tjoelker
On Tue, Feb 05, 2013 at 03:46:43PM -0500, John Baldwin wrote: > I've written an implementation of open_memstream() and > open_wmemstream() along with a set of regression tests. I'm pretty > sure open_memstream() is correct, and I believe open_wmemstream() is > correct for expected usage. The latt

[PATCH] open_memstream() and open_wmemstream()

2013-02-05 Thread John Baldwin
I've written an implementation of open_memstream() and open_wmemstream() along with a set of regression tests. I'm pretty sure open_memstream() is correct, and I believe open_wmemstream() is correct for expected usage. The latter might even do the right thing if you split a multi-byte characte