summaryrefslogtreecommitdiff
path: root/libc/stdlib
AgeCommit message (Expand)Author
2002-06-17Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III
2002-06-10Kill the libc-lock headers, which we do not use and which areEric Andersen
2002-06-01Doh!Eric Andersen
2002-05-30Rework setenv, getenv and friends per the latest glibc code, but cleanedEric Andersen
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-04-01Remove function declartions from include/features.h, createEric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2002-03-20Fix compile problem when ASSUME_DEVPTS=falseEric Andersen
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen
2002-03-14Add implementations of strtof() and strtold(). These are a bitEric Andersen
2002-03-13Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen
2002-03-13New versions of the various string to int functions which are smallerManuel Novoa III
2002-03-13Oops... forgot to update abort.c.Manuel Novoa III
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-02-21When vfork is not available and we have an MMU, then use fork()Eric Andersen
2002-02-19Doh! Miles Bader noticed a couple of spots where I forgotEric Andersen
2002-02-18Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen
2002-02-18Doh!Eric Andersen
2002-02-18Miles Bader writes:Eric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-01-17Fix simple malloc to work on systems with an MMUDavid McCullough
2002-01-16Clearify error messageEric Andersen
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-12-05Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough
2001-11-21Cleanup abort() so it behaves itself a bit betterEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-09-29Minor cleanupEric Andersen
2001-09-29Fix prototypeEric Andersen
2001-09-29Add in gcvt()Eric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-08-30"Kim B. Heino" <Kim.Heino@bluegiga.com> reportsEric Andersen
2001-08-24atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen
2001-08-09Fix a couple of warningsDavid McCullough
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-11A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen
2001-05-11Fix up the 'make clean' targetEric Andersen
2001-05-08Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen
2001-04-27As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen
2001-04-27Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen
2001-04-25Be more strict with the malloc implementation. Return NULLEric Andersen
2001-04-25Be more strict with the glibc style malloc implementation. Return NULLEric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-22Add in random(), make rand use that under the hood. Fix theEric Andersen