Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
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-02ash: regressions in process substitutionRon Yorston
2021-08-15hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko
2021-07-27hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko
2021-07-27hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko
2021-07-27shell: update psubst testcasesDenys Vlasenko
2021-07-27hush: add missed "undef"Denys Vlasenko
2021-07-26hush: implement $'str' bashismDenys Vlasenko
2021-07-25ahell: update testsuiteDenys Vlasenko
2021-07-25ash: speed up ${v//pattern/repl}Denys Vlasenko
2021-07-22ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko
2021-06-25ash: parser: Fix VSLENGTH parsing with trailing garbageDenys Vlasenko
2021-06-25ash: revert accidental change (should have been separate)Denys Vlasenko
2021-06-23e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko
2021-06-19hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko
2021-06-15hush: fix handling of "cmd && &"Denys Vlasenko
2021-06-15hush: fix handling of \^C and "^C"Denys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-06ash: save Ron's patch from oblivionDenys Vlasenko
2021-06-06shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko
2021-06-06ash: add process substitution in bash-compatibility modeRon Yorston
2021-06-05shell: also do word splitting when -d DELIM is usedEicke Herbertz
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko
2021-03-10hush: make LINENO selectable without BASH-COMPATDenys Vlasenko
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-09ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko
2021-01-09ash: fix ${unset_var/pattern/repl}Denys Vlasenko
2021-01-04ash: improve --helpDenys Vlasenko
2021-01-04hush: code shrinkDenys Vlasenko
2021-01-03ash: code shrinkDenys Vlasenko
2021-01-03ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko
2020-12-31libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-27hush: make comment more clearDenys Vlasenko
2020-12-25typo fixDenys Vlasenko
2020-12-25hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko
2020-12-25hush: if !EDITING, do not regenerate prompt for every input charDenys Vlasenko
2020-12-24ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko
2020-12-24hush: fix ^C in INTERACTIVE, !EDITING configDenys Vlasenko
2020-12-24hush: revert "make interactive ^C break out of PS2 mode"Denys Vlasenko
2020-12-23hush: fix PS1 prompth in !EDITING configDenys Vlasenko
2020-12-23hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko
2020-12-23shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko
2020-12-23hush: fix commentDenys Vlasenko