- af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
- 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 5 years ago
- 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 5 years ago
- c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 5 years ago
- ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 5 years ago
- 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
- 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
- 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
- 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 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
- 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
- 8b35f20 shell: move all definitions of strto_arith_t() together 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
- 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
- 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works 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
- 9bf6780 shell: add TODO comment about BASE#nnn literals by Denys Vlasenko · 6 years ago
- 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
- 63d765e shells: add tests for backslashes in export VAR=VAL 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
- 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
- 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
- a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
- a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
- 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
- d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
- 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
- 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
- d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
- a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
- e48559e ash: distinguish 'wait -n' from other bashisms 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
- 966f087 ash: add "wait -n" bashism by Denys Vlasenko · 6 years ago
- 4d1c514 hush: add "wait -n" bashism by Denys Vlasenko · 6 years ago
- f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 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
- 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
- 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
- e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
- 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
- 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
- b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
- ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
- 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
- aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
- 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 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
- eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
- 77c1849 hush: adopt ash's quote_in_varexp1.tests by Denys Vlasenko · 6 years ago
- 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
- 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
- 58eb805 ash: parser: Fix parsing of ${} 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
- 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
- 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
- 9abf53b ash: eval: Variable assignments on functions are no longer persistent 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
- 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message 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