aboutsummaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-30shuf: silence compiler warningRon Yorston1-1/+1
2021-08-29vi: further changes to colon addressesRon Yorston1-49/+83
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2-8/+10
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko1-10/+28
2021-08-27win32: code shrinkRon Yorston1-0/+2
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko1-0/+3
2021-08-23shuf: tweak --help textDenys Vlasenko1-4/+4
2021-08-23mount: code shrinkDenys Vlasenko1-4/+4
2021-08-23mount: with -w, do not fall back to read-only mountsDenys Vlasenko1-7/+15
2021-08-22tar,smemcap: silence compiler warningRon Yorston1-1/+1
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko3-3/+3
2021-08-22shuf: speed-up when limited output is requestedRon Yorston1-14/+15
2021-08-22vi: skip permission check on .exrcRon Yorston1-0/+4
2021-08-22vi: code shrink print_literal()Ron Yorston1-17/+2
2021-08-22vi: searches in colon commands should wrapRon Yorston1-2/+7
2021-08-22rev: correct output for long input linesRon Yorston2-0/+47
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko4-44/+39
2021-08-20vi: don't right shift empty linesRon Yorston1-2/+2
2021-08-20vi: support ~/.exrcRon Yorston1-8/+33
2021-08-20vi: changes to handling of -c and EXINITRon Yorston1-58/+65
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko1-12/+0
2021-08-19Start 1.35.0 development cycleDenys Vlasenko1-2/+2
2021-08-19Bump version to 1.34.01_34_0Denys Vlasenko1-1/+1
2021-08-16scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko1-3/+8
2021-08-16fdisk: indentation fixDenys Vlasenko1-4/+4
2021-08-16busybox: bring help handling into line with upstreamRon Yorston1-5/+5
2021-08-16win32: code shrink uname(2)Ron Yorston1-8/+4
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko1-1/+5
2021-08-16awk: fix testsuiteDenys Vlasenko1-1/+1
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko1-0/+1
2021-08-16tar: fix testsuiteDenys Vlasenko1-7/+10
2021-08-15dd: tweak --helpDenys Vlasenko1-2/+2
2021-08-15dd: fix testsuiteDenys Vlasenko1-0/+2
2021-08-15*: remove remains of FEATURE_TOUCH_NODEREFDenys Vlasenko3-5/+0
2021-08-15taskset: disallow "taskset -p 0"Denys Vlasenko1-2/+2
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko1-0/+2
2021-08-15cut: fix testsuiteDenys Vlasenko1-0/+2
2021-08-15hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko1-1/+1
2021-08-15traceroute: fix compile error due to FreeBSD compatDenys Vlasenko1-1/+6
2021-08-15cp: fix build failure with long options disabledRon Yorston1-3/+1
2021-08-15printf: improved error handlingRon Yorston1-19/+23
2021-08-15win32: implement utimes(2) using utimensat(2)Ron Yorston1-38/+18
2021-08-14win32: tidy up fetching of system directoryRon Yorston1-14/+17
2021-08-14win32: code shrinkRon Yorston1-14/+14
2021-08-13win32: treat devices as character special filesRon Yorston1-1/+3
2021-08-12find_mount_point: code shrinkRon Yorston1-8/+2
2021-08-12win32: better handling of nested symlinksRon Yorston3-0/+14
2021-08-11timeout: make child handle staticRon Yorston1-1/+1
2021-08-10nproc: code shrinkRon Yorston1-24/+12
2021-08-09win32: code shrink character class detectionRon Yorston5-18/+83