aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/strings.c
AgeCommit message (Collapse)Author
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
checking, and fix up format checking complaints. Added out(type, value) function to stat to avoid a zillion printf typecasts.
2015-08-02Mark command-local functions static.Rob Landley
2014-06-11Promote strings.Rob Landley