summaryrefslogtreecommitdiff
path: root/coreutils/cut.c
AgeCommit message (Expand)Author
2024-12-21cut: code shrinkDenys Vlasenko
2024-12-21cut: code shrinkDenys Vlasenko
2024-12-20cut: fix up -D/-s behavior with -FDenys Vlasenko
2024-12-20cut: remove unnecessary initialization of regmatch_tDenys Vlasenko
2024-12-16cut: shorten error messages on bad syntax even moreDenys Vlasenko
2024-12-16cut: shorten error messages on bad syntaxDenys Vlasenko
2024-12-16cut: terminate cut_list[] so that we don't need "size of the array" variableDenys Vlasenko
2024-12-16cut: we can't get empty cut_list[], remove the check for thatDenys Vlasenko
2024-12-15cut: disallow -f '' and -f '-'Denys Vlasenko
2024-12-14cut: fix -F n-m to match toyboxDenys Vlasenko
2024-12-13cut: simplify getopt32 codeDenys Vlasenko
2024-12-13cut: "it's legal to pass an empty list" seems to be untrueDenys Vlasenko
2024-12-13cut: whitespace fixesDenys Vlasenko
2024-12-13cut: tweak commentsDenys Vlasenko
2024-12-13cut: fix handling of -d ''Denys Vlasenko
2024-12-13cut: prevent infinite loop if -F REGEX matches empty delimiterDenys Vlasenko
2024-12-11cut: tweak --helpDenys Vlasenko
2024-12-10cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko
2024-12-10cut: implement --output-delimiterDenys Vlasenko
2024-12-10cut: with -F disabled in .config, don't show it in --helpDenys Vlasenko
2024-12-10cut: comment out code which seems to be not neededDenys Vlasenko
2024-12-10cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko
2024-12-10cut: with -F, do not regcomp() pattern for every fileDenys Vlasenko
2024-12-10cut: rename "cut_lists" to "cut_list"Denys Vlasenko
2024-12-10cut: rename some variables to hopefully better namesDenys Vlasenko
2024-12-10cut: "orig_line" is redundant, remove itDenys Vlasenko
2024-12-10cut: allocate "printed" only if OPT_CHAR or OPT_BYTEDenys Vlasenko
2024-12-10cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0Denys Vlasenko
2024-12-10cut: simplify OPT_ names, eliminate one variableDenys Vlasenko
2024-12-10cut: improve detection of invalid rangesRon Yorston
2024-12-10cut: fix "-s" flag to omit blank linesColin McAllister
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2022-08-30*: style fixDenys Vlasenko
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley
2021-06-14*: --help tweaksDenys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko