Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Brett
On Mon, 4 Jun 2012 08:14:50 -0700 Matthew Dempsky wrote: > (FYI, naddy@ already helped me with a bulk build test of this diff; > I'm just waiting on code reviews from a few developers now.) > > On Mon, Jun 4, 2012 at 3:58 AM, Brett wrote: > > In case it is helpful, stuff I used a lot since rebu

Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Matthew Dempsky
(FYI, naddy@ already helped me with a bulk build test of this diff; I'm just waiting on code reviews from a few developers now.) On Mon, Jun 4, 2012 at 3:58 AM, Brett wrote: > In case it is helpful, stuff I used a lot since rebuilding (and all working > as before): > > xxxterm, mplayer, dnsmasq,

Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Brett
On Fri, 25 May 2012 10:59:25 -0700 Matthew Dempsky wrote: > Diff below adds mbsnrtowcs() and wcsnrtombs(), which are new POSIX > 2008 functions. I'd appreciate if someone could run this through a > bulk build and let me know if anything breaks or misbehaves. > > Thanks! Hi, I didn't do a bulk

Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-05-25 Thread Matthew Dempsky
Diff below adds mbsnrtowcs() and wcsnrtombs(), which are new POSIX 2008 functions. I'd appreciate if someone could run this through a bulk build and let me know if anything breaks or misbehaves. Thanks! Index: include/wchar.h === R