Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix recent breakage from parse_stream() changes | Denys Vlasenko | 2018-04-11 | 2 | -0/+5 |
* | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko | 2018-04-11 | 2 | -0/+2 |
* | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko | 2018-04-02 | 2 | -0/+3 |
* | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko | 2018-04-01 | 4 | -0/+20 |
* | hush: fix comment parsing in `cmd`, closes 10421 | Denys Vlasenko | 2017-10-22 | 2 | -0/+17 |
* | hush: do not accept "if() { echo; }" function def | Denys Vlasenko | 2017-08-02 | 2 | -0/+12 |
* | ash: add all hush parsing tests to ast tests | Denys Vlasenko | 2017-07-24 | 48 | -0/+313 |
* | shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" | Denys Vlasenko | 2017-07-15 | 1 | -1/+0 |
* | hush: fix and_or_and_backgrounding.tests failure | Denys Vlasenko | 2017-07-15 | 2 | -0/+35 |