summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2017-10-25Add malloc.conf to the NAME sectionabhinav
2017-10-07remove recallocarraychristos
2017-10-07add recallocarraychristos
2017-09-09Correct the documentatin of ptsname_r(3)kamil
2017-08-16Typo fix.wiz
2017-08-16Add missing strfmon_l. Noticed by Bruno Haible. Add test case.joerg
2017-08-12PR lib/50316: Gracefully handle a zero number of members argument.ginsbach
2017-07-14Drop TLS variant checks, emutls is enough for VAX and Sun2.joerg
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-19remove accidental __strong_alias additions, noticed by coypu.christos
2017-05-19use strerror_r_ss()christos
2017-05-19The BSD qsort() performs tail recursion elimination on the secondchristos
2017-04-26Clean up the NAME section.abhinav
2017-02-07PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typochristos
2017-01-13use getpagesize(3).christos
2017-01-12Avoid sysconf: __sysconf -> sysctlgetmibinfo -> strtoimax -> locale, etc.christos
2017-01-12make this smaller.christos
2016-12-17Fix typoabhinav
2016-11-07Use the keywords `underflow' and `overflow' in ERANGE summary.riastradh
2016-11-07Fix phrasing about `out-of-band' and `sentinel value'.riastradh
2016-11-05Update strtoul(3) example to reflect clarifications in strtol(3).riastradh
2016-11-04Bump date for previous.riastradh
2016-11-04Tidy up the second example too.riastradh
2016-11-04Simplify error condition case.riastradh
2016-11-04Distinguish invalid syntax from trailing garbage cases. Clarify.riastradh
2016-11-04Distinguish altogether invalid syntax from trailing garbage.riastradh
2016-11-04EXIT_FAILURE policeriastradh
2016-11-04Fix infinity detection with isinf(d), not d == HUGE_VAL.riastradh
2016-11-04Add example for strtod.riastradh
2016-11-04Fix description of ERANGE cases again.riastradh
2016-06-01Fix manually applied patch. Mark up NULL with Dv.wiz
2016-06-01Document return value for realloc(3) when size is 0. From PR lib/47384pgoyette
2016-05-01Fix type name. From Abhinav.joerg
2016-04-12lib/50791: Instead of using sorting the arena chunks by address only,joerg
2016-04-06Revert prior, no idea why it was causing me problems, but it no longer does.roy
2016-04-05Stop calling reallocarr and just do the same bounds checking but withoutroy
2016-04-01Add malloc.conf.5 (link to jemalloc.3).msaitoh
2016-03-17Bump date for previous.wiz
2016-03-17strtod yields ERANGE for below-subnormal magnitudes, not underflow.riastradh
2016-01-24vmparam.h is a kernel header.christos
2016-01-20Don't return NULL when we are freeing the root node; return a free'd pointerchristos
2016-01-20PR/50681: Markiyan Kushnir: Fix memory leak when we delete the root node.christos
2015-11-13revert 0b documentation.christos
2015-11-13Remove trailing whitespace.wiz
2015-11-12Now that our source tree has binary constants, recognize them.christos
2015-11-07Use Dv for NULL.wiz
2015-11-07Sort SEE ALSO.wiz
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-09-01ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3)kamil