summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar/wchar.c
Commit message (Expand)AuthorAgeFilesLines
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-35/+76
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-221-34/+624
* Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III2002-11-081-0/+253
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-041-15/+41
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-0/+4
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-1/+1
* When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen2002-08-031-2/+6
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-16/+60
* Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III2002-05-231-0/+723