- 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
- 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
- bb6f573 hush: add a comment where we differ from bash wrt heredoc EOF mark handling by Denys Vlasenko · 7 years ago
- 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
- a94eeb0 hush: fix heredoc_bkslash_newline1.tests failure by Denys Vlasenko · 7 years ago
- 6ffaa00 hush: fix a signedness bug by Denys Vlasenko · 7 years ago
- d1b8457 hush: add a FIXME comment by Denys Vlasenko · 7 years ago
- 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
- 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
- d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
- 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
- aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
- f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
- 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
- 749575d hush: protect against self-modifying trap code by Denys Vlasenko · 7 years ago
- 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
- f7e0fea hush: fix dot builtin to not search current directory by Denys Vlasenko · 7 years ago
- cba79a8 hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 by Denys Vlasenko · 7 years ago
- 0ca3198 hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) by Denys Vlasenko · 7 years ago
- 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
- b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
- 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
- 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
- afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
- 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
- 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
- 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
- 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
- aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
- 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
- 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
- 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
- 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
- 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
- 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
- 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
- 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
- d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
- 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
- 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
- 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
- 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
- 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
- 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
- c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago