summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-258-130/+186
* Factor out some common code sequences into inline functions.Miles Bader2002-07-242-53/+74
* Misc small cleanups.Miles Bader2002-07-243-4/+6
* Remove, since it's entirely incorrectMiles Bader2002-07-241-33/+0
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-238-190/+234
* Doc fix.Miles Bader2002-07-195-5/+5
* Rename mutex stuff to use heap-specific names.Miles Bader2002-07-195-24/+26
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-1816-1392/+740
* We don't need the debug versionsEric Andersen2002-07-161-2/+2
* __morecore need not be a function pointerEric Andersen2002-07-161-9/+8
* Disable debug stuff by defaultEric Andersen2002-07-161-1/+1
* Odd. Got a copy of junk in here.Eric Andersen2002-07-161-9/+0
* Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen2002-07-101-1/+1
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-9/+17
* This patch, from Ronald Wahl <rwa@peppercon.com>, fixes theEric Andersen2002-07-011-5/+5
* Rework, reduce the size, add proper lockingEric Andersen2002-06-189-529/+342
* Remove obsolete files.Manuel Novoa III2002-06-182-110/+0
* Silly name changeEric Andersen2002-06-181-4/+3
* Rework and kill pointless static variableEric Andersen2002-06-181-28/+25
* Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III2002-06-171-1/+2
* Kill the libc-lock headers, which we do not use and which areEric Andersen2002-06-101-6/+7
* Doh!Eric Andersen2002-06-011-1/+1
* 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