aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/split.c
AgeCommit message (Collapse)Author
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley
2016-10-26Izabera pointed out that split -b -l are exclusive.Rob Landley
2015-08-02Mark command-local functions static.Rob Landley
2015-03-01remove accidental space in format stringElliott Hughes
the ' ' flag makes no sense for %c.
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in.
2013-06-16Implement split.Rob Landley