index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
Age
Commit message (
Expand
)
Author
2024-02-26
ash: fix handling of single-quoted strings in pattern substitution
Denys Vlasenko
2024-02-25
hush: detect when terminating "done"/"fi" is missing
Denys Vlasenko
2023-06-25
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-18
shell: typo fix in tests
Denys Vlasenko
2023-06-16
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-15
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
2023-06-15
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-14
shell: sync ash/hush test scripts
Denys Vlasenko
2023-06-14
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
2023-06-14
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-13
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2023-06-12
hush: fix expansion of space in "a=${a:+$a }c" construct
Denys Vlasenko
2023-05-25
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
Denys Vlasenko
2023-03-31
ash: improve trap and jobs builtins in child shells
Ron Yorston
2022-08-02
ash: fix ifs cleanup on error paths
Denys Vlasenko
2022-03-01
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2021-10-11
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-09-26
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-25
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-08
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
2021-09-07
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
2021-09-07
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
2021-09-07
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-07-27
shell: update psubst testcases
Denys Vlasenko
2021-07-25
ahell: update testsuite
Denys Vlasenko
2021-06-19
hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
Denys Vlasenko
2021-06-15
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-06-05
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2020-12-25
typo fix
Denys Vlasenko
2020-12-25
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-10-24
hush: output bash-compat killing signal names
Denys Vlasenko
2020-09-29
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-07-31
shell: Fix "read -d ''" behavior
Christian Eggers
2020-02-26
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-22
ash: Expand here-documents in the current shell environment
Denys Vlasenko
2020-02-21
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-20
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
2020-02-20
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
2020-02-19
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
2020-02-17
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
[next]