summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize a bit for IMAPeter S. Mazinger2006-02-151-12/+8
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* fix building/warnings on 64bit archesMike Frysinger2006-01-201-2/+6
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+12
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-5/+8
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-12/+12
* Correct libc_hidden_protoPeter S. Mazinger2006-01-141-2/+2
* Correct atoi()Peter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-70/+92
* Macros are no good for jump relocs, hack to get rid of one introduced my new ...Peter S. Mazinger2005-12-161-1/+2
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-1/+1
* Use __strtodPeter S. Mazinger2005-12-081-1/+5
* Implement __strto* __wcsto* and hide _stdlib_wcsto*Peter S. Mazinger2005-12-081-35/+46
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+2
* More hiding, 300 leftPeter S. Mazinger2005-12-041-1/+2
* Hiding againPeter S. Mazinger2005-11-291-0/+5
* Kill warnings if IMA compilingPeter S. Mazinger2005-10-211-0/+4
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-68/+68
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-5/+5
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-16/+32
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-62/+190
* Ok... here's the summary:Manuel Novoa III2002-11-221-46/+169
* Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III2002-10-291-3/+10
* 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-15/+15
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-9/+17
* Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III2002-05-231-0/+133
* Revert Erik's previous patch and fix what I believe he was trying to, whileManuel Novoa III2002-05-121-20/+28
* Several bugfixes for problems that showed up on alphaEric Andersen2002-05-121-7/+19
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-12/+169
* New versions of the various string to int functions which are smallerManuel Novoa III2002-03-131-0/+448