[PATCH] STDCXX-401 part 2

2008-03-11 Thread Scott Zhong
http://issues.apache.org/jira/browse/STDCXX-401 Title: test suite should honor TMPDIR stdcxx-401 patch part 1 is in http://mail-archives.apache.org/mod_mbox/stdcxx-dev/200803.mbox/%3cCFFDD [EMAIL PROTECTED] stdcxx-401 patch part 2 affects: ./src/file.cpp ./util/memchk.cpp ./bin/xbuildgen

RE: [Stdcxx Wiki] Update of LocaleLookup by MartinSebor

2008-03-11 Thread Travis Vitek
From: Apache Wiki [mailto:[EMAIL PROTECTED] The new interface will need to make it easy to specify such a set of locales without explicitly naming them, and it will need to retrieve such locales without returning duplicates. As mentioned before I don't know a good way to avoid duplicates

STDCXX-435

2008-03-11 Thread Eric Lemings
From Martin's comments in the Jira issue: ...The function attempts to convert the source sequence up until the terminating NUL (or an invalid byte) or until it has produced the requested number of destitation characters. When the destination buffer is large enough for more the number of

Re: STDCXX-435

2008-03-11 Thread Martin Sebor
I don't think it's that simple. IIRC, the problem is that we're using mbsrtowcs() on sequences that aren't guaranteed to be NUL-terminated. It seems that it should be straightforward to either specify a limit to mbsrtowcs() that's small enough so as to prevent the function from ever reaching the