summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
AgeCommit message (Expand)AuthorFilesLines
2004-11-28repair libkern support (again) and add rcsidsmickey7-13/+31
2004-05-03Missed this in the __strerror() removal.millert1-2/+2
2004-05-03No longer need __strerror(3) now that we use strerror_r() inside libc.millert1-46/+0
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.millert1-15/+43
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.espie3-120/+109
2004-05-01let __strerror fill precisely the part of the buffer it can.espie1-17/+18
2004-04-30Let __strerror work by fixing a number of problems. Work by tholo and I,espie1-22/+52
2004-02-10make Nm match Dt;jmc1-10/+2
2004-02-09make Nm match Dt; found by pb@jmc1-23/+2
2004-01-20Fix the example code. The loop invariant 'i' was not bound by MAXTOKENSmillert1-3/+3
2003-09-06standards compliant strxfrm. much simpler too. fixes sorting in glib2.tedu1-16/+4
2003-09-02escape punctuation;jmc1-2/+2
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2-8/+14
2003-06-21clarify these functions by changing references from strings to buffersavsm3-16/+16
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert3-26/+26
2003-06-11ansification, pval okderaadt2-9/+6
2003-06-11ansification; pval okderaadt23-127/+84
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert66-401/+137
2003-05-10typos;jmc3-6/+6
2003-04-12Change copyright to a less restrictive ISC-style license to encouragemillert3-68/+35
2003-04-07Xr to strlcpy and strlcat more; ok millertderaadt5-8/+13
2003-04-02fifo -> FIFOjmc1-2/+2
2003-03-14ANSI function headersmillert2-12/+6
2003-03-13a few more strlcy; ok from beck & hoderaadt2-6/+6
2003-02-20fix a variety of missing or wrong MLINKSderaadt1-1/+2
2002-11-21Add strerror_r and functions versions of getchar_unlocked andmarc3-3/+53
2002-07-24Convert to ANSI function headers and make 'ch' argument int, not char.millert2-8/+6
2002-05-13For strncpy(), dst is not NUL terminated if strlen(src) >= len.millert1-6/+5
2002-04-30Initial cleanup:mpech1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2-4/+4
2001-12-08when strerror() has an Unknown error, also set EINVALderaadt1-3/+8
2001-11-212nd param is constderaadt1-2/+2
2001-09-07K&R promotion is not the whole story. Make things explicit.espie1-2/+2
2001-09-05make debug libs build againmickey1-1/+21
2001-08-06o) We always close .Bl and .Bd tags;mpech1-2/+1
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncmillert1-7/+10
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2-12/+8
2001-06-23more .%A handling; bk@rt.fmderaadt1-2/+3
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itmillert1-2/+4
2001-06-14Fix a buf oflow in EXAMPLES code; millert@ okaaron1-3/+6
2001-05-13type of function on seperate linederaadt2-6/+8
2001-05-07Document boundary condition when size < strlen(dst).millert1-1/+20
2001-05-07Back out last change, it is intended behavior and update the blockmillert1-5/+5
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parametermillert1-3/+3
2001-01-13Sync function comment with man page; fanf@covalent.netmillert1-3/+3
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert1-3/+3
2000-11-24comment fix; strlcat returns strlen(initial dst) + strlen(src).itojun1-3/+4
2000-11-16"of", not "on" (from Henric Jungheim)angelos1-2/+2
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.aaron1-3/+3
2000-10-23Document that the string returned by strerror(3) contains a maximum ofaaron1-2/+6