summaryrefslogtreecommitdiff
path: root/lib/libc/string/wmemchr.3
AgeCommit message (Expand)Author
2024-03-21wmemchr(3): fix prototypes for wcpcpy() and wcpncpy()Konstantin Belousov
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2021-07-15libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov
2013-05-28Renumber clauses to reduce diffs to other versionsEd Maste
2009-03-04Add wcpcpy(3) and wcpncpy(3).David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-08-13Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins
2002-09-07Sync prototypes with <wchar.h> with respect to the restrict qualifier.Tim J. Robbins
2001-10-03Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.Bruce Evans
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
2001-05-17... but we do provide .St -isoC-99, and it is not required to have theRuslan Ermilov
2001-05-15adapt to FreeBSD.Takuya SHIOZAKI
2001-05-15initial import of locale insensitive wcs* and wmem* functions.Takuya SHIOZAKI