Age | Commit message (Expand) | Author |
2018-08-31 | Convert option style. | Rob Landley |
2018-06-14 | Fix cut -DF as awk replacement by not matching delimiterless lines with -D | Rob Landley |
2018-06-14 | Change do_lines() semantics to end with a callback(0,0) to indicate EOF, | Rob Landley |
2017-10-31 | Fix cut -s and -f when delimiter not found (posix says print whole line). | Rob Landley |
2017-10-25 | Make -c work with unicode chars, and first stab at -C measuring columns. | Rob Landley |
2017-10-10 | Complete rewrite of cut. Handle multipe ranges, add -DFO options, start | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-04-04 | To ensure that toybox can be installed alongside busybox without | Paul Barker |
2015-03-01 | Fix several printf_format warnings. | Rob Landley |
2014-09-18 | Reorder functions to get rid of unnecessary prototypes, and move a global int... | Rob Landley |
2014-09-17 | Cleanup pass on cut, more to do. | Rob Landley |
2014-06-02 | Help text should have a blank line after usage: lines, and a couple other whi... | Rob Landley |
2013-11-30 | Fix cut. | Rob Landley |
2013-09-10 | First pass of cut cleanup, and make test script slightly happier with the con... | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-11-20 | Commit 698 adding cut should ahve included the actual cut.c file. (Oops.) | Rob Landley |