summaryrefslogtreecommitdiff
path: root/src/cut.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: remove unnecessary inclusion of hash.hJim Meyering2022-06-231-1/+0
* maint: cut: avoid exporting recently added variablePádraig Brady2022-01-311-1/+1
* cut: simplify and remove an IF_LINTPaul Eggert2022-01-311-55/+28
* cut: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-2/+0
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use clearerr on stdin when appropriatePaul Eggert2021-08-221-6/+6
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* build: update gnulib submodule to latestPaul Eggert2021-06-111-1/+0
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* cut: improve large file support on 32 bitTobias Stoeckmann2018-03-281-5/+5
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* cut: add the -z,--zero-terminated optionPádraig Brady2016-01-131-15/+27
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+3
* all: quote string arguments in error messagesPádraig Brady2015-10-271-3/+4
* cut: refactor into set-fields moduleAssaf Gordon2015-09-121-245/+12
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-2/+1
* doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker2015-01-311-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* cut: restore special case handling of -f with -d$'\n'Pádraig Brady2014-06-011-13/+33
* maint: various cleanupsPádraig Brady2014-04-051-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* cut: improve performance, especially with --output-delimiterCojocaru Alexandru2013-05-081-151/+83
* cut: fix handling of overlapping rangesCojocaru Alexandru2013-05-071-3/+3
* cut: reduce CPU usage for the the common casePádraig Brady2013-04-291-6/+74
* cut: reduce CPU overhead in determining item to outputCojocaru Alexandru2013-04-291-28/+26
* cut: make memory allocation independent of range widthCojocaru Alexandru2013-04-291-192/+102
* cut: fix a segfault with disjoint open ended rangesPádraig Brady2013-02-041-1/+3
* cut: fix -f to work with the -d$'\n' edge casePádraig Brady2013-01-261-6/+8
* cut: with -f, process each line independentlyPádraig Brady2013-01-261-25/+22
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* cut: avoid a redundant heap allocationCojocaru Alexandru2012-12-061-4/+4
* cut: improve error reportingCojocaru Alexandru2012-12-061-3/+3
* cut: do not print extraneous delimiters in some unusual casesJim Meyering2012-11-241-4/+5
* cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering2012-11-241-2/+4
* cut: do not accept the invalid range 0-Bernhard Voelker2012-11-191-0/+3
* maint: with split lines, don't leave an operator at end of lineJim Meyering2012-05-021-2/+2
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-2/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-13/+13
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* cut: don't segfault for large unbounded rangeJim Meyering2011-02-071-0/+2