summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* in HISTORY, say where this actually came from;schwarze2014-02-231-5/+7
* Remove unnecessary stdio.h include.stsp2014-02-051-2/+1
* add explicit_bzero to NAME;jmc2014-01-221-2/+3
* add explicit_bzero to libc. implementation subject to change, but starttedu2014-01-223-4/+37
* fix double word error;jmc2013-12-191-2/+2
* Split out strncpy and strncat from strcpy and strcat manuals.millert2013-12-195-168/+308
* no more regexp(3), so point to regex(3);jmc2013-12-051-3/+3
* Missed the file renames for the string functions when committing theguenther2013-10-141-1/+25
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-4/+4
* Add examples to show why this is a terrible API. OK jmc@ henning@millert2013-09-251-1/+60
* According to POSIX, if the src and dst strings overlap, the behaviormillert2013-09-256-12/+48
* more library historyschwarze2013-07-174-15/+22
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-164-12/+12
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-0552-157/+157
* remove some incredible lies about overlapping buffersderaadt2013-06-042-22/+10
* Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.stsp2013-06-011-2/+2
* Remove useless include.ajacoutot2013-05-301-2/+1
* typo: compare len against null needle, not haystackajacoutot2013-05-151-2/+2
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-133-4/+145
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-21/+1
* fix an off-by-one error where the return value would point to thenaddy2012-07-111-2/+2
* Add strnlen() to libkern.matthew2012-04-261-1/+5
* tweak previous;jmc2012-04-031-3/+3
* simplify the strlcpy/strlcat manual page substantially. do lessderaadt2012-04-021-70/+58
* Bump standards years, as we conform to the new versions tooguenther2012-03-261-4/+4
* strsignal() was standardized in POSIX-2008guenther2012-03-261-2/+7
* fix SEE ALSO;jmc2012-01-171-2/+2
* Add stpcpy() and stpncpy(), pointless crap that made it into POSIX.guenther2012-01-174-3/+222
* grammar;jmc2012-01-141-2/+2
* this is sparta^WPOSIX 2008espie2012-01-141-2/+7
* strdup and strndup both use malloc. Make this fact explicit.lum2011-12-081-3/+5
* tweak previous;jmc2011-07-253-6/+6
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-2553-237/+642
* Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@millert2011-07-242-50/+26
* Minor function name tweaks.nicm2011-07-093-8/+8
* Instead of documenting all the wide string functions in wmemchr(3), addnicm2011-07-0918-139/+1327
* After a certain amount of fighting with the mbstowcs API, remove L fromnicm2011-07-081-4/+12
* Fix some awful code in the example, pointed out by millert@.nicm2011-07-051-3/+3
* Add wcsdup(), from NetBSD.nicm2011-07-043-3/+120
* fix wcscasecmp() parameters; <wchar.h> was correctnaddy2011-06-011-2/+2
* tweak previous (my fault);jmc2011-05-281-4/+4
* wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-283-5/+82
* Add a wcswidth man page (based on FreeBSD), and fix the implementationstsp2011-04-043-5/+68
* Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew2010-09-243-5/+62
* observe the following spelling:jmc2010-09-102-9/+9
* Avoid using and end pointer since strnlen(string, -1) is legalmillert2010-06-021-4/+3
* Add HISTORY section, mostly for strnlen() but include strlen() formillert2010-05-241-2/+11
* remove unused variable.chl2010-05-211-2/+1
* tweak previous;jmc2010-05-192-13/+11
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-185-9/+142