aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: enhanced support for SIGPIPEHEADFRP-5579-g5749feb35masterRon Yorston2025-02-081-4/+0
* win32: retry when command needs elevated privilegesRon Yorston2025-02-034-12/+71
* make: fix detection of target rule with inline commandRon Yorston2025-01-221-2/+16
* make: fix single-suffix inference rule regressionRon Yorston2025-01-212-3/+24
* make: phony targets and double colon rulesRon Yorston2025-01-161-7/+12
* make: minor tweaksRon Yorston2025-01-161-32/+37
* make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-143-71/+224
* win32: fix compilation with FEATURE_SH_NOFORK disabledRon Yorston2024-12-312-3/+5
* Merge branch 'busybox' into mergemergeRon Yorston2024-12-307-208/+422
|\
| * cut: code shrinkbusyboxDenys Vlasenko2024-12-211-6/+5
| * cut: code shrinkDenys Vlasenko2024-12-211-9/+13
| * cut: fix up -D/-s behavior with -FDenys Vlasenko2024-12-202-5/+36
| * cut: remove unnecessary initialization of regmatch_tDenys Vlasenko2024-12-201-1/+1
| * cut: shorten error messages on bad syntax even moreDenys Vlasenko2024-12-161-10/+6
| * cut: shorten error messages on bad syntaxDenys Vlasenko2024-12-161-3/+3
| * cut: terminate cut_list[] so that we don't need "size of the array" variableDenys Vlasenko2024-12-161-20/+25
| * cut: we can't get empty cut_list[], remove the check for thatDenys Vlasenko2024-12-161-8/+11
| * cut: disallow -f '' and -f '-'Denys Vlasenko2024-12-151-15/+19
| * cut: fix -F n-m to match toyboxDenys Vlasenko2024-12-142-3/+28
| * cut: simplify getopt32 codeDenys Vlasenko2024-12-131-11/+8
| * cut: "it's legal to pass an empty list" seems to be untrueDenys Vlasenko2024-12-131-46/+44
| * cut: whitespace fixesDenys Vlasenko2024-12-131-3/+3
| * cut: tweak commentsDenys Vlasenko2024-12-131-3/+2
| * cut: fix handling of -d ''Denys Vlasenko2024-12-132-1/+13
| * cut: prevent infinite loop if -F REGEX matches empty delimiterDenys Vlasenko2024-12-131-1/+3
| * cut: tweak --helpDenys Vlasenko2024-12-112-11/+10
| * cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko2024-12-102-7/+53
| * cut: implement --output-delimiterDenys Vlasenko2024-12-102-10/+49
| * cut: with -F disabled in .config, don't show it in --helpDenys Vlasenko2024-12-101-5/+13
| * cut: comment out code which seems to be not neededDenys Vlasenko2024-12-101-7/+7
| * cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko2024-12-102-7/+27
| * cut: with -F, do not regcomp() pattern for every fileDenys Vlasenko2024-12-101-18/+24
| * cut: rename "cut_lists" to "cut_list"Denys Vlasenko2024-12-101-19/+20
| * cut: rename some variables to hopefully better namesDenys Vlasenko2024-12-101-13/+19
| * cut: "orig_line" is redundant, remove itDenys Vlasenko2024-12-101-2/+1
| * cut: allocate "printed" only if OPT_CHAR or OPT_BYTEDenys Vlasenko2024-12-101-3/+4
| * cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0Denys Vlasenko2024-12-101-5/+6
| * cut: simplify OPT_ names, eliminate one variableDenys Vlasenko2024-12-101-24/+27
| * cut: improve detection of invalid rangesRon Yorston2024-12-102-12/+12
| * cut: fix "-s" flag to omit blank linesColin McAllister2024-12-102-5/+24
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-092-2/+10
| * libbb: tidy argument checks in getopt32()Ron Yorston2024-12-091-8/+5
| * chpst: fix error check of nice(2) callChristian Franke2024-12-091-1/+2
| * hush: fix G.argv0_for_re_execing to avoid endless loopHajime Tazaki2024-12-091-0/+3
* | xargs: allow for quotes in commands on WindowsRon Yorston2024-12-301-2/+103
* | win32: code shrink quote_arg()Ron Yorston2024-12-301-24/+20
* | ash: strip trailing slash from directory if necessaryRon Yorston2024-12-291-0/+5
* | ash: match behaviour of cmd.exe in cd builtinRon Yorston2024-11-193-0/+15
* | tar: try harder to detect old tar filesRon Yorston2024-11-081-0/+5
* | nproc: remove old codeRon Yorston2024-11-071-3/+1