1. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 10 months ago
  2. 2180656 hush: restore redirected stdin by Denys Vlasenko · 5 years ago
  3. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  4. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  5. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  6. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  7. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  8. 111cdcf shell: sync redir/* tests by Denys Vlasenko · 7 years ago
  9. 1ff1a75 ash: rename redir5.tests (hush has redir5.tests which is different) by Denys Vlasenko · 7 years ago
  10. 86584e1 ash: fix open fds leaking in redirects. Closes 9561 by Denys Vlasenko · 8 years ago
  11. df303ae sh testsuite: sync ash-redir/ and hush-redir/ by Denys Vlasenko · 8 years ago
  12. c4cf542 sh testsuite: create hush-redir/* and move files around by Denys Vlasenko · 8 years ago
  13. 1b8e0e8 ash testsuite: remove two more inadvertent bashisms by Denys Vlasenko · 8 years ago
  14. f451b2c ash: fix a bug in >${varexp} handling. Closes 5282 by Denys Vlasenko · 13 years ago
  15. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  16. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  17. da75f44 ash: <> redir should not truncate by Andreas Bühmann · 14 years ago
  18. 5e2d572 ash: fix testsuite false positives by Denys Vlasenko · 15 years ago
  19. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  20. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  21. 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
  22. 2b2e267 ash: testsuite entries for last change by Denis Vlasenko · 16 years ago
  23. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  24. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  25. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  26. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  27. 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago