aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ash testsuite: add return_in_trap1.testsDenys Vlasenko2016-10-0120-0/+0
* hush: 'return' should have effect earlierDenys Vlasenko2016-10-012-0/+22
* ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko2016-10-014-0/+33
* ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko2016-10-012-0/+46
* hush: add func6.testsDenys Vlasenko2016-10-012-0/+13
* shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2016-09-291-1/+1
* ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko2016-09-292-0/+24
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-292-0/+18
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-292-0/+7
* hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko2016-09-292-0/+8
* ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko2016-09-292-0/+5
* ash: eval: Return status in eval functionsDenys Vlasenko2016-09-282-0/+4
* hush: fix "redirects can close script fd" bugDenys Vlasenko2016-08-222-0/+30
* hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+2
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-2/+0
* hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
* typo fixDenys Vlasenko2015-10-131-1/+1
* hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko2015-09-042-0/+17
* ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko2015-09-042-0/+4
* hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko2015-05-1818-0/+29
* hush: document buggy handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
* hush: make ${#var} unicode-awareDenys Vlasenko2014-08-132-0/+16
* hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-072-0/+7
* hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-172-0/+12
* hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko2011-08-012-3/+6
* hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko2011-08-012-0/+20
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-312-0/+5
* hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-142-0/+4
* hush: add tests for interrupting readDenys Vlasenko2011-05-095-4/+21
* hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
* hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-242-0/+5
* slightly better wording in commentsDenys Vlasenko2011-02-211-2/+2
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-212-0/+42
* echo: do not retry on write errorsDenys Vlasenko2011-02-072-0/+9
* hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-226-0/+30
* hush: add support for "set -o pipefail"Denys Vlasenko2010-11-142-0/+85
* hush: add brace expansion testcaseDenys Vlasenko2010-10-032-0/+14
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-1/+1
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-27/+27
* hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko2010-09-122-0/+41
* hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-124-3/+21
* hush: do fewer strdups in % and hash expansionsDenys Vlasenko2010-09-102-0/+14
* hush: fixes to testsuiteDenys Vlasenko2010-09-102-6/+8
* hush: fix var_bash5.tests failureDenys Vlasenko2010-09-102-6/+31
* hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko2010-09-092-13/+13
* hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-062-0/+16
* hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-062-0/+81
* hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko2010-09-064-13/+109
* hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-0510-0/+212
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-042-0/+34