aboutsummaryrefslogtreecommitdiff
path: root/src/string/stpncpy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix misplaced *'s in string functions (harmless)Rich Felker2011-04-071-1/+1
* fix backwards conditional in stpncpy•••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). Rich Felker2011-02-241-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+32