Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley | |
2016-10-26 | Izabera pointed out that split -b -l are exclusive. | Rob Landley | |
2015-08-02 | Mark command-local functions static. | Rob Landley | |
2015-03-01 | remove accidental space in format string | Elliott Hughes | |
the ' ' flag makes no sense for %c. | |||
2014-01-16 | Rename 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-16 | Implement split. | Rob Landley | |