#
550d56dc |
| 01-Aug-2022 |
jsg <jsg@openbsd.org> |
libc string functions were not ported from pwb to v7
https://minnie.tuhs.org/pipermail/tuhs/2017-August/011807.html
ok schwarze@
|
#
5d354709 |
| 19-Apr-2014 |
deraadt <deraadt@openbsd.org> |
Use somewhat harsher language and better examples; demonstrate that non-dangerous use functions is difficult. ok guenther
|
#
a09ad006 |
| 19-Dec-2013 |
millert <millert@openbsd.org> |
Split out strncpy and strncat from strcpy and strcat manuals. Requested by deraadt@
|
#
e6e4f203 |
| 25-Sep-2013 |
millert <millert@openbsd.org> |
According to POSIX, if the src and dst strings overlap, the behavior is undefined. Add a warning to that effect. OK deraadt@ jmc@
|
#
23fbb714 |
| 17-Jul-2013 |
schwarze <schwarze@openbsd.org> |
more library history facts checked by sobrado@ style tweaks and ok jmc@
|
#
64d4e987 |
| 05-Jun-2013 |
tedu <tedu@openbsd.org> |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
#
8c40de08 |
| 25-Jul-2011 |
schwarze <schwarze@openbsd.org> |
update HISTORY and SEE ALSO for all of string(3), together with various smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
8e98f05d |
| 06-Aug-2005 |
jaredy <jaredy@openbsd.org> |
- macro, punctuation, and rewording tweaks - avoid first person.
ok jmc
|
#
1e5ede29 |
| 25-Feb-2005 |
cloder <cloder@openbsd.org> |
Be correct in our man pages when talking about NUL termination (that is, termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
|
#
6580fee3 |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
ff111f5e |
| 13-May-2002 |
millert <millert@openbsd.org> |
For strncpy(), dst is not NUL terminated if strlen(src) >= len. Also fix a typo; adapted from a patch by Moritz Jodeit
|
#
60ab2826 |
| 21-Apr-2000 |
aaron <aaron@openbsd.org> |
Flesh out libc string function man pages.
|
#
db02f4c9 |
| 29-Jun-1999 |
aaron <aaron@openbsd.org> |
repairs
|
#
65adce91 |
| 06-Jun-1999 |
aaron <aaron@openbsd.org> |
some NAME section cleanup
|
#
828c4884 |
| 04-Jun-1999 |
aaron <aaron@openbsd.org> |
some repairs, add example to strdup(3) page
|
#
fc8533a3 |
| 23-May-1999 |
aaron <aaron@openbsd.org> |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common is used instead; kwesterback@home.com
|
#
c26b6462 |
| 06-Mar-1999 |
millert <millert@openbsd.org> |
typo
|
#
f544d82d |
| 05-Mar-1999 |
millert <millert@openbsd.org> |
better examples section wrt strncpy()
|
#
b808742c |
| 28-Nov-1998 |
espie <espie@openbsd.org> |
.Xr strlcat, strlcpy
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|