index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: do not exit interactive shell on some redirection errors
Denys Vlasenko
2024-07-13
5
-5
/
+8
*
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
Denys Vlasenko
2024-07-13
2
-0
/
+15
*
ash: fix handling of single-quoted strings in pattern substitution
Denys Vlasenko
2024-02-26
2
-0
/
+12
*
hush: detect when terminating "done"/"fi" is missing
Denys Vlasenko
2024-02-25
4
-0
/
+6
*
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
2023-07-04
1
-2
/
+2
*
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-25
4
-4
/
+35
*
shell: typo fix in tests
Denys Vlasenko
2023-06-18
1
-1
/
+1
*
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-16
14
-0
/
+42
*
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
2023-06-15
2
-0
/
+11
*
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
2023-06-15
2
-0
/
+3
*
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-15
7
-11
/
+23
*
shell: sync ash/hush test scripts
Denys Vlasenko
2023-06-14
1
-4
/
+8
*
shell/math: fix the order of variable resolution in binops
Denys Vlasenko
2023-06-14
8
-0
/
+33
*
hush: fix expansion of space in "a=${a:+$a }c" construct
Denys Vlasenko
2023-06-12
2
-0
/
+8
*
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
Denys Vlasenko
2023-05-25
4
-0
/
+20
*
hush: quote variable values printed by "set" (match ash behavior)
Denys Vlasenko
2023-04-13
1
-2
/
+2
*
ash: fix ifs cleanup on error paths
Denys Vlasenko
2022-08-02
2
-0
/
+10
*
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
2
-0
/
+3
*
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
-24
/
+37
*
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-25
4
-19
/
+25
*
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
2
-0
/
+4
*
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
2
-0
/
+11
*
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
4
-0
/
+14
*
shell: update psubst testcases
Denys Vlasenko
2021-07-27
4
-6
/
+6
*
hush: implement $'str' bashism
Denys Vlasenko
2021-07-26
6
-0
/
+36
*
ahell: update testsuite
Denys Vlasenko
2021-07-25
1
-3
/
+4
*
hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
Denys Vlasenko
2021-06-19
3
-1
/
+19
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-06-15
4
-0
/
+6
*
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: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
2020-12-23
2
-0
/
+3
*
hush: document bugs in [[ =~ ]] comparison
Denys Vlasenko
2020-11-01
4
-0
/
+28
*
hush: add tests for unquoted < > in [[ ]]
Denys Vlasenko
2020-10-31
2
-0
/
+5
*
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-31
10
-0
/
+79
*
hush: output bash-compat killing signal names
Denys Vlasenko
2020-10-24
6
-5
/
+53
*
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
Denys Vlasenko
2020-10-24
2
-0
/
+2
*
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: 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,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
*
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
2
-3
/
+0
*
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2019-05-15
2
-0
/
+7
[next]