summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Rework setenv, getenv and friends per the latest glibc code, but cleanedEric Andersen2002-05-304-200/+191
* Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III2002-05-232-0/+139
* 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-062-14/+172
* Remove function declartions from include/features.h, createEric Andersen2002-04-013-0/+3
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-314-8/+33
* Fix compile problem when ASSUME_DEVPTS=falseEric Andersen2002-03-201-0/+2
* Merge glibc random, which gets us a much better RNG and aEric Andersen2002-03-193-24/+607
* Add implementations of strtof() and strtold(). These are a bitEric Andersen2002-03-143-1/+65
* Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen2002-03-1317-2/+578
* New versions of the various string to int functions which are smallerManuel Novoa III2002-03-135-437/+454
* Oops... forgot to update abort.c.Manuel Novoa III2002-03-131-4/+7
* Swap in the new stdio code.Manuel Novoa III2002-03-122-12/+14
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-212-7/+15
* Doh! Miles Bader noticed a couple of spots where I forgotEric Andersen2002-02-192-4/+2
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-182-13/+9
* Doh!Eric Andersen2002-02-181-1/+1
* Miles Bader writes:Eric Andersen2002-02-181-1/+2
* A number of naming updates in preparation for adding inEric Andersen2002-02-133-25/+117
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
* Clearify error messageEric Andersen2002-01-161-1/+1
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-143-32/+80
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-196-9/+12
* Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough2001-12-051-1/+1
* Cleanup abort() so it behaves itself a bit betterEric Andersen2001-11-211-10/+65
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-1/+2
* Minor cleanupEric Andersen2001-09-292-2/+3
* Fix prototypeEric Andersen2001-09-291-2/+2
* Add in gcvt()Eric Andersen2001-09-292-1/+12
* Update to accomodate the header file changesEric Andersen2001-09-279-8/+10
* "Kim B. Heino" <Kim.Heino@bluegiga.com> reportsEric Andersen2001-08-301-1/+1
* atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen2001-08-244-3/+35
* Fix a couple of warningsDavid McCullough2001-08-091-2/+2
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-122-2/+5
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-1/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-124-8/+4
* A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen2001-05-112-1/+12
* Fix up the 'make clean' targetEric Andersen2001-05-111-1/+1
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-088-1/+694
* As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen2001-04-272-2/+2
* Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen2001-04-271-1/+2
* Be more strict with the malloc implementation. Return NULLEric Andersen2001-04-251-5/+10
* Be more strict with the glibc style malloc implementation. Return NULLEric Andersen2001-04-251-2/+2
* Update temp file handling and use a single function to do allEric Andersen2001-04-182-71/+51
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-068-17/+17
* Add in random(), make rand use that under the hood. Fix theEric Andersen2001-03-223-57/+58
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-192-12/+14
* div and ldiv are required for ISO 9899Eric Andersen2001-02-223-1/+67
* Update to "malloc" so it will work on CPUs not supporting non-aligned words.Eric Andersen2001-02-211-7/+35