summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove atof from strtod.o...Manuel Novoa III2002-11-071-7/+0
* Okay, fix for atof _correctly_...Manuel Novoa III2002-11-071-1/+4
* Apparently I forgot to build atof...Manuel Novoa III2002-11-071-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-314-22/+28
* Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III2002-10-291-3/+10
* When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working andEric Andersen2002-10-221-7/+9
* Don't infinitely recurse when trying to grow __malloc_mmb_heap.Miles Bader2002-10-181-18/+19
* Fix malloc so it compiles and works when using pthreadsEric Andersen2002-10-172-5/+5
* Use __heap_[un]lock instead of __malloc_[un]lock.Miles Bader2002-10-151-4/+4
* Get rid of old malloc lock stuff.Miles Bader2002-10-151-8/+0
* Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.Miles Bader2002-10-152-34/+32
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-094-29/+264
* A bug fix from Alexey V. Neyman:Eric Andersen2002-09-261-2/+2
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-0/+4
* (__heap_check_failure): New function.Miles Bader2002-09-131-16/+67
* Remove malloc_simple from subdir list.Manuel Novoa III2002-09-091-1/+1
* (realloc): Record the correct size in the malloc header in the caseMiles Bader2002-09-091-1/+1
* Add #include <malloc.h> to silence warning.Manuel Novoa III2002-09-061-0/+1
* Initial checkin.Miles Bader2002-09-061-0/+86
* Update debugging hooks.Miles Bader2002-09-063-30/+20
* split-out memalign and reallocEric Andersen2002-09-055-192/+261
* Make sjhill happy, and revive memalignEric Andersen2002-09-044-39/+69
* Per discussions with Erik, 'valloc.c' should be built on top of whichever"Steven J. Hill"2002-09-043-2/+3
* Added 'valloc' back in. Ok, Erik can smack me now."Steven J. Hill"2002-09-042-1/+62
* Added function 'mkdtemp' for Linux Test Project."Steven J. Hill"2002-09-042-1/+37
* (free):Miles Bader2002-09-041-5/+5
* (__heap_delete): Renamed from `__heap_unlink_free_area'.Miles Bader2002-09-041-3/+6
* Doc fix.Miles Bader2002-08-301-1/+1
* (__heap_free): Tighten up the inner loop, and make the code more readable.Miles Bader2002-08-301-29/+24
* Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions.Miles Bader2002-08-302-5/+5
* (likely, unlikely): New macros.Miles Bader2002-08-301-0/+12
* (likely, unlikely): New macros.Miles Bader2002-08-301-6/+8
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-253-49/+1
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-192-2/+2
* (CSRC): Make contents source files, not object files.Miles Bader2002-08-191-2/+2
* (CSRC): Add `memalign.c'.Miles Bader2002-08-191-2/+2
* Initial checkin.Miles Bader2002-08-191-0/+94
* (realloc): Follow new arg conventions of MALLOC_SET_SIZE.Miles Bader2002-08-191-2/+2
* (malloc): Use MALLOC_SETUP.Miles Bader2002-08-191-3/+2
* (MALLOC_SETUP): New macro.Miles Bader2002-08-191-5/+6
* Patch from Jarkko to fix drand48 to not use long long whenEric Andersen2002-08-152-0/+46
* Use __malloc_unlikely instead of `likely'.Miles Bader2002-08-141-1/+4
* Add flow-control hints with __malloc_likely and __malloc_unlikely.Miles Bader2002-08-141-5/+7
* (__malloc_likely, __malloc_unlikely): New macros.Miles Bader2002-08-141-0/+10
* Handle zero NEW_SIZE case.Miles Bader2002-08-141-45/+54
* Use `return' for null pointers, to avoid a giant block holding the restMiles Bader2002-08-131-95/+95
* Doh! missed a spot.Eric Andersen2002-08-121-0/+2
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-15/+15
* Geez I'm an idiot some times. I shouldn't code when I'm exhausted.Eric Andersen2002-08-121-1/+2
* Add missing thread-safe locking.0_9_13Eric Andersen2002-08-091-0/+27