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,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
2
-0
/
+6
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-1
/
+1
*
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
2
-0
/
+16
*
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-07
2
-0
/
+16
*
ash: fix error code regression
Ron Yorston
2017-01-03
2
-0
/
+16
*
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-08
4
-0
/
+10
*
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-11-04
2
-0
/
+16
*
ash: fix interactive "command eval STRING" exiting on errors.
Denys Vlasenko
2016-10-28
2
-0
/
+9
*
ash: [PARSER] Recognise here-doc delimiters terminated by EOF
Denys Vlasenko
2016-10-26
4
-0
/
+10
*
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
2
-0
/
+10
*
typo fixes
Denys Vlasenko
2016-10-26
1
-2
/
+2
*
ash testsuite: fix false positives
Denys Vlasenko
2016-10-07
2
-2
/
+2
*
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
4
-0
/
+8
*
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-03
102
-0
/
+795
*
sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
2016-10-02
6
-0
/
+115
*
sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
2016-10-02
2
-0
/
+12
*
sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
2016-10-02
8
-20
/
+39
*
ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
2016-10-02
6
-25
/
+156
*
sh testsuite: create hush-redir/* and move files around
Denys Vlasenko
2016-10-02
6
-0
/
+91
*
sh testsuite: create hush-heredoc/* and move files around
Denys Vlasenko
2016-10-02
2
-0
/
+21
*
hush testsuite: add many tests from ash testsuite
Denys Vlasenko
2016-10-02
1
-1
/
+1
*
ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
2016-10-02
2
-0
/
+44
*
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-02
2
-0
/
+37
*
ash,hush: add a test that "continue" does not cripple traps
Denys Vlasenko
2016-10-01
2
-0
/
+8
*
ash testsuite: add return_in_trap1.tests
Denys Vlasenko
2016-10-01
2
-0
/
+22
*
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
2016-10-01
4
-0
/
+33
*
ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Denys Vlasenko
2016-10-01
2
-0
/
+46
*
ash: fix "return N" not setting $? in loop conditionals
Denys Vlasenko
2016-10-01
2
-0
/
+13
*
ash testsuite: remove two more inadvertent bashisms
Denys Vlasenko
2016-10-01
2
-7
/
+7
*
ash testsuite: remove two inadvertent bashisms
Denys Vlasenko
2016-10-01
2
-3
/
+5
*
shell testsuite: add trailing newline to var_unbackslash1.tests
Denys Vlasenko
2016-09-29
1
-1
/
+1
*
ash: fix arithmetic closing )) split by backslash-newline
Denys Vlasenko
2016-09-29
2
-0
/
+24
*
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-09-29
8
-0
/
+159
*
hush: fix 'eval ""' handling
Denys Vlasenko
2016-09-29
2
-0
/
+7
*
hush: fix ". EMPTY_LINE" not setting $? to 0
Denys Vlasenko
2016-09-29
2
-0
/
+8
*
ash: [EVAL] Make eval with empty arguments return 0
Denys Vlasenko
2016-09-29
2
-0
/
+5
*
ash: eval: Return status in eval functions
Denys Vlasenko
2016-09-28
2
-0
/
+4
*
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
Denys Vlasenko
2016-09-25
2
-0
/
+16
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
2
-0
/
+6
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
2
-0
/
+17
*
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-07-16
2
-0
/
+6
*
ash: bash-compatible $'...' shouldn't expand in double quotes
Ron Yorston
2016-04-15
4
-0
/
+6
*
ash_test: ignore generated files
Mike Frysinger
2016-03-22
1
-0
/
+7
*
ash_test: printenv: fix missing includes
Mike Frysinger
2016-03-22
1
-0
/
+1
*
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-22
2
-0
/
+3
*
ash: add support for bash 'function' keyword
Ron Yorston
2015-11-04
2
-0
/
+40
*
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Denys Vlasenko
2015-11-04
1
-1
/
+0
*
ash: copy function tests from hush testsuite
Ron Yorston
2015-11-04
16
-0
/
+119
*
ash: add tests for failures of the exec and command builtins
Ron Yorston
2015-10-30
4
-0
/
+13
*
ash: fix error during recursive processing of here document
Ron Yorston
2015-10-29
2
-0
/
+10
[next]