aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hush: support "for v; do ... done" syntax (implied 'in "$@"')Denis Vlasenko2008-07-052-0/+10
|
* hush: fix $$ handlingDenis Vlasenko2008-06-172-0/+2
|
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-172-0/+4
|
* hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko2008-06-143-2/+4
| | | | | | | | | | | 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
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-142-0/+8
| | | | | | | text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-142-0/+4
| | | | | | | | | | | | | 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
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-132-0/+8
| | | | | insane amounts of stack. Testsuite updated.
* hush: improve 2 testsuite testsDenis Vlasenko2007-05-244-2/+17
|
* hush: add 2 tests for correct syntax error reportingDenis Vlasenko2007-05-242-0/+2
|
* fix execute bit on hush-misc/shift.testsDenis Vlasenko2007-05-231-0/+0
|
* hush: fix shift + $0 bug; add testcaseDenis Vlasenko2007-05-202-0/+8