Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-05 | hush: support "for v; do ... done" syntax (implied 'in "$@"') | Denis Vlasenko | |
2008-06-17 | hush: fix $$ handling | Denis Vlasenko | |
2008-06-17 | hush: fix "for a in; do echo 'I should never run'; done" bug | Denis Vlasenko | |
2008-06-14 | hush: fix a bug where we were requiring semicolon here: (cmd;) | Denis Vlasenko | |
also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes | |||
2008-06-14 | hush: add support for ':'; create testsuite entries | Denis Vlasenko | |
text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped | |||
2008-06-14 | hush: support "! cmd | cmd" negation | Denis Vlasenko | |
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 | |||
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | |
insane amounts of stack. Testsuite updated. | |||
2007-05-24 | hush: improve 2 testsuite tests | Denis Vlasenko | |
2007-05-24 | hush: add 2 tests for correct syntax error reporting | Denis Vlasenko | |
2007-05-23 | fix execute bit on hush-misc/shift.tests | Denis Vlasenko | |
2007-05-20 | hush: fix shift + $0 bug; add testcase | Denis Vlasenko | |