Denys Vlasenko
|
8ee2adab21
|
echo: do not retry on write errors
function old new delta
echo_main 297 336 +39
stpcpy - 22 +22
run_pipe 1561 1566 +5
pseudo_exec_argv 187 192 +5
hush_exit 75 80 +5
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 4/0 up/down: 98/0) Total: 76 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-02-07 02:03:51 +01:00 |
|
Denys Vlasenko
|
b0fbe4b540
|
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
function old new delta
changepath 195 192 -3
subevalvar 1204 1200 -4
readtoken1 3247 3240 -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-14) Total: -14 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-08-05 17:19:27 +02:00 |
|
Andreas Bühmann
|
da75f44844
|
ash: <> redir should not truncate
Signed-off-by: Andreas Bühmann <buehmann@users.berlios.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-06-24 04:32:37 +02:00 |
|
Denys Vlasenko
|
5e2d572381
|
ash: fix testsuite false positives
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-18 14:11:21 +02:00 |
|
Denys Vlasenko
|
795633463a
|
add a testcase for reopened bug 585 (not fixed yet)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-09-16 14:04:07 +02:00 |
|
Denys Vlasenko
|
9f2e82ad2e
|
ash: add testsuite for bug 585
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-08-29 20:37:09 +02:00 |
|
Denis Vlasenko
|
34c73c499b
|
ash: fix "(cat < file)" hang introduced by rev 22944.
|
2008-08-16 11:48:02 +00:00 |
|
Denis Vlasenko
|
2b2e267b43
|
ash: testsuite entries for last change
|
2008-07-25 13:40:06 +00:00 |
|
Denis Vlasenko
|
22f7414843
|
ash: prevent exec NN>&- from closing fd used for script reading
|
2008-07-24 22:34:43 +00:00 |
|
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
|
65eb550024
|
reinstate redir.tests with correct perms
|
2008-02-13 18:10:46 +00:00 |
|
Denis Vlasenko
|
81887e2342
|
ash: add a testcase for recently fixed signal bug
|
2008-02-13 18:09:56 +00:00 |
|
Denis Vlasenko
|
7d75a96b15
|
ash: fix bug where redirection of closed fd was leaving it open afterwards.
redirect 983 1024 +41
bb_echo 276 301 +25
popredir 118 132 +14
evalcommand 1163 1176 +13
bbunpack 358 366 +8
echocmd 13 5 -8
echo_main 13 5 -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/2 up/down: 101/-16) Total: 85 bytes
text data bss dec hex filename
774999 962 9236 785197 bfb2d busybox_old
775084 962 9236 785282 bfb82 busybox_unstripped
|
2007-11-22 08:16:57 +00:00 |
|