History log of /netbsd-src/lib/libc/string/stpcpy.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 27c36eab 06-Nov-2013 tron <tron@NetBSD.org>

Fix build problems.


# be118519 01-May-2009 perry <perry@NetBSD.org>

Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
These are defined in the latest POSIX

Also make related updates to documentation, mostly from FreeBSD,
though I cleaned a few oth

Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
These are defined in the latest POSIX

Also make related updates to documentation, mostly from FreeBSD,
though I cleaned a few other things up along the way.

Bump shlib_version.

We are still missing strcoll_l, strerror_l, strsignal, strxfrm_l to be
POSIX conformant.

show more ...