aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add HISTORY.David E. O'Brien1999-10-291-0/+8
* Xref strlcat, strlcpyWarner Losh1999-09-282-2/+5
* __collate_substitute() do something non-trivial only for German. For everyoneDmitrij Tejblum1999-09-121-3/+10
* Add $FreeBSD$ lines to man pages that are missing them to makeMike Pritchard1999-08-281-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2836-36/+36
* Various man page cleanup:Mike Pritchard1999-08-151-5/+6
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-103-21/+26
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-104-6/+289
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1230-0/+30
* Fixed a minor style nit in the EXAMPLE section.Wes Peters1999-07-101-1/+1
* Fix a minor style nit in the NAME section.Mike Pritchard1999-06-111-1/+1
* Move the description of the strncmp() function from the RETURN VALUESMike Pritchard1999-06-111-6/+6
* Fixed disordering and duplication of MLINKS in previous commit toBruce Evans1999-05-191-2/+1
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-182-2/+75
* More egcs warning fixes:Warner Losh1999-04-253-2/+4
* Corrected use of backslash escaping in sample code.Guy Helmer1999-02-271-3/+3
* remove BUGS section, now behaviour is predictable enoughAndrey A. Chernov1999-02-131-2/+0
* more words about return valueAndrey A. Chernov1999-02-131-1/+5
* re-phrase things a bitAndrey A. Chernov1999-02-121-4/+5
* fix wrong return resultAndrey A. Chernov1999-02-122-23/+43
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
* Reviewed by: JKHWes Peters1998-12-142-87/+217
* (Whoops: make it better instead of worse this time). ClarifyRobert Nordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().Robert Nordier1998-10-291-8/+5
* Fix handling more than 1 char with non-C localeAndrey A. Chernov1998-06-051-16/+4
* Cast a pointer to a long, not an int before masking it.John Birrell1998-05-101-1/+1
* Pedantry (NULL -> NUL).James Raynard1998-05-031-1/+1
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* PR: 5573Daniel O'Callaghan1998-01-272-2/+4
* The terminating character in strings is `NUL', not `NULL'.Wolfram Schneider1997-12-281-1/+1
* Sorted lists.Bruce Evans1997-10-211-4/+4