aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/strings.c
AgeCommit message (Expand)Author
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley
2017-07-02Add -t, deviations from posix, redo loop to have fewer duplicate tests.Rob Landley
2017-07-02strings tests and bugfixesIlya Kuzmich
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-08-02Mark command-local functions static.Rob Landley
2014-06-11Promote strings.Rob Landley