.. |
empty.right
|
|
|
empty.tests
|
|
|
glob_and_vars.right
|
|
|
glob_and_vars.tests
|
|
|
param_expand_alt.right
|
hush: fix segfault in ${?:N:M}
|
2010-05-22 06:20:26 +02:00 |
param_expand_alt.tests
|
hush: fix segfault in ${?:N:M}
|
2010-05-22 06:20:26 +02:00 |
param_expand_assign.right
|
|
|
param_expand_assign.tests
|
|
|
param_expand_bash_substring.right
|
hush: fix segfault in ${?:N:M}
|
2010-05-22 06:20:26 +02:00 |
param_expand_bash_substring.tests
|
hush: fix segfault in ${?:N:M}
|
2010-05-22 06:20:26 +02:00 |
param_expand_default.right
|
|
|
param_expand_default.tests
|
|
|
param_expand_indicate_error.right
|
hush: handle expansions in ${var?expanded_word} constructs
|
2010-05-21 17:54:46 +02:00 |
param_expand_indicate_error.tests
|
hush: handle expansions in ${var?expanded_word} constructs
|
2010-05-21 17:54:46 +02:00 |
param_expand_len.right
|
hush: fix "hush -c 'echo $#'" showing -1
|
2010-05-22 06:05:02 +02:00 |
param_expand_len.tests
|
hush: fix "hush -c 'echo $#'" showing -1
|
2010-05-22 06:05:02 +02:00 |
param_glob.right
|
|
|
param_glob.tests
|
|
|
param_subshell.right
|
|
|
param_subshell.tests
|
|
|
star.right
|
|
|
star.tests
|
|
|
unset.right
|
|
|
unset.tests
|
|
|
var1.right
|
|
|
var1.tests
|
|
|
var2.right
|
|
|
var2.tests
|
|
|
var3.right
|
hush: fix a=abc; c=c; echo ${a%${c}}
|
2010-05-21 19:52:01 +02:00 |
var3.tests
|
|
|
var_bash1.right
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash1.tests
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash2.right
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash2.tests
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash3.right
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash3.tests
|
hush: add support for ${var/pattern/repl}, conditional on bash compat
|
2010-09-05 14:47:58 +02:00 |
var_bash4.right
|
hush: fix globbing+backslashes in unquoted $var expansion
|
2010-09-06 10:26:37 +02:00 |
var_bash4.tests
|
hush: fix globbing+backslashes in unquoted $var expansion
|
2010-09-06 10:26:37 +02:00 |
var_bash5.right
|
hush: fix var_bash5.tests failure
|
2010-09-10 10:17:53 +02:00 |
var_bash5.tests
|
hush: fix var_bash5.tests failure
|
2010-09-10 10:17:53 +02:00 |
var_bash6.right
|
hush: do fewer strdups in % and hash expansions
|
2010-09-10 11:06:01 +02:00 |
var_bash6.tests
|
hush: do fewer strdups in % and hash expansions
|
2010-09-10 11:06:01 +02:00 |
var_expand_in_assign.right
|
|
|
var_expand_in_assign.tests
|
|
|
var_expand_in_redir.right
|
|
|
var_expand_in_redir.tests
|
|
|
var_expand_on_ifs.right
|
hush: partially fix wrong expansion on $IFS (bug 4027).
|
2011-08-01 14:06:20 +02:00 |
var_expand_on_ifs.tests
|
hush: partially fix wrong expansion on $IFS (bug 4027).
|
2011-08-01 14:06:20 +02:00 |
var_in_pipes.right
|
|
|
var_in_pipes.tests
|
|
|
var_leaks.right
|
|
|
var_leaks.tests
|
|
|
var_posix1.right
|
hush: fix more obscure ${var%...} cases
|
2010-05-22 00:26:06 +02:00 |
var_posix1.tests
|
hush: fix more obscure ${var%...} cases
|
2010-05-22 00:26:06 +02:00 |
var_preserved.right
|
|
|
var_preserved.tests
|
|
|
var_serial.right
|
hush: fix multimple dependent variable expansion cases
|
2010-07-16 13:52:32 +02:00 |
var_serial.tests
|
hush: fix multimple dependent variable expansion cases
|
2010-07-16 13:52:32 +02:00 |
var_subst_in_for.right
|
|
|
var_subst_in_for.tests
|
|
|
var_unbackslash.right
|
hush: make parse_dollar flag quited status regardless of glob escaping status
|
2010-09-09 14:04:57 +02:00 |
var_unbackslash.tests
|
hush: make parse_dollar flag quited status regardless of glob escaping status
|
2010-09-09 14:04:57 +02:00 |
var-do-not-collapse-arithmetic-expansion-at-parse-time.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-1.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-1.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-2.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-2.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-3.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-3.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-4.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-4.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-5.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-pattern-replacement-in-parameter-expansion-5.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-runtime-quote-detection.right
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |
var-runtime-quote-detection.tests
|
hush: add recent ash tests to hush testsuite too (they all pass for hush)
|
2015-05-18 10:23:16 +02:00 |