summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
AgeCommit message (Expand)Author
2019-03-04Hook for jemallocchristos
2018-01-05add strfmon_l man page linkssnj
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2016-04-01Add malloc.conf.5 (link to jemalloc.3).msaitoh
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-05-01- new test for strtoichristos
2015-02-17Introduce reallocarr(3) for easy (re)allocation of memory with overflowjoerg
2015-02-05Revert addition to reallocarray to the malloc man page, but keepchristos
2015-02-05Add and use reallocarray() to prevent a multiplication overflow in allocation.christos
2015-01-18man page for strtonum.3christos
2015-01-16Add strtonum implemented as a wrapper of strtoi.christos
2015-01-16strtoi and strtou additionschristos
2014-12-10Add two more Makefile conditionals required for RUMPRUN=yespooka
2014-07-20Our hdestroy implementation was non-conformant because it freed the key ofchristos
2014-01-08add ptsname_rchristos
2013-12-02changed lua_Number to int64_tlneto
2013-04-26add {at_,}quick_exit(3) from FreeBSDchristos
2011-09-14add re-entrant versions of the hash functions based on the GNU api.christos
2011-04-13Collect also the division functions to single place, div(3).jruoho
2011-04-13Collect abs(3), labs(3), llabs(3), and imaxabs(3) to a single small page.jruoho
2010-11-14Improve and simplify implementation of *env(3) functions:tron
2010-05-03Split the implementation details of malloc(3) to a separate jemalloc(3)jruoho
2009-07-31Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.dsl
2009-07-20Add a fast, platform independent hash function to libc.joerg
2008-10-26define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.mrg
2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2007-11-28Sync phk malloc.c with the latest one from FreeBSD. This gives us thechristos
2007-11-19Enable posix_memalign().ad
2007-10-06Use jemalloc as the default allocator unless USE_JEMALLOC=no.ad
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
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-09-25add getenv_r and ttyname_rchristos
2005-09-13compat core reorg.christos
2005-07-06Move insque/remque/lsearch/lfind from libcompat to libc,drochner
2005-04-03Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantagechristos
2004-08-05actually add _Exit.yamt
2004-05-27unix/98 pty functions and manual pages.christos
2003-04-07Observed in other places: move __unsetenv13.c near unsetenv.c, onlykleink
2003-04-07compile unsetenv(3) into libc or you'll mess up your systemdrochner
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-02-16add hcreate.3msaitoh
2001-02-14build new hsearch() codecgd
2001-01-08link sradixsort(3) -> radixsort(3)lukem
2000-12-21first import of citrus LC_CTYPE locale. singlebyte only at this moment.itojun
2000-04-02New getopt_long from Thomas Klausner and Dieter Baronchristos
2000-03-08No longer need internal names for strtoq() and strtouq().kleink