summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-08ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko
2021-09-08ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko
2021-09-08ash: parser: Fix handling of empty aliasesDenys Vlasenko
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko
2021-09-07hush: fix var_LINENO3.tests failureDenys Vlasenko
2021-09-07shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko
2021-09-07ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko
2021-09-07ash: fix LINENO in functionsDenys Vlasenko
2021-09-07ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko
2021-09-07hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko
2021-09-07ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko
2021-09-07ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko
2021-09-07ash: add bash-like ERR trap and set -ERoberto A. Foglietta
2021-09-06chat: hopefully fix infinite spinning on input EOFDenys Vlasenko
2021-09-05awk: fix printf %%Daniel Thau
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko
2021-09-04udhcp: add comments, no code changesDenys Vlasenko
2021-09-02examples/var_service/fw/run: allow extif's to be more than one ifaceDenys Vlasenko
2021-09-02ash: regressions in process substitutionRon Yorston
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko
2021-08-29vi: further changes to colon addressesRon Yorston
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko
2021-08-23shuf: tweak --help textDenys Vlasenko
2021-08-23mount: code shrinkDenys Vlasenko
2021-08-23mount: with -w, do not fall back to read-only mountsDenys Vlasenko
2021-08-22tar,smemcap: silence compiler warningRon Yorston
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko
2021-08-22shuf: speed-up when limited output is requestedRon Yorston
2021-08-22vi: code shrink print_literal()Ron Yorston
2021-08-22vi: searches in colon commands should wrapRon Yorston
2021-08-22rev: correct output for long input linesRon Yorston
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko
2021-08-20vi: don't right shift empty linesRon Yorston
2021-08-20vi: support ~/.exrcRon Yorston
2021-08-20vi: changes to handling of -c and EXINITRon Yorston
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko
2021-08-19Start 1.35.0 development cycleDenys Vlasenko
2021-08-19Bump version to 1.34.01_34_0Denys Vlasenko
2021-08-16scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko
2021-08-16fdisk: indentation fixDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-08-16awk: fix testsuiteDenys Vlasenko
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko
2021-08-16tar: fix testsuiteDenys Vlasenko
2021-08-15dd: tweak --helpDenys Vlasenko