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