| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: fix corner cases with exec in empty expansions | Denys Vlasenko | 2018-04-05 | 1 | -17/+26 |
* | hush: less mind-bending set_vars_and_save_old() | Denys Vlasenko | 2018-04-05 | 1 | -71/+101 |
* | hush: "no logic changes" in last commit was not true, fix it up | Denys Vlasenko | 2018-04-05 | 1 | -1/+2 |
* | hush: make run_pipe code simpler to understand, no logic changes | Denys Vlasenko | 2018-04-05 | 1 | -66/+57 |
* | hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f | Denys Vlasenko | 2018-04-05 | 1 | -82/+71 |
* | hush: make var nesting code independent of "local" support | Denys Vlasenko | 2018-04-04 | 1 | -40/+61 |
* | hush: fix for readonly vars in "ro=A ro=B cmd" case | Denys Vlasenko | 2018-04-04 | 1 | -13/+13 |
* | hush: support "f() (cmd)" functions | Denys Vlasenko | 2018-04-03 | 1 | -29/+50 |
* | hush: fix mishandling of "true | f() { echo QWE; }" | Denys Vlasenko | 2018-04-03 | 1 | -0/+9 |
* | hush: fix "set -e; false || x=1; echo OK" | Denys Vlasenko | 2018-04-03 | 1 | -7/+15 |
* | hush: one-word, no-globbing handling of local/export/readonly args | Denys Vlasenko | 2018-04-03 | 1 | -21/+32 |
* | hush: fix a backslash-removal bug in case | Denys Vlasenko | 2018-04-02 | 1 | -3/+5 |
* | hush: remove stray debugging printout | Denys Vlasenko | 2018-04-02 | 1 | -1/+0 |
* | hush: update information comment about heredoc discrepancy | Denys Vlasenko | 2018-04-01 | 1 | -7/+12 |
* | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -2/+2 |
* | hush: add a comment where we differ from bash wrt heredoc EOF mark handling | Denys Vlasenko | 2018-04-01 | 1 | -0/+8 |
* | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko | 2018-04-01 | 1 | -2/+12 |
* | hush: fix heredoc_bkslash_newline1.tests failure | Denys Vlasenko | 2018-03-31 | 1 | -35/+42 |
* | hush: fix a signedness bug | Denys Vlasenko | 2018-03-31 | 1 | -1/+1 |
* | hush: add a FIXME comment | Denys Vlasenko | 2018-03-28 | 1 | -0/+6 |
* | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 2018-03-28 | 1 | -8/+15 |
* | hush: code shrink | Denys Vlasenko | 2018-03-06 | 1 | -6/+7 |
* | hush: fix a='a\\'; echo "${a%\\\\}" | Denys Vlasenko | 2018-03-02 | 1 | -2/+10 |
* | shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests | Denys Vlasenko | 2018-03-02 | 1 | -3/+4 |
* | hush: simplify process_command_subs() | Denys Vlasenko | 2018-02-13 | 1 | -11/+9 |
* | hush: probably fixing a bug in last LINENO fix | Denys Vlasenko | 2018-02-08 | 1 | -11/+6 |
* | hush: LINENO fix | Denys Vlasenko | 2018-02-08 | 1 | -24/+77 |
* | hush: protect against self-modifying trap code | Denys Vlasenko | 2018-01-30 | 1 | -1/+3 |
* | hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash | Denys Vlasenko | 2018-01-27 | 1 | -1/+8 |
* | hush: fix dot builtin to not search current directory | Denys Vlasenko | 2018-01-27 | 1 | -0/+5 |
* | hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 | Denys Vlasenko | 2018-01-25 | 1 | -2/+11 |
* | hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) | Denys Vlasenko | 2018-01-25 | 1 | -10/+17 |
* | hush: fix a case where EXIT trap may modify its code mid-flight | Denys Vlasenko | 2018-01-19 | 1 | -1/+1 |
* | hush: fix build if !BASH_LINENO_VAR | Denys Vlasenko | 2018-01-19 | 1 | -8/+13 |
* | hush: implement $LINENO bashism | Denys Vlasenko | 2018-01-19 | 1 | -2/+54 |
* | hush: fix raw ^C handlisg in single-quoted strings | Denys Vlasenko | 2018-01-13 | 1 | -0/+5 |
* | hush: tweak command -vV printing code, no logic changes | Denys Vlasenko | 2018-01-12 | 1 | -3/+5 |
* | hush: implement "command -v -V" | Denys Vlasenko | 2018-01-12 | 1 | -31/+84 |
* | hush: implement "command" builtin (no options are supported yet) | Denys Vlasenko | 2018-01-11 | 1 | -1/+16 |
* | hush: fix handling of ^C in eval | Denys Vlasenko | 2018-01-11 | 1 | -4/+26 |
* | hush: fix handling of raw ^C in scripts: "echo ^C" | Denys Vlasenko | 2018-01-11 | 1 | -4/+19 |
* | hush: remove dead code | Denys Vlasenko | 2018-01-11 | 1 | -15/+0 |
* | randomconfig fixes | Denys Vlasenko | 2017-12-31 | 1 | -5/+8 |
* | hush: fix comment parsing in `cmd`, closes 10421 | Denys Vlasenko | 2017-10-22 | 1 | -4/+13 |
* | hush: GETOPT_RESET() _after_ getopts too. | Denys Vlasenko | 2017-08-29 | 1 | -1/+2 |
* | hush: reuse "OPTIND=..." string | Denys Vlasenko | 2017-08-29 | 1 | -1/+2 |
* | hush: fix "getopts" builtin to not be upset by other builtins calling getopt() | Denys Vlasenko | 2017-08-29 | 1 | -15/+63 |
* | hush: trivial code shrink in builtin_getopts | Denys Vlasenko | 2017-08-17 | 1 | -4/+5 |
* | ash,hush: comment and debug tweaks, no code changes | Denys Vlasenko | 2017-08-15 | 1 | -1/+1 |
* | hush: implement "silent" optstrings of ":opts" | Denys Vlasenko | 2017-08-11 | 1 | -17/+31 |