Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify comments referring to strlcat() usage | jedgar | 2001-01-17 | 1 | -1/+22 |
| | | | | Obtained from: OpenBSD | ||||
* | - Reverse the order of two loop invariant to ensure strlcat() does not | jedgar | 2001-01-17 | 1 | -3/+6 |
| | | | | | | | | | | attempt to read memory when siz is 0 - Clarify comments referring to strlcat() usage PR: 24278, 24295 Submitted by: Tony Finch <dot@dotat.at> Richard Kettlewell <rjk@greenend.org.uk> Reviewed by: -audit | ||||
* | mdoc(7) police: Ft/Vt now accept punctuation-type arguments. | ru | 2001-01-12 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | MAXPATHNAMELEN -> MAXPATHLEN | kris | 2000-11-19 | 1 | -1/+1 |
| | | | | | Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD Obtained from: OpenBSD | ||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 2 | -2/+2 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+1 |
| | |||||
* | Add: | ache | 2000-09-03 | 1 | -0/+3 |
| | | | | The implementation will behave as if no library function calls strtok(). | ||||
* | Drop the references to index(3) and rindex(3), which are non-standard | alex | 2000-07-18 | 9 | -18/+0 |
| | | | | | | and people shouldn't be encouraged to use them. Asked by: sheldonh | ||||
* | Add SEE ALSO section, as with the other string functions. | alex | 2000-07-17 | 1 | -0/+11 |
| | | | | Submitted by: dcs | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 34 | -0/+68 |
| | | | | More libraries manpages updates following. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Grammar: "be even number" -> "be an even number" | billf | 2000-01-03 | 1 | -1/+1 |
| | |||||
* | Backout the prev. commit. It's a bad idea to make-up terms. I believe | hoek | 1999-12-31 | 2 | -3/+3 |
| | | | | | | there is no good solution here. Set-on-the-straight-and-narrow by: bde | ||||
* | Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION. | hoek | 1999-12-28 | 1 | -1/+2 |
| | |||||
* | Avoid the potentially confusing term "a null pointer" and say "the NULL | hoek | 1999-12-28 | 2 | -3/+3 |
| | | | | | | | pointer" instead. The potential confusion arises because the string/*.3 pages use the term "null-terminated string" (which is permissable). Moreover, this also makes these two manpages more consistent with the other string/*.3 manpages. | ||||
* | Remove x-ref to itself. | billf | 1999-12-14 | 1 | -1/+0 |
| | | | | Reviewed by: mpp | ||||
* | Add HISTORY. | obrien | 1999-10-29 | 1 | -0/+8 |
| | |||||
* | Xref strlcat, strlcpy | imp | 1999-09-28 | 2 | -2/+5 |
| | | | | Inspired by: NetBSD commit message describing this. | ||||
* | __collate_substitute() do something non-trivial only for German. For everyone | dt | 1999-09-12 | 1 | -3/+10 |
| | | | | | | | | else, it is equivalent to strdup(). So, we will check if the substitution tables are trivial at the load time, and possibly save 2 calls to __collate_substitute() in strcoll(). Still, __collate_substitute() should not exist. | ||||
* | Add $FreeBSD$ lines to man pages that are missing them to make | mpp | 1999-08-28 | 1 | -0/+2 |
| | | | | | | | it easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 36 | -36/+36 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -5/+6 |
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net> | ||||
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 3 | -21/+26 |
| | | | | | | | | | | 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org | ||||
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 4 | -6/+289 |
| | | | | Obtained from: OpenBSD | ||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 30 | -0/+30 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Fixed a minor style nit in the EXAMPLE section. | wes | 1999-07-10 | 1 | -1/+1 |
| | |||||
* | Fix a minor style nit in the NAME section. | mpp | 1999-06-11 | 1 | -1/+1 |
| | |||||
* | Move the description of the strncmp() function from the RETURN VALUES | mpp | 1999-06-11 | 1 | -6/+6 |
| | | | | | | | section to the DESCRIPTION section. PR: 12133 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za> | ||||
* | Fixed disordering and duplication of MLINKS in previous commit to | bde | 1999-05-19 | 1 | -2/+1 |
| | | | | libc/string/Makefile.inc. psignal.3 doesn't live in libc/string. | ||||
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | peter | 1999-05-18 | 2 | -2/+75 |
| | | | | systems. NetBSD, Linux, SVR4 etc all have it. | ||||
* | More egcs warning fixes: | imp | 1999-04-25 | 3 | -2/+4 |
| | | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr | ||||
* | Corrected use of backslash escaping in sample code. | ghelmer | 1999-02-27 | 1 | -3/+3 |
| | | | | | PR: docs/10284 Submitted by: Alfred Perlstein <bright@cygnus.rush.net> | ||||
* | remove BUGS section, now behaviour is predictable enough | ache | 1999-02-13 | 1 | -2/+0 |
| | |||||
* | more words about return value | ache | 1999-02-13 | 1 | -1/+5 |
| | |||||
* | re-phrase things a bit | ache | 1999-02-12 | 1 | -4/+5 |
| | |||||
* | fix wrong return result | ache | 1999-02-12 | 2 | -23/+43 |
| | | | | | fix n=0 case improve manpage | ||||
* | Install man page link for strtok_r. | jdp | 1999-01-19 | 1 | -1/+2 |
| | |||||
* | Spell check and minor grammar fix. | jdp | 1999-01-19 | 1 | -3/+3 |
| | |||||
* | Reviewed by: JKH | wes | 1998-12-14 | 2 | -87/+217 |
| | | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page. | ||||
* | (Whoops: make it better instead of worse this time). Clarify | rnordier | 1998-10-29 | 1 | -1/+1 |
| | | | | processing of the string argument by perror(). | ||||
* | Clarify processing of the string argument by perror(). | rnordier | 1998-10-29 | 1 | -8/+5 |
| | |||||
* | Fix handling more than 1 char with non-C locale | ache | 1998-06-05 | 1 | -16/+4 |
| | | | | | | Misc. cleanup PR: 6825 Submitted by: Sergey Gershtein <sg@mplik.ru> | ||||
* | Cast a pointer to a long, not an int before masking it. | jb | 1998-05-10 | 1 | -1/+1 |
| | |||||
* | Pedantry (NULL -> NUL). | jraynard | 1998-05-03 | 1 | -1/+1 |
| | |||||
* | Change MACHINE references to MACHINE_ARCH. | jb | 1998-02-20 | 1 | -3/+3 |
| | |||||
* | PR: 5573 | danny | 1998-01-27 | 2 | -2/+4 |
| | | | | | Submitted by: garbanzo@hooked.net Add strncasecmp, strncmp to NAME field. | ||||
* | The terminating character in strings is `NUL', not `NULL'. | wosch | 1997-12-28 | 1 | -1/+1 |
| | |||||
* | Sorted lists. | bde | 1997-10-21 | 1 | -4/+4 |
| |