summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-2/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-21/+21
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)Bernhard Reutner-Fischer2008-10-081-5/+5
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-091-15/+49
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
* libc/stdlib/stdlib.c: fix whitespace damage. No code changesDenis Vlasenko2008-06-021-92/+86
* fix bug 1577: '`' is not an acceptable digit for strto[u]l().Denis Vlasenko2008-06-021-13/+13
* - try to pickup UINTMAX_MAXBernhard Reutner-Fischer2008-05-301-0/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-2/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-3/+0
* Do not use __XL_NPP macroPeter S. Mazinger2006-02-241-4/+20
* guard __ignore_x correctly, move undefs to their proper place, add prototypes...Peter S. Mazinger2006-02-241-27/+52
* 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