summaryrefslogtreecommitdiffstats
path: root/libc/string/wstring.c
Commit message (Expand)AuthorAgeFilesLines
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-44/+44
* remove 0.9.27 compat aliasMike Frysinger2005-08-181-1/+0
* add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since b...Mike Frysinger2005-08-161-0/+1
* sjhill appears confused. vapier's earlier commit of string.h was broken.Manuel Novoa III2005-07-301-2/+2
* The newly added __glibc_strerror_r function is probably fine, but the"Steven J. Hill"2005-07-301-2/+2
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-8/+8
* Fix a couple of symbol name issues.Manuel Novoa III2004-09-021-5/+8
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-181-1/+2
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-8/+1
* 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