Denis Vlasenko
|
727752d2d2
|
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
with testcase
|
2008-11-28 03:41:47 +00:00 |
|
Denis Vlasenko
|
6214941a3a
|
ash: add testcase for bug 5304
|
2008-10-27 14:33:03 +00:00 |
|
Denis Vlasenko
|
078323010b
|
dc: conditionalize parts which require libm
|
2008-10-20 08:43:10 +00:00 |
|
Denis Vlasenko
|
b730474bda
|
ash: fix NOEXEC mode - we were forgetting to pass environment!
env: promote to NOEXEC
hd: promote to NOEXEC, as hexdump is NOEXEC already
|
2008-10-20 08:15:51 +00:00 |
|
Denis Vlasenko
|
d1660cb9ad
|
ash: fix a bug in standalone mode (corrupted getopt() state)
|
2008-10-20 07:52:33 +00:00 |
|
Denis Vlasenko
|
34c73c499b
|
ash: fix "(cat < file)" hang introduced by rev 22944.
|
2008-08-16 11:48:02 +00:00 |
|
Denis Vlasenko
|
c90e1be01b
|
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
|
2008-07-30 15:35:05 +00:00 |
|
Denis Vlasenko
|
8dbea7dbb1
|
ash: add slightly different testcase
|
2008-07-26 14:20:04 +00:00 |
|
Denis Vlasenko
|
5c13270359
|
ash: fix testcase to not sleep for whole 10 seconds,
gets annoying pretty fast. Also fix wrong message there.
|
2008-07-26 13:53:42 +00:00 |
|
Denis Vlasenko
|
4e19a9c81a
|
ash: hopefully close bug 4324. With testcase.
function old new delta
evaltree 621 869 +248
popstring 134 140 +6
|
2008-07-26 13:45:57 +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
|
ef527f50e6
|
ash: optional support for $'...\t...\n...' bashism
function old new delta
readtoken1 2824 3172 +348
static.C_escapes - 18 +18
parse_command 1504 1500 -4
SIT 89 83 -6
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10) Total: 356 bytes
|
2008-06-23 01:52:30 +00:00 |
|
Denis Vlasenko
|
2659c63213
|
ash: fix ${var/s/r} handling, add testcase.
|
2008-06-14 06:04:59 +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 |
|
Bernhard Reutner-Fischer
|
636a1f85e8
|
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
2008-05-19 09:29:47 +00:00 |
|
Denis Vlasenko
|
6d1ebecf65
|
ash: add another testsuite entry ("leaking variables" bug)
|
2008-04-13 17:45:56 +00:00 |
|
Denis Vlasenko
|
f78a656f7c
|
ash: a bit more complete POSIX subst testsuite entry
|
2008-04-12 23:02:43 +00:00 |
|
Denis Vlasenko
|
033424a213
|
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
${var%word} ${var%%word}
|
2008-04-12 22:55:33 +00:00 |
|
Denis Vlasenko
|
80591b0a00
|
ash: support for && and || in [[ expr ]]; add testsuite checks
|
2008-03-25 07:49:43 +00:00 |
|
Denis Vlasenko
|
59f351ccda
|
ash: add read -u; fix read -t and read -n; add testsuite entries.
|
2008-03-25 00:07:12 +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
|
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 |
|
Denis Vlasenko
|
c86e052b81
|
fix accumulated whitespace and indentation damage
|
2007-03-20 11:30:28 +00:00 |
|
Denis Vlasenko
|
8e858e2700
|
clean up accumulated whitespace damage
|
2007-03-07 09:35:43 +00:00 |
|
Denis Vlasenko
|
9431e564aa
|
ash: "here document" testcases
|
2007-03-05 21:08:29 +00:00 |
|
Denis Vlasenko
|
140644dc1c
|
add ash testcases
|
2007-03-05 20:46:46 +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 |
|