summaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-012-0/+15
* ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-014-0/+20
* shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko2018-03-312-0/+14
* ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-314-0/+146
* ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko2018-03-302-0/+3
* ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-286-0/+33
* hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-024-0/+14
* shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-023-1/+22
* shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-024-0/+22
* ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-132-0/+48
* shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-284-6/+20
* ash: add LINENO supportDenys Vlasenko2018-01-272-4/+4
* ash testsuite: add two hush tests from last commitDenys Vlasenko2018-01-254-0/+10
* shell: echo ${?:0} was fixed sometime ago, enable it in testsDenys Vlasenko2018-01-132-1/+2
* hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko2018-01-134-6/+5
* hush: fix handling of ^C in evalDenys Vlasenko2018-01-112-0/+5
* hush: fix handling of raw ^C in scripts: "echo ^C"Denys Vlasenko2018-01-112-0/+4
* ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko2017-11-032-0/+24
* hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko2017-10-222-0/+17
* hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko2017-08-292-0/+35
* ash: update testsuite (we now error out on ${#=})Denys Vlasenko2017-08-141-1/+1
* shell: tweak getopts tests, no code changesDenys Vlasenko2017-08-131-2/+2
* hush: implement "silent" optstrings of ":opts"Denys Vlasenko2017-08-112-0/+29
* hush: add a test which fails due to uclibc bug in getopt()Denys Vlasenko2017-08-112-0/+64
* shell: add OPTARG poisoning to getopt_optarg.testsDenys Vlasenko2017-08-111-0/+2
* hush: teach getopts to set/unset OPTARGDenys Vlasenko2017-08-112-0/+34
* hush: getopts builtinDenys Vlasenko2017-08-112-0/+14
* ash: fix "unset OPTIND" throwing an error messageDenys Vlasenko2017-08-112-0/+109
* hush: do not accept "if() { echo; }" function defDenys Vlasenko2017-08-022-0/+12
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* hush: fix "true | func_with_return" not allowing return.Denys Vlasenko2017-07-314-0/+8
* hush: functions have priority over builtins (!)Denys Vlasenko2017-07-312-0/+10
* ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-315-2/+17
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-292-0/+18
* ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-292-0/+11
* shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko2017-07-262-3/+8
* hush: fix ${##}, ${#?}, ${#!} handlingDenys Vlasenko2017-07-263-1/+43
* ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko2017-07-253-1/+58
* ash: import param_expand_default.tests from hushDenys Vlasenko2017-07-252-0/+30
* hush: treat ${#?} as "length of $?"Denys Vlasenko2017-07-252-0/+104
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-256-0/+251
* ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko2017-07-246-0/+74
* shell: some additions to *sh-misc/* testsDenys Vlasenko2017-07-246-0/+30
* ash: add most of hush process subst testsDenys Vlasenko2017-07-2412-0/+89
* ash: add all hush parsing tests to ast testsDenys Vlasenko2017-07-2449-4/+331
* ash: suppress readonly1.tests false positive; add readonly0.testsDenys Vlasenko2017-07-214-4/+62
* ash: improve set -x to quote strings as necessaryDenys Vlasenko2017-07-212-0/+24
* shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-202-0/+17
* ash: more general format ${var:EXPR:EXPR}Denys Vlasenko2017-07-172-0/+47
* shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-151-1/+0