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