hush/shell/hush_test
Denys Vlasenko 4f870496e7 hush: do fewer strdups in % and hash expansions
function                                             old     new   delta
builtin_umask                                        133     132      -1
expand_one_var                                      1552    1543      -9

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2010-09-10 11:06:01 +02:00
..
hush-arith hush: fix more obscure ${var%...} cases 2010-05-22 00:26:06 +02:00
hush-bugs hush: fixes to testsuite 2010-09-10 10:19:22 +02:00
hush-glob hush: fix globbing+backslashes in unquoted $var expansion 2010-09-06 10:26:37 +02:00
hush-leak
hush-misc hush: fix another corner case with backslashes in heredocs 2010-09-06 11:46:03 +02:00
hush-parsing
hush-psubst hush: fix var=exit 2 not setting $? to 2 2010-05-20 14:27:09 +02:00
hush-read
hush-trap hush: fixes to testsuite 2010-09-10 10:19:22 +02:00
hush-vars hush: do fewer strdups in % and hash expansions 2010-09-10 11:06:01 +02:00
hush-z_slow
.gitignore
run-all