- 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
- d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
- 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
- ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
- 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
- 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
- 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
- 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
- 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
- d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
- 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
- a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
- e6f51ac hush: fix "wait -n" to wait for a _job_, not a _process_ by Denys Vlasenko · 6 years ago
- 4d1c514 hush: add "wait -n" bashism by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
- b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
- 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
- c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
- 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
- 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
- fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
- e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
- c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
- 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
- a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
- a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
- aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
- 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
- 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
- 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
- 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
- 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
- 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
- dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
- 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
- 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
- d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
- f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
- 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
- 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
- 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
- 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
- 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
- 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
- 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
- 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
- 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
- e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
- 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
- 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
- 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
- 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago
- b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
- b0441a7 hush: shrink code in builtin_eval by Denys Vlasenko · 6 years ago
- 35a017c hush: unset_local_var_len is only used by unset_local_var by Denys Vlasenko · 6 years ago
- b2b14cb hush: fix compile problem found by randomconfig by Denys Vlasenko · 6 years ago
- d1a8323 hush: fix dup_CLOEXEC() call without "avoid_fd" parameter by Denys Vlasenko · 6 years ago
- c96bb2c hush: fix for !ENABLE_HUSH_MODE_X configuration by Denys Vlasenko · 6 years ago
- 99496dc hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled by Denys Vlasenko · 6 years ago
- 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
- f693b60 hush: fix recent breakage from parse_stream() changes by Denys Vlasenko · 7 years ago
- 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
- 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
- 0403bed hush: optimize parse_stream() by Denys Vlasenko · 7 years ago
- 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
- 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
- 4709df0 hush: fix handling of \<eof> in double-quoted strings by Denys Vlasenko · 7 years ago
- bcf5611 hush: fix eval 'echo ok\' by Denys Vlasenko · 7 years ago
- 92a930b hush: simplify \<newline> code, part 3 by Denys Vlasenko · 7 years ago
- e8b1bc0 hush: simplify \<newline> code, part 2 by Denys Vlasenko · 7 years ago
- 1c57269 hush: simplify \<newline> code, part 1 by Denys Vlasenko · 7 years ago
- 09b7a7e hush: put "current word" structure into parsing context by Denys Vlasenko · 7 years ago
- 9db344a hush: fix var_leaks.tests and var_preserved.tests on NOMMU by Denys Vlasenko · 7 years ago
- eb0de05 hush: fix func_return2.tests on NOMMU by Denys Vlasenko · 7 years ago
- 8d6eab3 hush: fix prompt in multi-line $(()) by Denys Vlasenko · 7 years ago
- f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
- 00bd767 hush: if we did match "LINENO" or "OPTIND", stop further comparisons by Denys Vlasenko · 7 years ago
- cf079ff hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND by Denys Vlasenko · 7 years ago
- de02625 hush: update to correctly handle changed var_bash[346].tests by Denys Vlasenko · 7 years ago
- f2ed39b hush: implement "hush -s" by Denys Vlasenko · 7 years ago
- 21b7f1b hush: fix a few more corner cases with empty-expanding `cmds` by Denys Vlasenko · 7 years ago
- 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
- 929a41d hush: less mind-bending set_vars_and_save_old() by Denys Vlasenko · 7 years ago
- 4e1dc53 hush: "no logic changes" in last commit was not true, fix it up by Denys Vlasenko · 7 years ago
- 34f6b12 hush: make run_pipe code simpler to understand, no logic changes by Denys Vlasenko · 7 years ago
- d358b0b hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f by Denys Vlasenko · 7 years ago
- 332e411 hush: make var nesting code independent of "local" support by Denys Vlasenko · 7 years ago
- 6140780 hush: fix for readonly vars in "ro=A ro=B cmd" case by Denys Vlasenko · 7 years ago
- fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
- 49015a6 hush: fix mishandling of "true | f() { echo QWE; }" by Denys Vlasenko · 7 years ago
- 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
- 11752d4 hush: one-word, no-globbing handling of local/export/readonly args by Denys Vlasenko · 7 years ago
- abf7556 hush: fix a backslash-removal bug in case by Denys Vlasenko · 7 years ago
- 8b536eb hush: remove stray debugging printout by Denys Vlasenko · 7 years ago
- e84212f hush: update information comment about heredoc discrepancy by Denys Vlasenko · 7 years ago