Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use somewhat harsher language and better examples; demonstrate that | 2014-04-19 | 1 | -21/+13 | |
| | | | | | non-dangerous use functions is difficult. ok guenther | ||||
* | Split out strncpy and strncat from strcpy and strcat manuals. | 2013-12-19 | 1 | -88/+10 | |
| | | | | Requested by deraadt@ | ||||
* | According to POSIX, if the src and dst strings overlap, the behavior | 2013-09-25 | 1 | -2/+8 | |
| | | | | is undefined. Add a warning to that effect. OK deraadt@ jmc@ | ||||
* | more library history | 2013-07-17 | 1 | -4/+6 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | update HISTORY and SEE ALSO for all of string(3), together with various | 2011-07-25 | 1 | -5/+16 | |
| | | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - macro, punctuation, and rewording tweaks | 2005-08-06 | 1 | -3/+4 | |
| | | | | | | - avoid first person. ok jmc | ||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 1 | -5/+5 | |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | For strncpy(), dst is not NUL terminated if strlen(src) >= len. | 2002-05-13 | 1 | -6/+5 | |
| | | | | Also fix a typo; adapted from a patch by Moritz Jodeit | ||||
* | Flesh out libc string function man pages. | 2000-04-21 | 1 | -9/+8 | |
| | |||||
* | repairs | 1999-06-29 | 1 | -9/+11 | |
| | |||||
* | some NAME section cleanup | 1999-06-06 | 1 | -2/+2 | |
| | |||||
* | some repairs, add example to strdup(3) page | 1999-06-04 | 1 | -7/+7 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | typo | 1999-03-06 | 1 | -3/+3 | |
| | |||||
* | better examples section wrt strncpy() | 1999-03-05 | 1 | -3/+35 | |
| | |||||
* | .Xr strlcat, strlcpy | 1998-11-28 | 1 | -2/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -2/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+122 | |