Denis Vlasenko
|
dd316dd283
|
hush: add support for ':'; create testsuite entries
text data bss dec hex filename
809569 612 7044 817225 c7849 busybox_old
809528 612 7044 817184 c7820 busybox_unstripped
|
2008-06-14 15:50:55 +00:00 |
|
Denis Vlasenko
|
a84420062a
|
hush: support "! cmd | cmd" negation
function old new delta
done_word 749 791 +42
run_list 1821 1859 +38
checkjobs 334 351 +17
done_pipe 61 74 +13
static.reserved_list 132 144 +12
initialize_context 53 45 -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/1 up/down: 122/-8) Total: 114 bytes
|
2008-06-14 11:00:17 +00:00 |
|
Denis Vlasenko
|
d67cef2425
|
hush: fix read builtin to not read ahead past eol and to not use
insane amounts of stack. Testsuite updated.
|
2007-06-13 06:47:47 +00:00 |
|
Denis Vlasenko
|
cd7f4d27a2
|
hush: improve 2 testsuite tests
|
2007-05-24 13:22:01 +00:00 |
|
Denis Vlasenko
|
2b6bbad4db
|
hush: add 2 tests for correct syntax error reporting
|
2007-05-24 12:26:39 +00:00 |
|
Denis Vlasenko
|
94dace3016
|
fix execute bit on hush-misc/shift.tests
|
2007-05-23 00:26:32 +00:00 |
|
Denis Vlasenko
|
004baba2d6
|
hush: fix shift + $0 bug; add testcase
|
2007-05-20 22:22:18 +00:00 |
|