| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko | 2018-04-11 | 1 | -1/+1 |
* | hush: fix corner cases with exec in empty expansions | Denys Vlasenko | 2018-04-05 | 2 | -0/+4 |
* | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 2018-03-28 | 6 | -0/+33 |
* | ash: significant overhaul of redirect saving logic | Denys Vlasenko | 2017-07-31 | 5 | -2/+17 |
* | shell: sync redir/* tests | Denys Vlasenko | 2017-07-06 | 2 | -0/+17 |
* | ash: rename redir5.tests (hush has redir5.tests which is different) | Denys Vlasenko | 2017-07-06 | 3 | -2/+2 |
* | ash: fix open fds leaking in redirects. Closes 9561 | Denys Vlasenko | 2017-01-07 | 2 | -0/+16 |
* | sh testsuite: sync ash-redir/ and hush-redir/ | Denys Vlasenko | 2016-10-02 | 6 | -0/+115 |
* | sh testsuite: create hush-redir/* and move files around | Denys Vlasenko | 2016-10-02 | 6 | -0/+91 |
* | ash testsuite: remove two more inadvertent bashisms | Denys Vlasenko | 2016-10-01 | 2 | -7/+7 |
* | ash: fix a bug in >${varexp} handling. Closes 5282 | Denys Vlasenko | 2012-06-09 | 2 | -0/+13 |
* | echo: do not retry on write errors | Denys Vlasenko | 2011-02-07 | 1 | -0/+1 |
* | ash: add a testcase for bug 2281 (currently fails). Small code cleanups. | Denys Vlasenko | 2010-08-05 | 1 | -0/+0 |
* | ash: <> redir should not truncate | Andreas Bühmann | 2010-06-24 | 2 | -0/+6 |
* | ash: fix testsuite false positives | Denys Vlasenko | 2010-05-18 | 3 | -3/+3 |
* | add a testcase for reopened bug 585 (not fixed yet) | Denys Vlasenko | 2009-09-16 | 3 | -1/+21 |
* | ash: add testsuite for bug 585 | Denys Vlasenko | 2009-08-29 | 2 | -0/+13 |
* | ash: fix "(cat < file)" hang introduced by rev 22944. | Denis Vlasenko | 2008-08-16 | 2 | -0/+5 |
* | ash: testsuite entries for last change | Denis Vlasenko | 2008-07-25 | 2 | -0/+5 |
* | ash: prevent exec NN>&- from closing fd used for script reading | Denis Vlasenko | 2008-07-24 | 2 | -0/+73 |
* | ash: fix a bug where redirection fds were not closed afterwards. | Denis Vlasenko | 2008-07-24 | 4 | -0/+14 |
* | reinstate redir.tests with correct perms | Denis Vlasenko | 2008-02-13 | 1 | -0/+6 |
* | ash: add a testcase for recently fixed signal bug | Denis Vlasenko | 2008-02-13 | 1 | -6/+0 |
* | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko | 2007-11-22 | 2 | -0/+7 |