aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-03win32: retry when command needs elevated privilegesRon Yorston4-12/+71
2025-01-22make: fix detection of target rule with inline commandRon Yorston1-2/+16
2025-01-21make: fix single-suffix inference rule regressionRon Yorston2-3/+24
2025-01-16make: phony targets and double colon rulesRon Yorston1-7/+12
2025-01-16make: minor tweaksRon Yorston1-32/+37
2025-01-14make: support GNU/BSD suffixes and inference rulesRon Yorston3-71/+224
2024-12-31win32: fix compilation with FEATURE_SH_NOFORK disabledRon Yorston2-3/+5
2024-12-30xargs: allow for quotes in commands on WindowsRon Yorston1-2/+103
2024-12-30win32: code shrink quote_arg()Ron Yorston1-24/+20
2024-12-29ash: strip trailing slash from directory if necessaryRon Yorston1-0/+5
2024-12-21cut: code shrinkbusyboxDenys Vlasenko1-6/+5
2024-12-21cut: code shrinkDenys Vlasenko1-9/+13
2024-12-20cut: fix up -D/-s behavior with -FDenys Vlasenko2-5/+36
2024-12-20cut: remove unnecessary initialization of regmatch_tDenys Vlasenko1-1/+1
2024-12-16cut: shorten error messages on bad syntax even moreDenys Vlasenko1-10/+6
2024-12-16cut: shorten error messages on bad syntaxDenys Vlasenko1-3/+3
2024-12-16cut: terminate cut_list[] so that we don't need "size of the array" variableDenys Vlasenko1-20/+25
2024-12-16cut: we can't get empty cut_list[], remove the check for thatDenys Vlasenko1-8/+11
2024-12-15cut: disallow -f '' and -f '-'Denys Vlasenko1-15/+19
2024-12-14cut: fix -F n-m to match toyboxDenys Vlasenko2-3/+28
2024-12-13cut: simplify getopt32 codeDenys Vlasenko1-11/+8
2024-12-13cut: "it's legal to pass an empty list" seems to be untrueDenys Vlasenko1-46/+44
2024-12-13cut: whitespace fixesDenys Vlasenko1-3/+3
2024-12-13cut: tweak commentsDenys Vlasenko1-3/+2
2024-12-13cut: fix handling of -d ''Denys Vlasenko2-1/+13
2024-12-13cut: prevent infinite loop if -F REGEX matches empty delimiterDenys Vlasenko1-1/+3
2024-12-11cut: tweak --helpDenys Vlasenko2-11/+10
2024-12-10cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko2-7/+53
2024-12-10cut: implement --output-delimiterDenys Vlasenko2-10/+49
2024-12-10cut: with -F disabled in .config, don't show it in --helpDenys Vlasenko1-5/+13
2024-12-10cut: comment out code which seems to be not neededDenys Vlasenko1-7/+7
2024-12-10cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko2-7/+27
2024-12-10cut: with -F, do not regcomp() pattern for every fileDenys Vlasenko1-18/+24
2024-12-10cut: rename "cut_lists" to "cut_list"Denys Vlasenko1-19/+20
2024-12-10cut: rename some variables to hopefully better namesDenys Vlasenko1-13/+19
2024-12-10cut: "orig_line" is redundant, remove itDenys Vlasenko1-2/+1
2024-12-10cut: allocate "printed" only if OPT_CHAR or OPT_BYTEDenys Vlasenko1-3/+4
2024-12-10cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0Denys Vlasenko1-5/+6
2024-12-10cut: simplify OPT_ names, eliminate one variableDenys Vlasenko1-24/+27
2024-12-10cut: improve detection of invalid rangesRon Yorston2-12/+12
2024-12-10cut: fix "-s" flag to omit blank linesColin McAllister2-5/+24
2024-12-09hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2-2/+10
2024-12-09libbb: tidy argument checks in getopt32()Ron Yorston1-8/+5
2024-12-09chpst: fix error check of nice(2) callChristian Franke1-1/+2
2024-12-09hush: fix G.argv0_for_re_execing to avoid endless loopHajime Tazaki1-0/+3
2024-11-19ash: match behaviour of cmd.exe in cd builtinRon Yorston3-0/+15
2024-11-08tar: try harder to detect old tar filesRon Yorston1-0/+5
2024-11-07nproc: remove old codeRon Yorston1-3/+1
2024-11-06libarchive: pdpmake requires some ar functionsRon Yorston1-0/+1
2024-10-30win32: drop stream i/o workaroundRon Yorston1-9/+0