summaryrefslogtreecommitdiffstats
path: root/libc/string/wstring.c
Commit message (Expand)AuthorAgeFilesLines
* Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-requiredManuel Novoa III2003-09-111-66/+103
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-9/+23
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-58/+204
* Add memmem().Manuel Novoa III2003-06-161-0/+34
* Remove bogus link_warning. It is meaningless and stupid. While theManuel Novoa III2003-03-031-2/+0
* Patch from Stefan Allius:Eric Andersen2003-02-171-1/+2
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-37/+647
* Added some temporary "stubs" for collation.Manuel Novoa III2002-11-081-7/+25
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-2/+9
* Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.Manuel Novoa III2002-08-271-0/+160
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-261-140/+177
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-0/+6
* Fix a preprocessor buglet. Redo sys_siglist/strsignal/psignal.Manuel Novoa III2002-07-081-4/+194
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-10/+375
* Add two missing glibc wide string funcs as well as OpenBSD string funcsManuel Novoa III2002-07-051-6/+94
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-1/+1
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-10/+13
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-0/+1273