summaryrefslogtreecommitdiff
path: root/libc/stdlib/stdlib.c
AgeCommit message (Expand)Author
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-08- Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)Bernhard Reutner-Fischer
2008-09-09Fix some locale multibyte tests failures ad below:Carmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-02libc/stdlib/stdlib.c: fix whitespace damage. No code changesDenis Vlasenko
2008-06-02fix bug 1577: '`' is not an acceptable digit for strto[u]l().Denis Vlasenko
2008-05-30- try to pickup UINTMAX_MAXBernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-24Do not use __XL_NPP macroPeter S. Mazinger
2006-02-24guard __ignore_x correctly, move undefs to their proper place, add prototypes...Peter S. Mazinger
2006-02-15Reorganize a bit for IMAPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-20fix building/warnings on 64bit archesMike Frysinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14Correct libc_hidden_protoPeter S. Mazinger
2006-01-14Correct atoi()Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Macros are no good for jump relocs, hack to get rid of one introduced my new ...Peter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-08Use __strtodPeter S. Mazinger
2005-12-08Implement __strto* __wcsto* and hide _stdlib_wcsto*Peter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-11-29Hiding againPeter S. Mazinger
2005-10-21Kill warnings if IMA compilingPeter S. Mazinger
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-10-29Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III
2002-09-19Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-05-23Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III
2002-05-12Revert Erik's previous patch and fix what I believe he was trying to, whileManuel Novoa III
2002-05-12Several bugfixes for problems that showed up on alphaEric Andersen
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-03-13New versions of the various string to int functions which are smallerManuel Novoa III