summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
...
* Must link strerror manpage to strerror_r.Wes Peters2001-11-271-0/+1
* Add strerror_r function per Posix prototype.Wes Peters2001-11-272-23/+107
* mdoc(7) police: minor markup and spelling fixes.Ruslan Ermilov2001-11-201-4/+7
* Increment the loop counter.Dag-Erling Smørgrav2001-11-101-0/+1
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-0755-248/+95
* Note that strncmp() will not compare characters after a NUL character.Mike Barcroft2001-10-111-1/+8
* Clarify that strnstr() will stop searching after in encounters a NULMike Barcroft2001-10-111-5/+8
* Implement strcasestr() which many others (f.e. Linux) already have.Andrey A. Chernov2001-10-103-2/+79
* Document the fact that the strnstr(3) function is not portable.Mike Barcroft2001-10-091-0/+5
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-093-11/+122
* Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.Bruce Evans2001-10-031-5/+5
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0135-36/+36
* Note that strdup(3) will set errno if memory allocation fails. ThisMike Barcroft2001-09-231-1/+4
* o Various mdoc fixes.Mike Barcroft2001-08-091-10/+50
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+2
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Sync to OpenBSD (update comment and minor style change).Kris Kennaway2001-07-241-3/+4
* Sync to OpenBSD:Kris Kennaway2001-07-241-2/+23
* Don't claim that strncpy() is the same as strcpy().Dima Dorfman2001-07-191-6/+6
* mdoc(7) police: Add strncpy() to the NAME section.Ruslan Ermilov2001-07-161-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-157-10/+10
* style nitsDavid E. O'Brien2001-07-101-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-107-7/+7
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-2453-93/+223
* ... but we do provide .St -isoC-99, and it is not required to have theRuslan Ermilov2001-05-171-5/+1
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.Ruslan Ermilov2001-05-1621-57/+0
* adapt to FreeBSD.Takuya SHIOZAKI2001-05-152-4/+20
* initial import of locale insensitive wcs* and wmem* functions.Takuya SHIOZAKI2001-05-1522-0/+1484
* mdoc(7) police: add RETURN VALUES section.Ruslan Ermilov2001-05-141-8/+13
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2621-21/+21
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-015-7/+9
* Clarify comments referring to strlcat() usageChris D. Faulhaber2001-01-171-1/+22
* - Reverse the order of two loop invariant to ensure strlcat() does notChris D. Faulhaber2001-01-171-3/+6
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-3/+3
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* MAXPATHNAMELEN -> MAXPATHLENKris Kennaway2000-11-191-1/+1
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-172-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+1
* Add:Andrey A. Chernov2000-09-031-0/+3
* Drop the references to index(3) and rindex(3), which are non-standardAlexander Langer2000-07-189-18/+0
* Add SEE ALSO section, as with the other string functions.Alexander Langer2000-07-171-0/+11
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-2134-0/+68
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* Grammar: "be even number" -> "be an even number"Bill Fumerola2000-01-031-1/+1
* Backout the prev. commit. It's a bad idea to make-up terms. I believeTim Vanderhoek1999-12-312-3/+3
* Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.Tim Vanderhoek1999-12-281-1/+2
* Avoid the potentially confusing term "a null pointer" and say "the NULLTim Vanderhoek1999-12-282-3/+3
* Remove x-ref to itself.Bill Fumerola1999-12-141-1/+0