summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2016-05-26The destination string is declared as "s" but referred to as "dst"Todd C. Miller
2016-05-11Add RETURN VALUES section and .Xr to memmem(3).Ingo Schwarze
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-01Phrase allocation failure more clearly. ok deraadt@mmcc
2015-11-24Document that these functions are now in strings.h.Daniel Dickman
2015-10-25The only thing that was translated into multiple languages in OpenBSDAlexander Bluhm
2015-10-01Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In onePhilip Guenther
2015-09-12__strsignal() is now declared in hidden/signal.hPhilip Guenther
2015-09-12Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directPhilip Guenther
2015-09-06Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signamePhilip Guenther
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingPhilip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-06-19Remove needless casts. There's no reason to cast delim to char *Todd C. Miller
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-03-02Update comment to match code; Caspar SchutijserTodd C. Miller
2015-01-15Make strlcpy/strlcat slightly easier to read.Todd C. Miller
2014-12-12catch up with swab.c rev. 1.9:Ingo Schwarze
2014-12-11update swab() to match the current posix definition. "rationale: none."Ted Unangst
2014-12-09no more string(3);Jason McIntyre
2014-12-09In ingo's new world order, we do not want multiple manual pages describingTheo de Raadt
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
2014-10-11Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,Ingo Schwarze
2014-10-08obvious malloc -> reallocarray, for mult int oflowTheo de Raadt
2014-07-09rephrase the stpcpy() warningChristian Weisgerber
2014-06-21loosen the spec for timingsafe functions slightly, so as to notTed Unangst
2014-06-21Protect explicit_bzero() from link-time optimizationMatthew Dempsky
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-06-10mop up ifndef KERNEL goo; ok miodTheo de Raadt
2014-04-19tweak previous;Jason McIntyre
2014-04-19Use somewhat harsher language and better examples; demonstrate thatTheo de Raadt
2014-04-07Add some missing names to the NAME sections.Ingo Schwarze
2014-03-23remove the never used bm string functionsTed Unangst
2014-02-23in HISTORY, say where this actually came from;Ingo Schwarze
2014-02-05Remove unnecessary stdio.h include.Stefan Sperling
2014-01-22add explicit_bzero to NAME;Jason McIntyre
2014-01-22add explicit_bzero to libc. implementation subject to change, but startTed Unangst
2013-12-19fix double word error;Jason McIntyre
2013-12-19Split out strncpy and strncat from strcpy and strcat manuals.Todd C. Miller
2013-12-05no more regexp(3), so point to regex(3);Jason McIntyre
2013-10-14Missed the file renames for the string functions when committing thePhilip Guenther
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-25Add examples to show why this is a terrible API. OK jmc@ henning@Todd C. Miller
2013-09-25According to POSIX, if the src and dst strings overlap, the behaviorTodd C. Miller
2013-07-17more library historyIngo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-04remove some incredible lies about overlapping buffersTheo de Raadt
2013-06-01Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.Stefan Sperling
2013-05-30Remove useless include.Antoine Jacoutot