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
/
hush-misc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Denys Vlasenko
2015-11-04
1
-2
/
+0
*
hush: copy for.tests from ash testsuite
Denys Vlasenko
2015-10-29
2
-0
/
+6
*
typo fix
Denys Vlasenko
2015-10-13
1
-1
/
+1
*
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Denys Vlasenko
2015-09-04
2
-0
/
+17
*
hush: make ${#var} unicode-aware
Denys Vlasenko
2014-08-13
2
-0
/
+16
*
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
Denys Vlasenko
2013-04-07
2
-0
/
+7
*
hush: source builtin should override $N only if it has args
Denys Vlasenko
2013-03-17
2
-0
/
+12
*
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
2011-05-31
2
-0
/
+5
*
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
2011-05-14
2
-0
/
+4
*
hush: document a bug about aborting on sourced file error when non-interactive
Denys Vlasenko
2011-03-24
2
-0
/
+15
*
hush: fix a case where return in sourced file has no effect
Denys Vlasenko
2011-03-24
2
-0
/
+5
*
slightly better wording in comments
Denys Vlasenko
2011-02-21
1
-2
/
+2
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
2
-0
/
+42
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
2
-0
/
+9
*
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-22
2
-0
/
+7
*
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
2
-0
/
+85
*
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-12
2
-0
/
+16
*
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
2
-0
/
+16
*
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
2
-0
/
+81
*
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-1
/
+1
*
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-12
2
-0
/
+10
*
hush: fix exitcodes of killed processes
Denys Vlasenko
2010-01-04
2
-0
/
+14
*
hush: fix handling of empty arguments
Denys Vlasenko
2009-10-18
2
-0
/
+15
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
2
-0
/
+7
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
2
-0
/
+19
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
4
-0
/
+29
*
make compound.tests executable
Denys Vlasenko
2009-05-23
1
-0
/
+0
*
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-23
2
-6
/
+17
*
hush_test: add some pathological compound list tests
Mike Frysinger
2009-05-21
2
-0
/
+35
*
hush_test: test for subshell function syntax
Mike Frysinger
2009-05-21
2
-0
/
+12
*
hush_test: add subshelled case tests
Mike Frysinger
2009-05-21
1
-0
/
+12
*
TODO: add some
Denys Vlasenko
2009-05-13
1
-2
/
+2
*
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-04
2
-0
/
+6
*
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-05-02
2
-0
/
+9
*
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
2
-0
/
+9
*
hush: export -n support
Denis Vlasenko
2009-04-20
2
-0
/
+47
*
hush: add two testcases
Denis Vlasenko
2009-04-20
2
-0
/
+15
*
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-20
2
-0
/
+17
*
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-19
1
-1
/
+1
*
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
Denis Vlasenko
2009-04-17
2
-0
/
+12
*
hush: add function tests
Denis Vlasenko
2009-04-10
4
-0
/
+36
*
hush: fix some TODOs. TODO in export builting: +250 bytes.
Denis Vlasenko
2009-04-10
2
-0
/
+13
*
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
5
-11
/
+27
*
hush: readability improvements.
Denis Vlasenko
2009-04-10
4
-0
/
+113
*
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
4
-0
/
+28
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
2
-0
/
+12
*
hush: echo \2>file fix
Denis Vlasenko
2009-04-08
6
-0
/
+7
*
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
4
-0
/
+21
*
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
2
-0
/
+17
[next]