index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
2
-0
/
+26
*
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-26
2
-0
/
+7
*
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
3
-49
/
+68
*
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-25
4
-19
/
+25
*
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
2021-09-08
4
-0
/
+26
*
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
2021-09-07
1
-1
/
+10
*
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
14
-40
/
+44
*
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
2
-0
/
+11
*
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
2021-09-07
1
-1
/
+2
*
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
1
-1
/
+1
*
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
2
-0
/
+9
*
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-09-07
2
-0
/
+5
*
shell: update psubst testcases
Denys Vlasenko
2021-07-27
4
-0
/
+47
*
ahell: update testsuite
Denys Vlasenko
2021-07-25
6
-0
/
+29
*
hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
Denys Vlasenko
2021-06-19
2
-0
/
+18
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-06-15
4
-0
/
+6
*
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-06-05
2
-0
/
+42
*
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
1
-1
/
+1
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-09
2
-0
/
+3
*
typo fix
Denys Vlasenko
2020-12-25
1
-1
/
+1
*
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-12-25
2
-0
/
+5
*
hush: output bash-compat killing signal names
Denys Vlasenko
2020-10-24
2
-0
/
+37
*
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-09-29
2
-0
/
+9
*
shell: Fix "read -d ''" behavior
Christian Eggers
2020-07-31
2
-0
/
+2
*
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-26
2
-4
/
+2
*
ash: Expand here-documents in the current shell environment
Denys Vlasenko
2020-02-22
2
-0
/
+6
*
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
2
-0
/
+10
*
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-21
2
-0
/
+13
*
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
2020-02-20
6
-0
/
+34
*
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
2020-02-20
1
-1
/
+0
*
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
2020-02-19
2
-0
/
+10
*
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
2
-0
/
+12
*
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-17
2
-0
/
+7
*
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-16
2
-0
/
+8
*
hush: restore redirected stdin
Denys Vlasenko
2019-11-01
2
-0
/
+10
*
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
2019-05-19
1
-1
/
+0
*
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2019-05-15
2
-0
/
+7
*
shells: add tests for backslashes in export VAR=VAL
Denys Vlasenko
2019-05-14
2
-0
/
+3
*
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-07
2
-0
/
+14
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
2
-0
/
+5
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
4
-6
/
+4
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
2
-0
/
+5
*
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-07-28
2
-0
/
+6
*
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
1
-1
/
+1
*
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
3
-0
/
+19
*
hush: handle backslash-newline in heredoc terminators
Denys Vlasenko
2018-07-24
2
-0
/
+5
*
hush: fix handling of heredocs not enclosed in groups where they are "declared"
Denys Vlasenko
2018-07-24
2
-0
/
+5
*
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
Denys Vlasenko
2018-07-23
2
-0
/
+5
*
hush: fix handling of heredocs starting with empty lines
Denys Vlasenko
2018-07-23
2
-0
/
+6
*
hush: never glob result of dquoted "${v:+/bin/c*}"
Denys Vlasenko
2018-07-20
2
-0
/
+20
[next]