summaryrefslogtreecommitdiff
path: root/src/string/strerror_r.c
AgeCommit message (Collapse)AuthorLines
2012-06-20make strerror_r behave nicer on failureRich Felker-2/+8
if the buffer is too short, at least return a partial string. this is helpful if the caller is lazy and does not check for failure. care is taken to avoid writing anything if the buffer length is zero, and to always null-terminate when the buffer length is non-zero.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+11