| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
as lib/libc/tests/locale
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=290532
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The <uchar.h> header, part of C11, adds a small number of utility
functions for 16/32-bit "universal" characters, which may or may not be
UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight
wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the
ones we already have for the other locale-dependent functions.
Reviewed by: theraven
Notes:
svn path=/head/; revision=250883
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137960
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121732
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115894
|
| |
|
|
|
|
|
| |
wcstombs(). These tests have already found two libc bugs.
Notes:
svn path=/head/; revision=106686
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106080
|
| |
|
|
| |
Notes:
svn path=/head/; revision=105980
|
|
|
Notes:
svn path=/head/; revision=105973
|