aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* libc: Fix build with WITHOUT_MACHDEP_OPTIMIZATIONS=YES set.Gleb Popov2023-01-121-1/+6
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-311-2/+2
* libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov2021-07-221-2/+4
* Implement strerror_l().Konstantin Belousov2020-12-161-0/+1
* Document memset_s(3). memset_s(3) is defined inCy Schubert2018-02-161-0/+1
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-1/+1
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Add timingsafe_bcmp and timingsafe_memcmp.Xin LI2016-08-141-2/+8
* Remove duplicated code.Xin LI2014-10-161-0/+1
* Add MLINK for explicit_bzero(3) and bump .Dd date.Xin LI2014-10-071-0/+1
* Add explicit_bzero(3) and its kernel counterpart.Xin LI2014-10-071-1/+2
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doAllan Jude2014-05-251-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-4/+4
* Create a symlink from strchrnul.3 to strchr.3.Niclas Zeising2013-03-061-1/+2
* Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising2013-02-131-3/+3
* Add the functions documented in the man pages in commit 237393 to theIsabell Long2012-06-211-2/+7
* Merge index() and strchr() together.Ed Schouten2012-01-031-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-4/+2
* MFtbemd:Warner Losh2010-08-231-3/+3
* Add wcpcpy(3) and wcpncpy(3).David Schultz2009-03-041-2/+4
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-6/+13
* Sort MLINKS.Ruslan Ermilov2009-01-091-21/+32
* Import the strndup(3) function.Konstantin Belousov2008-12-061-1/+2
* Order the str*.c files mostly alphabetical.Konstantin Belousov2008-12-061-3/+3
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-031-2/+4
* Add memrchr(3).Xin LI2008-04-101-1/+2
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-251-5/+5
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-131-2/+3
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-131-1/+5
* * Merge index(3) and rindex(3) to index(3) since the two functions areSimon L. B. Nielsen2003-07-281-2/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-6/+4
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-4/+6
* Add stpcpy(3).David E. O'Brien2002-10-031-2/+3
* Add an implementation of wcstok(), based on strtok_r().Tim J. Robbins2002-09-071-3/+4
* Add a manual page for wcswidth().Tim J. Robbins2002-08-201-1/+1
* Move just committed version of wcswidth.c here (from "locale"),Andrey A. Chernov2002-08-201-1/+1
* Must link strerror manpage to strerror_r.Wes Peters2001-11-271-0/+1
* Implement strcasestr() which many others (f.e. Linux) already have.Andrey A. Chernov2001-10-101-1/+2
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-091-0/+2
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* style nitsDavid E. O'Brien2001-07-101-2/+2
* adapt to FreeBSD.Takuya SHIOZAKI2001-05-151-2/+16
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-101-6/+8
* Fixed disordering and duplication of MLINKS in previous commit toBruce Evans1999-05-191-2/+1
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-181-2/+3
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2