aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | libarchive: pdpmake requires some ar functionsRon Yorston2024-11-061-0/+1
* | win32: drop stream i/o workaroundRon Yorston2024-10-301-9/+0
* | win32: try harder to prevent output to stdoutRon Yorston2024-10-291-1/+0
* | win32: more problems with stream i/o and MSVCRTRon Yorston2024-10-291-0/+16
* | ash: fix waiting for status of background jobRon Yorston2024-10-281-1/+0
* | ash: correctly identify nofork applets in error messageRon Yorston2024-10-281-0/+8
* | cut: improve detection of invalid rangesRon Yorston2024-10-281-8/+11
* | win32: update poll(2) to match latest gnulib versionRon Yorston2024-10-251-5/+6
* | win32: workaround for pipe writability in poll(2)Ron Yorston2024-10-251-0/+13
* | make: .WAIT shoudn't have prerequisitesRon Yorston2024-10-231-1/+1
* | cut: detect error when bounds are reversedRon Yorston2024-10-222-1/+11
* | make: enforce restrictions on prerequisites/commandsRon Yorston2024-10-201-9/+45
* | make: changes to .DEFAULT/inference rulesRon Yorston2024-10-202-19/+38
* | make: fix test for empty command in inference ruleRon Yorston2024-10-201-1/+1
* | make: relax definition of comment lineRon Yorston2024-10-181-1/+1
* | make: improve chaining of implicit rulesRon Yorston2024-10-171-3/+19
* | make: look for PDPmakefileRon Yorston2024-10-171-10/+9
* | ash: update commentRon Yorston2024-10-131-1/+0
* | win32: close exec'ing process if possibleRon Yorston2024-10-131-0/+3
* | kill: fix regression in 'kill -9'Ron Yorston2024-10-121-6/+7
* | win32: fix problem interrupting shell loopRon Yorston2024-10-111-11/+13
* | win32: fix regression in chdir(2)Ron Yorston2024-10-101-7/+9
* | id: code shrinkRon Yorston2024-10-093-1/+23
* | test: code shrink supplementary groupsRon Yorston2024-10-092-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2024-10-087-66/+102
|\|
| * hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko2024-10-081-3/+8
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-084-54/+48
| * hush: fix "type ./cat" and "command -v ./cat" to not scan PATHDenys Vlasenko2024-10-071-13/+33
| * hush: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-7/+22
* | libbb: code shrink supplementary group testRon Yorston2024-10-082-0/+10