aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-021-1/+1
* ash: fix globbing bugs when using glibc glob()Denys Vlasenko2016-10-022-0/+44
* ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko2016-10-022-0/+37
* ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-012-0/+8
* ash testsuite: add return_in_trap1.testsDenys 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
* ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko2016-10-012-0/+13
* ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2016-10-012-7/+7
* ash testsuite: remove two inadvertent bashismsDenys Vlasenko2016-10-012-3/+5
* 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-298-0/+159
* 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
* ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko2016-09-252-0/+16
* ash: exit after subshell error when errexit option is setRostislav Skudnov2016-09-172-0/+6
* ash: fix handling of ${VAR: -2}Denys Vlasenko2016-07-252-0/+17
* ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko2016-07-162-0/+6
* ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston2016-04-154-0/+6
* ash_test: ignore generated filesMike Frysinger2016-03-221-0/+7
* ash_test: printenv: fix missing includesMike Frysinger2016-03-221-0/+1
* ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-222-0/+3
* ash: add support for bash 'function' keywordRon Yorston2015-11-042-0/+40
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-1/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
* ash: fix error during recursive processing of here documentRon Yorston2015-10-292-0/+10
* ash tests: make test print test name before it is runDenys Vlasenko2015-10-291-2/+4
* ash: only allow local variables in functionsRon Yorston2015-10-292-0/+2
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-292-0/+2
* ash: allow newline after variable name in for loopRon Yorston2015-10-292-0/+6
* ash: add test for issue with here documentRon Yorston2015-10-292-0/+9
* ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko2015-09-042-0/+4
* ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko2015-09-048-0/+76
* fix file modeDenys Vlasenko2015-07-131-0/+0
* ash: remove parsebackquote flagRon Yorston2015-07-132-0/+2
* testsuite: add some tests for ashRon Yorston2015-05-1810-0/+15
* ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-184-0/+6
* ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-182-0/+5
* ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-182-0/+3
* ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-182-0/+3
* ash: fix handling of duplicate "local"Denys Vlasenko2015-04-183-1/+7
* ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-052-0/+4
* ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-162-0/+15
* ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko2012-06-092-0/+13
* slightly better wording in commentsDenys Vlasenko2011-02-211-2/+2
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-212-0/+42