summaryrefslogtreecommitdiff
path: root/lib/libc/string/Makefile.inc
AgeCommit message (Expand)Author
2025-12-09libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov
2025-12-09libc/string: put source files list one item per lineKonstantin Belousov
2024-11-14lib/libc/string: add memset_explicit() for compliance with C23Robert Clausecker
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-01-10libc: Fix build with WITHOUT_MACHDEP_OPTIMIZATIONS=YES set.Gleb Popov
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2021-08-02libc: Disable ASAN for certain string functionsAlex Richardson
2021-07-15libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov
2020-12-16Implement strerror_l().Konstantin Belousov
2018-02-16Document memset_s(3). memset_s(3) is defined inCy Schubert
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2016-08-14Add timingsafe_bcmp and timingsafe_memcmp.Xin LI
2014-10-16Remove duplicated code.Xin LI
2014-10-07Add MLINK for explicit_bzero(3) and bump .Dd date.Xin LI
2014-10-07Add explicit_bzero(3) and its kernel counterpart.Xin LI
2014-05-25Merge strcspn.3 into strspn.3 and clarify the explaination of what they doAllan Jude
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-03-06Create a symlink from strchrnul.3 to strchr.3.Niclas Zeising
2013-02-13Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising
2012-06-21Add the functions documented in the man pages in commit 237393 to theIsabell Long
2012-01-03Merge index() and strchr() together.Ed Schouten
2010-08-24Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh
2010-08-23MFtbemd:Warner Losh
2009-03-04Add wcpcpy(3) and wcpncpy(3).David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2009-01-09Sort MLINKS.Ruslan Ermilov
2008-12-06Import the strndup(3) function.Konstantin Belousov
2008-12-06Order the str*.c files mostly alphabetical.Konstantin Belousov
2008-11-03Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov
2008-04-10Add memrchr(3).Xin LI
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2005-08-25Add the function memmem(3) as found in glibc and others.Andre Oppermann
2005-08-13Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins
2004-01-13Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav
2003-07-28* Merge index(3) and rindex(3) to index(3) since the two functions areSimon L. B. Nielsen
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-10-04Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins
2002-10-03Add stpcpy(3).David E. O'Brien
2002-09-07Add an implementation of wcstok(), based on strtok_r().Tim J. Robbins
2002-08-20Add a manual page for wcswidth().Tim J. Robbins
2002-08-20Move just committed version of wcswidth.c here (from "locale"),Andrey A. Chernov
2001-11-27Must link strerror manpage to strerror_r.Wes Peters
2001-10-10Implement strcasestr() which many others (f.e. Linux) already have.Andrey A. Chernov
2001-10-09Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft
2001-07-31Only pull in the MD files if they exist. This allows for progressiveMark Peek
2001-07-10style nitsDavid E. O'Brien
2001-05-15adapt to FreeBSD.Takuya SHIOZAKI