aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-08-108-8/+8
|\
| * introduce and use exitcode_tDenys Vlasenko2023-07-178-8/+8
* | nproc: fix build with long options disabledRon Yorston2023-08-061-2/+2
* | date: allow system date to be setRon Yorston2023-07-161-25/+0
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1372-86/+86
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-1072-86/+86
* | Merge branch 'busybox' into mergeRon Yorston2023-06-162-43/+86
|\|
| * od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-262-11/+20
| * od: actually remove -IL from --help, as comment saysDenys Vlasenko2023-05-261-1/+1
| * od: support -DOHXILDenys Vlasenko2023-05-262-17/+30
| * libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+1
| * od: fix default format, shrinkDenys Vlasenko2023-05-261-20/+22
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-16/+17
| * od: implement -BDenys Vlasenko2023-05-251-11/+12
| * od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-252-2/+6
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-21/+34
| * od: fix -ODavid Leonard2023-05-251-1/+1
* | Fixes for old mingw-w64Ron Yorston2023-06-141-1/+1
* | ls: code shrinkRon Yorston2023-06-071-10/+11
* | ls: check whether link is hiddenRon Yorston2023-06-061-0/+17
* | ls: allow hidden system files to be omittedRon Yorston2023-06-011-2/+14
* | Merge branch 'busybox' into mergeRon Yorston2023-05-232-41/+39
|\|
| * readlink: code shrinkDenys Vlasenko2023-05-071-5/+4
| * factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko2023-04-231-36/+35
* | win32: changes to signal handlingRon Yorston2023-05-231-2/+2
* | timeout: code shrinkRon Yorston2023-05-231-2/+6
* | yes: detect pipe fail errorRon Yorston2023-04-271-4/+5
* | dd: omit direct flagRon Yorston2023-04-181-4/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-04-175-27/+92
|\|
| * readlink: support --, -n alwaysEric Blake2023-04-161-17/+12
| * tr: display usage for incorrect argumentsRon Yorston2023-04-161-1/+1
| * shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko2023-04-131-8/+4
| * shuf: fix pfx_len calculationDenys Vlasenko2023-04-121-1/+1
| * shuf: remove redundant codeDenys Vlasenko2023-04-121-2/+0
| * shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko2023-04-121-6/+58
| * sleep: fix error exit when called as "sh" builtinDenys Vlasenko2023-04-121-1/+2
| * seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-111-2/+6
| * seq: accept negative parametersDenys Vlasenko2023-04-101-2/+21
* | Merge branch 'busybox' into mergeRon Yorston2023-04-092-2/+15
|\|
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+14
| * hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
* | win32: only count subdirectories if necessaryRon Yorston2023-01-232-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2023-01-052-4/+20
|\|
| * mv: fix error in !VERBOSE configsDenys Vlasenko2023-01-021-2/+2
| * Fix non-Linux buildsSamuel Thibault2022-11-291-2/+18
* | Merge branch 'busybox' into mergeRon Yorston2022-10-125-13/+18
|\|
| * *: style fixDenys Vlasenko2022-08-302-2/+2
| * ash: optional sleep builtinShawn Landden2022-08-271-0/+1
| * sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-4/+5
| * sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-2/+2