index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
Age
Commit message (
Expand
)
Author
2018-01-27
ash: add LINENO support
Denys Vlasenko
2018-01-25
ash testsuite: add two hush tests from last commit
Denys Vlasenko
2018-01-13
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-11
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2017-11-03
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-10-22
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-08-29
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-14
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-08-13
shell: tweak getopts tests, no code changes
Denys Vlasenko
2017-08-11
hush: implement "silent" optstrings of ":opts"
Denys Vlasenko
2017-08-11
hush: add a test which fails due to uclibc bug in getopt()
Denys Vlasenko
2017-08-11
shell: add OPTARG poisoning to getopt_optarg.tests
Denys Vlasenko
2017-08-11
hush: teach getopts to set/unset OPTARG
Denys Vlasenko
2017-08-11
hush: getopts builtin
Denys Vlasenko
2017-08-11
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-02
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-31
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-29
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
2017-07-29
ash: [PARSER] Removed noexpand/length check on eofmark
Denys Vlasenko
2017-07-26
shell: remove ${#+} tests, it is not a valid construct
Denys Vlasenko
2017-07-26
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-25
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-24
ash: copy three tests from hush_test/hush-signals/*
Denys Vlasenko
2017-07-24
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-24
ash: add most of hush process subst tests
Denys Vlasenko
2017-07-24
ash: add all hush parsing tests to ast tests
Denys Vlasenko
2017-07-21
ash: suppress readonly1.tests false positive; add readonly0.tests
Denys Vlasenko
2017-07-21
ash: improve set -x to quote strings as necessary
Denys Vlasenko
2017-07-20
shell: optional support for read -t N.NNN, closes 10101
Denys Vlasenko
2017-07-17
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-15
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2017-07-15
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-07
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-06
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
ash: rename redir5.tests (hush has redir5.tests which is different)
Denys Vlasenko
2017-07-06
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
typo fix
Denys Vlasenko
2017-07-06
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2017-07-06
shell: remove duplicate sigint1.tests (another copies are in signals/)
Denys Vlasenko
2017-07-06
hush: add tickquote1.tests from ash testsuite
Denys Vlasenko
2017-07-06
shell: syncronize ash and hush heredoc3.tests
Denys Vlasenko
[next]