summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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