about summary refs log tree commit diff
path: root/src/string/stpncpy.c
Commit message (Collapse)AuthorAgeFilesLines
* fix backwards conditional in stpncpyRich Felker2011-02-241-1/+1
| | | | | | this only made the function unnecessarily slow on systems with unaligned access, but would of course crash on systems that can't do unaligned accesses (none of which have ports yet).
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+32