aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tar,smemcap: silence compiler warningRon Yorston2021-08-221-1/+1
* Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-223-3/+3
* shuf: speed-up when limited output is requestedRon Yorston2021-08-221-14/+15
* vi: code shrink print_literal()Ron Yorston2021-08-221-17/+2
* vi: searches in colon commands should wrapRon Yorston2021-08-221-2/+7
* rev: correct output for long input linesRon Yorston2021-08-222-0/+47
* tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-204-44/+39
* vi: don't right shift empty linesRon Yorston2021-08-201-2/+2
* vi: support ~/.exrcRon Yorston2021-08-201-8/+33
* vi: changes to handling of -c and EXINITRon Yorston2021-08-201-58/+65
* udhcp: fix build breakage on MIPSDenys Vlasenko2021-08-201-12/+0
* Start 1.35.0 development cycleDenys Vlasenko2021-08-191-2/+2
* Bump version to 1.34.01_34_0Denys Vlasenko2021-08-191-1/+1
* scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko2021-08-161-3/+8
* fdisk: indentation fixDenys Vlasenko2021-08-161-4/+4
* busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko2021-08-161-1/+5
* awk: fix testsuiteDenys Vlasenko2021-08-161-1/+1
* vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko2021-08-161-0/+1
* tar: fix testsuiteDenys Vlasenko2021-08-161-7/+10
* dd: tweak --helpDenys Vlasenko2021-08-151-2/+2
* dd: fix testsuiteDenys Vlasenko2021-08-151-0/+2
* *: remove remains of FEATURE_TOUCH_NODEREFDenys Vlasenko2021-08-153-5/+0
* taskset: disallow "taskset -p 0"Denys Vlasenko2021-08-151-2/+2
* touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko2021-08-151-0/+2
* cut: fix testsuiteDenys Vlasenko2021-08-151-0/+2
* hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko2021-08-151-1/+1
* traceroute: fix compile error due to FreeBSD compatDenys Vlasenko2021-08-151-1/+6
* cp: fix build failure with long options disabledRon Yorston2021-08-151-3/+1
* tar: exclude files before updating hardlink info listHarald van Dijk2021-08-021-5/+5
* tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko2021-08-021-6/+7
* hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko2021-07-271-5/+4
* hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko2021-07-272-2/+14
* shell: update psubst testcasesDenys Vlasenko2021-07-278-6/+53
* hush: add missed "undef"Denys Vlasenko2021-07-271-3/+3
* hush: implement $'str' bashismDenys Vlasenko2021-07-267-1/+138
* ahell: update testsuiteDenys Vlasenko2021-07-257-3/+33
* ash: speed up ${v//pattern/repl}Denys Vlasenko2021-07-251-7/+10
* ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-07-221-3/+27
* cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-202-97/+174
* awk: whitespace and debugging tweaksDenys Vlasenko2021-07-141-67/+66
* vi: remove redundant assignmentDenys Vlasenko2021-07-141-1/+0
* awk: disallow break/continue outside of loopsDenys Vlasenko2021-07-142-9/+6
* awk: tighten parsing - disallow extra semicolonsDenys Vlasenko2021-07-141-16/+24
* vi: fix regex search compilation errorRon Yorston2021-07-131-1/+1
* vi: somewhat more readable code, no logic changesDenys Vlasenko2021-07-131-8/+9
* vi: allow delimiter in ':s' to be escapedRon Yorston2021-07-131-2/+17
* vi: allow regular expressions in ':s' commandsDenys Vlasenko2021-07-131-15/+116
* vi: improve handling of anchored searchesRon Yorston2021-07-131-0/+2
* vi: use basic regular expressions for searchRon Yorston2021-07-131-2/+2
* vi: allow 'gg' to specify a rangeRon Yorston2021-07-131-1/+2