summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-181-2/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+0
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-25/+0
* Merged revisions 25821,25823-25824,25836 via svnmerge from Khem Raj2009-03-281-0/+3
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-2/+2
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-21/+21
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-3/+3
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-21/+25
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-2/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-119/+144
* Merge from trunk."Steven J. Hill"2006-08-221-5/+2
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-100/+178
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+3
* Merge from trunk."Steven J. Hill"2005-12-101-36/+53
* Merge from trunk."Steven J. Hill"2005-12-081-0/+1
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+2
* Merge from trunk."Steven J. Hill"2005-12-021-0/+5
* Merge from trunk."Steven J. Hill"2005-10-301-0/+4
* Big sync with trunk."Steven J. Hill"2005-09-241-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