Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-24 | ash: fix a bug where redirection fds were not closed afterwards. | Denis Vlasenko | |
optimize close+fcntl(DUPFD) into dup2. add testsuites. function old new delta copyfd 47 68 +21 argstr 1311 1298 -13 popredir 148 131 -17 redirect 1139 1107 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 21/-62) Total: -41 bytes | |||
2008-06-05 | ash testsuite: modify it so that it can run hush and msh tests | Denis Vlasenko | |
2008-02-15 | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko | |
2008-02-13 | ash: add a testcase for recently fixed signal bug | Denis Vlasenko | |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-05 | small ash testsuite, adapted from bash | Denis Vlasenko | |
(only a small part of it, actually) |