aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/case1.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-231-6/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* hush: fix "case ... in <newline> word)..."Denis Vlasenko2008-07-311-0/+8
|
* hush: finish and enable optional case...esac support. Code size cost:Denis Vlasenko2008-07-281-0/+17
function old new delta run_list 1891 2075 +184 parse_stream 1764 1847 +83 expand_strvec_to_string - 83 +83 done_word 647 715 +68 static.reserved_list 144 168 +24 static.reserved_match - 12 +12 done_pipe 95 105 +10 builtin_exit 48 46 -2 builtin_eval 127 54 -73 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 5/2 up/down: 464/-75) Total: 389 bytes