| Age | Commit message (Expand) | Author |
| 2013-08-19 | GC __indr_reference wrappers. | joerg |
| 2013-06-24 | Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. | riastradh |
| 2013-06-24 | Add consttime_bcmp(3) and explicit_bzero(3) to makefile and set lists. | riastradh |
| 2012-08-30 | Add "consttime_bcmp" and "explicit_bzero" functions for both kernel | drochner |
| 2009-07-30 | If SRCS contains any .S files then remove the corresponding .c file from | dsl |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-21 | Add popcount(3) and the long and long long version. Name is inspired by | joerg |
| 2009-07-18 | Remove index() and rindex() from the list (in comment) | dsl |
| 2009-05-01 | Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. | perry |
| 2009-04-10 | add memrchr | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-02 | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo... | tnozaki |
| 2007-02-17 | Add strings(3), collecting information about strings.h. | wiz |
| 2006-10-13 | PR/30809 added manpages of wcswcs(3) and wcscoll(3), wcsxfrm(3) | tnozaki |
| 2006-08-27 | fix xtos's pasto | dsl |
| 2006-08-26 | PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmp | christos |
| 2006-08-23 | include one more new file. | christos |
| 2006-08-22 | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions | christos |
| 2006-08-12 | - Add strndup and stresep | christos |
| 2006-06-03 | fix lib/33476: | tnozaki |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-07-30 | - Fix the remaining indr_references so that they define lint symbols. | christos |
| 2005-07-28 | PR/30845: Luke Mewburn: strerror_r(3) missing | christos |
| 2005-03-14 | Fix stupid typo. I added memmem, not memmove. | perry |
| 2005-03-13 | add memmem | perry |
| 2004-07-03 | Add strcasestr(3), case insensitive version of strstr(3). | junyoung |
| 2003-03-05 | changes related to lib/20576 and lib/20577. | tshiozak |
| 2002-04-17 | Need internal names for strlcat() and strlcpy(). | kleink |
| 2000-12-24 | split wide char section, just for readability/future possibility for .if | itojun |
| 2000-12-23 | move wcs* and wmem* from lib/libc/locale to lib/libc/string. | itojun |
| 1999-09-08 | add netbsd rcsid's | lukem |
| 1999-02-24 | use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate | drochner |
| 1998-09-14 | Install a link for strtok_r(3). | kleink |
| 1998-08-04 | switch bzero to version in memset.c. | perry |
| 1998-08-04 | Replace complicated and ugly makefile gook to make memmove,memcpy by | perry |
| 1998-01-30 | note that bzero isn't yet being built from memset.c | perry |
| 1998-01-30 | update to lite-2 | perry |
| 1998-01-23 | Update various aspects of the special target builds which should | cgd |
| 1997-10-22 | - use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-09 | rcsid police | lukem |
| 1997-04-23 | move str[fp]time into libc/time. | mrg |
| 1996-12-22 | add rules to build .ln files (memmove.ln, memcpy.ln, strchr.ln, strrchr.ln) | cgd |
| 1996-11-12 | Add strtok_r() for reentrant (thread-aware) programs | jtc |
| 1996-09-24 | Make it possible to have a md version of memccpy. | matthias |
| 1995-03-20 | Clarify a comment slightly. | mycroft |
| 1995-03-20 | Separate machine dependencies. | mycroft |
| 1995-02-10 | list the files needed on the alpha. | cgd |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-11-14 | Include files for pmax | dean |
| 1994-09-03 | __strerror() and __strsignal() have been broken out into their own files | jtc |