| Age | Commit message (Expand) | Author |
| 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 |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 1999-08-02 | replace malloc(3) with one from freebsd which documents our new malloc.c | lukem |
| 1999-06-26 | The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc. | tls |
| 1999-06-17 | add FreeBSD's malloc, compiled in only if MALLOC_NEW is set in mk.conf | tls |
| 1999-02-24 | use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate | drochner |
| 1999-02-22 | t{search,find,walk,delete} from OpenBSD via Neil A. Carson | christos |
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink |
| 1998-06-14 | Add a manual page for a64l() and l64a(). | kleink |
| 1998-02-02 | realpath is now part of getcwd.c in gen/; man page moved to gen, too. | perry |
| 1998-02-01 | Add _strtoq.c back to SRCS+= which seemed to get lost while reordering it. | frueauf |
| 1998-01-30 | update to lite-2 | perry |
| 1997-11-05 | A foolish consistency... gen, net, and string all get MD sources | cgd |
| 1997-07-15 | Link rand_r(3) to rand(3). | kleink |
| 1997-07-13 | Add local.h for local prototypes. | christos |
| 1997-04-23 | move str[fp]time into libc/time. | mrg |
| 1997-04-21 | add strptime() to libc. | mrg |
| 1996-11-19 | Added rand_r() | jtc |
| 1996-10-16 | Nuked machine specific conditionals for tahoe. | perry |
| 1995-12-28 | New-style RCS ids. | thorpej |
| 1995-04-25 | Changed abs.S to abs.c for vax. | ragge |
| 1995-03-22 | Enable qabs(), a quad_t version of abs() and labs(). | jtc |
| 1995-03-21 | New function qdiv. Like div and ldiv, but works with quad_t's. | jtc |
| 1995-02-10 | list the files needed on the alpha. | cgd |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-06-16 | Add merge.c and mergesort.3. | mycroft |
| 1994-05-20 | 44lite moved cfree() to libcompat | jtc |