Denis Vlasenko
|
5a867317bb
|
ash: fix a bug where redirection fds were not closed afterwards.
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-07-24 19:46:38 +00:00 |
|
Denis Vlasenko
|
66d56c565e
|
ash testsuite: modify it so that it can run hush and msh tests
|
2008-06-05 09:07:02 +00:00 |
|
Denis Vlasenko
|
0e6f661e23
|
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
|
2008-02-15 15:02:15 +00:00 |
|
Denis Vlasenko
|
81887e2342
|
ash: add a testcase for recently fixed signal bug
|
2008-02-13 18:09:56 +00:00 |
|
Denis Vlasenko
|
c86e052b81
|
fix accumulated whitespace and indentation damage
|
2007-03-20 11:30:28 +00:00 |
|
Denis Vlasenko
|
1c660b4bd2
|
small ash testsuite, adapted from bash
(only a small part of it, actually)
|
2007-03-05 00:27:50 +00:00 |
|