summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2003-06-21clarify these functions by changing references from strings to buffersAnil Madhavapeddy
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11ansification, pval okTheo de Raadt
2003-06-11ansification; pval okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10typos;Jason McIntyre
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-02fifo -> FIFOJason McIntyre
2003-03-14ANSI function headersTodd C. Miller
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-07-24Convert to ANSI function headers and make 'ch' argument int, not char.Todd C. Miller
2002-05-13For strncpy(), dst is not NUL terminated if strlen(src) >= len.Todd C. Miller
2002-04-30Initial cleanup:Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-08when strerror() has an Unknown error, also set EINVALTheo de Raadt
2001-11-212nd param is constTheo de Raadt
2001-09-07K&R promotion is not the whole story. Make things explicit.Marc Espie
2001-09-05make debug libs build againMichael Shalayeff
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itTodd C. Miller
2001-06-14Fix a buf oflow in EXAMPLES code; millert@ okAaron Campbell
2001-05-13type of function on seperate lineTheo de Raadt
2001-05-07Document boundary condition when size < strlen(dst).Todd C. Miller
2001-05-07Back out last change, it is intended behavior and update the blockTodd C. Miller
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parameterTodd C. Miller
2001-01-13Sync function comment with man page; fanf@covalent.netTodd C. Miller
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'Todd C. Miller
2000-11-24comment fix; strlcat returns strlen(initial dst) + strlen(src).Jun-ichiro itojun Hagino
2000-11-16"of", not "on" (from Henric Jungheim)Angelos D. Keromytis
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.Aaron Campbell
2000-10-23Document that the string returned by strerror(3) contains a maximum ofAaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-08-09More of the same.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02new version of ffs from drahn@Michael Shalayeff
2000-06-01State explicitly that strlc{py,at} only work on real C strings.Todd C. Miller
2000-04-24correct exampleTheo de Raadt
2000-04-21Add ERRORS section (the strdup(3) function may fail and set errno to any of theAaron Campbell
2000-04-21Check return value of strdup(3) for NULL in example code (duh).Aaron Campbell
2000-04-21Flesh out libc string function man pages.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-02-29Use Dq/Sq and friends.Aaron Campbell
2000-01-03Grammar; deraadt@Aaron Campbell