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
/
ash_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
2
-0
/
+24
*
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-10-22
2
-0
/
+17
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
2
-0
/
+35
*
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-08-14
1
-1
/
+1
*
shell: tweak getopts tests, no code changes
Denys Vlasenko
2017-08-13
1
-2
/
+2
*
hush: implement "silent" optstrings of ":opts"
Denys Vlasenko
2017-08-11
2
-0
/
+29
*
hush: add a test which fails due to uclibc bug in getopt()
Denys Vlasenko
2017-08-11
2
-0
/
+64
*
shell: add OPTARG poisoning to getopt_optarg.tests
Denys Vlasenko
2017-08-11
1
-0
/
+2
*
hush: teach getopts to set/unset OPTARG
Denys Vlasenko
2017-08-11
2
-0
/
+34
*
hush: getopts builtin
Denys Vlasenko
2017-08-11
2
-0
/
+14
*
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-11
2
-0
/
+109
*
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
2
-0
/
+12
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
4
-0
/
+8
*
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
2
-0
/
+10
*
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-31
5
-2
/
+17
*
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
2017-07-29
2
-0
/
+18
*
ash: [PARSER] Removed noexpand/length check on eofmark
Denys Vlasenko
2017-07-29
2
-0
/
+11
*
shell: remove ${#+} tests, it is not a valid construct
Denys Vlasenko
2017-07-26
2
-3
/
+8
*
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-26
3
-1
/
+43
*
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
3
-1
/
+58
*
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
2
-0
/
+30
*
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
2
-0
/
+104
*
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-25
6
-0
/
+251
*
ash: copy three tests from hush_test/hush-signals/*
Denys Vlasenko
2017-07-24
6
-0
/
+74
*
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-24
6
-0
/
+30
*
ash: add most of hush process subst tests
Denys Vlasenko
2017-07-24
12
-0
/
+89
*
ash: add all hush parsing tests to ast tests
Denys Vlasenko
2017-07-24
49
-4
/
+331
*
ash: suppress readonly1.tests false positive; add readonly0.tests
Denys Vlasenko
2017-07-21
4
-4
/
+62
*
ash: improve set -x to quote strings as necessary
Denys Vlasenko
2017-07-21
2
-0
/
+24
*
shell: optional support for read -t N.NNN, closes 10101
Denys Vlasenko
2017-07-20
2
-0
/
+17
*
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-17
2
-0
/
+47
*
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2017-07-15
1
-1
/
+0
*
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-15
2
-0
/
+35
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
2
-0
/
+8
*
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
2
-0
/
+17
*
ash: rename redir5.tests (hush has redir5.tests which is different)
Denys Vlasenko
2017-07-06
3
-2
/
+2
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
typo fix
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
2
-0
/
+14
*
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2017-07-06
1
-0
/
+2
*
shell: remove duplicate sigint1.tests (another copies are in signals/)
Denys Vlasenko
2017-07-06
2
-42
/
+0
*
hush: add tickquote1.tests from ash testsuite
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
shell: syncronize ash and hush heredoc3.tests
Denys Vlasenko
2017-07-06
4
-10
/
+31
*
shell: syncronize ash and hush heredoc1.tests
Denys Vlasenko
2017-07-06
4
-4
/
+18
*
shell: syncronize ash_test/run-all and hush_test/run-all a bit
Denys Vlasenko
2017-07-06
1
-48
/
+54
*
ash: fix escaping of a few characters (broken by last commits)
Denys Vlasenko
2017-07-05
2
-0
/
+76
*
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
Denys Vlasenko
2017-07-05
2
-0
/
+34
*
msh: delete this applet
Denys Vlasenko
2017-07-03
1
-3
/
+3
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
2
-0
/
+6
[next]