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