| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: fix corner cases with exec in empty expansions | Denys Vlasenko | 2018-04-05 | 5 | -17/+35 |
* | 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 | 5 | -82/+93 |
* | 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 | 3 | -13/+21 |
* | ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit | Denys Vlasenko | 2018-04-04 | 1 | -1/+3 |
* | hush: support "f() (cmd)" functions | Denys Vlasenko | 2018-04-03 | 6 | -40/+59 |
* | 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 | 5 | -7/+43 |
* | hush: one-word, no-globbing handling of local/export/readonly args | Denys Vlasenko | 2018-04-03 | 1 | -21/+32 |
* | ash: parser: Fix parameter expansion inside inner double quotes | Denys Vlasenko | 2018-04-02 | 3 | -2/+8 |
* | hush: fix a backslash-removal bug in case | Denys Vlasenko | 2018-04-02 | 5 | -3/+37 |
* | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko | 2018-04-02 | 5 | -4/+13 |
* | ash: redir: Fix typo in noclobber code | Denys Vlasenko | 2018-04-02 | 1 | -1/+1 |
* | ash: parser: Fix single-quoted patterns in here-documents | Denys Vlasenko | 2018-04-02 | 3 | -1/+16 |
* | hush: remove stray debugging printout | Denys Vlasenko | 2018-04-02 | 1 | -1/+0 |
* | ash: parser: Add syntax stack for recursive parsing | Denys Vlasenko | 2018-04-02 | 19 | -121/+168 |
* | 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 | 3 | -15/+8 |
* | parser: Fix backquote support in here-document EOF mark | Denys Vlasenko | 2018-04-01 | 5 | -0/+36 |
* | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko | 2018-04-01 | 10 | -3/+53 |
* | shells: fix var_LINENO1.tests false positive, add it to ash tests too | Denys Vlasenko | 2018-03-31 | 3 | -1/+15 |
* | hush: fix heredoc_bkslash_newline1.tests failure | Denys Vlasenko | 2018-03-31 | 1 | -35/+42 |
* | ash: use pgetc_eatbnl() in more places | Denys Vlasenko | 2018-03-31 | 7 | -35/+191 |
* | ash: 'nolog' and 'debug' options cause "$-" to wreak havoc | Martijn Dekker | 2018-03-31 | 1 | -1/+1 |
* | hush: fix a signedness bug | Denys Vlasenko | 2018-03-31 | 1 | -1/+1 |
* | ash,hush: new test dollar_repl_slash_bash2.tests | Denys Vlasenko | 2018-03-30 | 4 | -0/+6 |
* | ash: fix "char == CTLfoo" comparison signedness bug | Denys Vlasenko | 2018-03-30 | 1 | -3/+3 |
* | ash: use F_DUPFD_CLOEXEC and O_CLOEXEC | Denys Vlasenko | 2018-03-30 | 1 | -9/+16 |
* | 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 | 14 | -13/+92 |
* | hush: code shrink | Denys Vlasenko | 2018-03-06 | 1 | -6/+7 |
* | hush: fix a='a\\'; echo "${a%\\\\}" | Denys Vlasenko | 2018-03-02 | 10 | -3/+39 |
* | shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests | Denys Vlasenko | 2018-03-02 | 8 | -5/+50 |
* | shell: two new tests, both fail for ash and hush | Denys Vlasenko | 2018-03-02 | 8 | -0/+44 |
* | hush: simplify process_command_subs() | Denys Vlasenko | 2018-02-13 | 1 | -11/+9 |
* | ash : fix double-quoted "\z" handling | Denys Vlasenko | 2018-02-13 | 5 | -6/+113 |
* | 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 |
* | ash: make it possible to disable "const global ptr" optimization | Denys Vlasenko | 2018-01-28 | 1 | -3/+16 |
* | shell: handle $((NUM++...) like bash does. Closes 10706 | Denys Vlasenko | 2018-01-28 | 9 | -14/+57 |
* | ash: add LINENO support | Denys Vlasenko | 2018-01-27 | 4 | -534/+99 |
* | hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash | Denys Vlasenko | 2018-01-27 | 2 | -3/+10 |
* | hush: fix dot builtin to not search current directory | Denys Vlasenko | 2018-01-27 | 1 | -0/+5 |
* | ash: introduce a config option to search current directory for sourced files | Denys Vlasenko | 2018-01-26 | 1 | -1/+12 |
* | ash testsuite: add two hush tests from last commit | Denys Vlasenko | 2018-01-25 | 4 | -0/+10 |