summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2007-10-24Add HISTORY: The strtof() and strtold() functions appeared in NetBSDreed
2007-10-22Revert the CSE parts of the previous change. "run" is calculated withsimonb
2007-10-19- do some CSE.christos
2007-10-16use mremap for huge -> huge realloc.yamt
2007-10-15we don't have reallocf.yamt
2007-10-15make lint happy.yamt
2007-10-15malloc_print_stats: print huge_allocated correctly. it's already in bytes.yamt
2007-10-15use MAP_ALIGNED.yamt
2007-10-09Add defs for hppa. From he@.ad
2007-10-07On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinitionhe
2007-10-06Update for jemalloc.ad
2007-10-06Use jemalloc as the default allocator unless USE_JEMALLOC=no.ad
2007-10-05Port to NetBSD. Note: posix_memalign() is here, but it's not exportedad
2007-10-05Pull in jemalloc from FreeBSD:ad
2007-08-08Keep track of atexit functions that are added while processingkristerw
2007-08-08Ensure that the struct atexit_handler has been removed from the listkristerw
2007-08-02Add xref to shquote(3), suggested by joerg. Bump date.wiz
2007-07-05Fix several end cases:ginsbach
2007-07-02Document that getopt_long(3) can and will accept unique abbreviated longginsbach
2007-04-12Use IEC 60027-2 prefixes for 2^n based prefixes.lukem
2006-12-18remove bogus (void)&var; From Anon Ymouschristos
2006-11-26PR/34984: Denis Lagno: minor problems with tsearch.3elad
2006-11-24fix spelling of accidentally; from Zapherchristos
2006-10-08PR/34602: sushant: Bug in malloc implementation contains dead code inelad
2006-10-08- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.thorpej
2006-10-07Correctly recover signal state if failed trying to set it.elad
2006-10-04Switch from 4-clause to 2-clause BSD license.wiz
2006-06-28s,floride,fluoride,mjl
2006-04-24Bump date for previous.wiz
2006-04-24- add a missing ;liamjfoy
2006-04-22Move strtoumax.c from libc/stdlib to common/libc/stdlib and include itthorpej
2006-03-31correct multiplicand in pseudorandom generationdrochner
2006-03-31switch byteorder of seed to match previous (and documented) behaviourdrochner
2006-03-24Xref rnd(4).kleink
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-22Rewrite erand48() to put the random bits into the mantissa by simpledrochner
2006-03-22<math.h> is just needed for the ldexp() call in erand48() -drochner
2006-03-19Coverity CID 1560: Don't leak memory when multiple currency symbols are presentchristos
2006-03-19Coverity CID 2528: Don't delete the node we are about to return.christos
2006-03-15Use more macros.wiz
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-25Fix some typos.wiz
2006-01-25Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c.kleink
2006-01-20Kill _Exit; breaks build on cygwin and this implementation "is not exactlychristos
2005-12-24__inline__ -> inlineperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-12-04Older gcc does not support #ifdef inside macro expansion.christos
2005-12-02redo the previous; constify rather than making a string writable.yamt