aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeHEADmergemasterRon Yorston27 hours3-97/+209
|\
| * ls: don't do unnecessary tty operations when called from ftpdDenys Vlasenko2025-08-011-5/+13
| * ls: code shrinkDenys Vlasenko2025-08-011-19/+20
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-011-12/+38
| * ls: lack of -q should not suppress -QDenys Vlasenko2025-07-311-4/+6
| * ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2025-07-311-60/+111
| * date: return failure exit code on clock_settime errorLadislav Michl2025-07-301-1/+1
| * sha384sum: new appletAndy Knowles2025-07-301-17/+41
* | Merge branch 'busybox' into mergeRon Yorston6 days1-2/+5
|\|
| * df: -k overrides block size to 1k even if $POSIXLY_CORRECTDenys Vlasenko2025-07-011-2/+5
* | tls: whitespace fixesRon Yorston8 days1-2/+2
* | tls: add Schannel implementationrfl8909 days1-1/+5
* | stty: enable a minimal Windows implementationRon Yorston2025-07-251-3/+145
* | df: enable -a and -B optionsRon Yorston2025-07-021-6/+20
* | truncate: make new region of file sparseRon Yorston2025-06-161-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-12-301-183/+272
|\|
| * cut: code shrinkDenys Vlasenko2024-12-211-6/+5
| * cut: code shrinkDenys Vlasenko2024-12-211-9/+13
| * cut: fix up -D/-s behavior with -FDenys Vlasenko2024-12-201-3/+3
| * 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-141-0/+10
| * 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-131-1/+1
| * cut: prevent infinite loop if -F REGEX matches empty delimiterDenys Vlasenko2024-12-131-1/+3
| * cut: tweak --helpDenys Vlasenko2024-12-111-9/+8
| * cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko2024-12-101-7/+27
| * cut: implement --output-delimiterDenys Vlasenko2024-12-101-2/+25
| * 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-101-5/+18
| * 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-101-11/+8
| * cut: fix "-s" flag to omit blank linesColin McAllister2024-12-101-5/+15
* | nproc: remove old codeRon Yorston2024-11-071-3/+1
* | cut: improve detection of invalid rangesRon Yorston2024-10-281-8/+11
* | cut: detect error when bounds are reversedRon Yorston2024-10-221-0/+7