summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2019-09-05Pull up following revision(s) (requested by sevan in ticket #174):martin
2019-03-28fix compilation for non _REENTRANTchristos
2019-03-04Hook for jemallocchristos
2018-12-09fix grammar.christos
2018-12-06Correct handling of minval > maxval in strtonum(3)kamil
2018-08-30Allow being compiled as a tool.christos
2018-08-15PR standards/53525: move getsubopt to stdlib.hmartin
2018-07-27it's C18, not C17.maya
2018-07-27Claim C17 (although I'm unsure), add a note about C11's requirements.maya
2018-07-27C17 conformance: aligned_alloc's size doesn't need to be a multiple ofmaya
2018-07-25Avoid undefined behavior in left bit shift in jemalloc(3)kamil
2018-06-13libc: remove explicit cast NULL in atoieadler
2018-05-23Simplify to avoid pointless null pointer arithmetic.joerg
2018-02-07Fix typos, as reported by Eitan Adler. Update dates.pgoyette
2018-01-07Revert namespacing of atoi(3)kamil
2018-01-05add strfmon_l man page linkssnj
2018-01-05Register new weak symbol in libc for internal usage: atoikamil
2018-01-04Add bunch of missing includes of namespace.h in libckamil
2017-12-07Fix obvious typo (cut&pasto or whatever) - there's only one value thatkre
2017-12-01normalise some indentation. NFC.mrg
2017-11-27use calloc rather than malloc + memset 0maya
2017-11-27Fix various bugs with strfmon:christos
2017-11-16The HPPA architectures (1.1 and 2.0) both define quadruple-word (128-bit)skrll
2017-11-06Assert that __cxa_atexit is not used with NULL as DSO. Don't usejoerg
2017-11-02Revert previous on demand.kamil
2017-11-02Correct handling of __cxa_atexit(a,b,NULL) in libckamil
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