summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/stpcpy.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* in HISTORY, say where this actually came from;schwarze2014-02-231-5/+7
* Add examples to show why this is a terrible API. OK jmc@ henning@millert2013-09-251-1/+60
* According to POSIX, if the src and dst strings overlap, the behaviormillert2013-09-251-2/+8
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* fix SEE ALSO;jmc2012-01-171-2/+2
* Add stpcpy() and stpncpy(), pointless crap that made it into POSIX.guenther2012-01-171-0/+117