summaryrefslogtreecommitdiff
path: root/libc/stdlib/stdlib.c
AgeCommit message (Expand)Author
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