hush: fix a bunch of obscure while/until/continue bugs
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 6 Apr 2009 18:08:35 +0000 (18:08 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 6 Apr 2009 18:08:35 +0000 (18:08 -0000)
commitcd418a26700629ad3f240ef6fd2e351ec0c2f87e
tree5964e28502c10867fdb76037b9879950c300ee3b
parent8f8d013afc3ec24056f2180ec38e469615632094
hush: fix a bunch of obscure while/until/continue bugs

function                                             old     new   delta
run_list                                            1159    1214     +55
done_pipe                                            106     123     +17
done_command                                          86      98     +12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 84/0)               Total: 84 bytes
shell/hush.c
shell/hush_test/hush-misc/continue2.right [new file with mode: 0644]
shell/hush_test/hush-misc/continue2.tests [new file with mode: 0644]
shell/hush_test/hush-misc/continue3.right [new file with mode: 0644]
shell/hush_test/hush-misc/continue3.tests [new file with mode: 0644]
shell/hush_test/hush-misc/until1.right [new file with mode: 0644]
shell/hush_test/hush-misc/until1.tests [new file with mode: 0644]
shell/hush_test/hush-misc/while2.right [new file with mode: 0644]
shell/hush_test/hush-misc/while2.tests [new file with mode: 0644]
shell/hush_test/run-all