freebsd-dev/tools/regression/lib
Ed Schouten 49111f0092 Add libiconv based versions of *c16*() and *c32*().
I initially thought wchar_t was locale independent, but this seems to be
only the case on Linux. This means that we cannot depend on the *wc*()
routines to implement *c16*() and *c32*(). Instead, use the Citrus
libiconv that is part of libc.

I'll see if there is anything I can do to make the existing functions
somewhat useful in case the system is built without libiconv in the
nearby future. If not, I'll simply remove the broken implementations.

Reviewed by:	jilles, gabor
2013-06-03 17:17:56 +00:00
..
libc Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
libmp Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
libutil Add test-pidfile.c and increase warning level. 2009-11-12 01:37:25 +00:00
msun Add more tests for log functions. A few are commented out because the 2013-06-03 09:15:15 +00:00