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: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-07-22
2
-0
/
+16
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
6
-8
/
+6
*
hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug
Denis Vlasenko
2009-04-11
1
-2
/
+4
*
hush: tweak tests
Denis Vlasenko
2009-04-10
3
-37
/
+109
*
hush: add function tests
Denis Vlasenko
2009-04-10
6
-0
/
+46
*
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
8
-13
/
+64
*
hush: readability improvements.
Denis Vlasenko
2009-04-10
4
-0
/
+113
*
add test cases for parameter substitution with unset/null strings
Mike Frysinger
2009-04-09
2
-0
/
+38
*
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-09
4
-41
/
+41
*
hush: plug the leak of expanded heredoc
Denis Vlasenko
2009-04-09
2
-0
/
+37
*
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
4
-0
/
+28
*
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
3
-0
/
+6
*
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
1
-6
/
+6
*
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-09
1
-2
/
+11
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
6
-0
/
+112
*
expand leak_all1.tests
Denis Vlasenko
2009-04-08
1
-2
/
+8
*
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
2
-0
/
+44
*
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
6
-129
/
+80
*
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
*
use sleep rather than usleep
Mike Frysinger
2009-04-07
1
-2
/
+4
*
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
2
-0
/
+17
*
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
2
-0
/
+38
*
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-07
3
-11
/
+25
*
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
2
-0
/
+3
*
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
4
-0
/
+0
*
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
9
-1
/
+28
*
*.tests should be executable
Denis Vlasenko
2009-04-06
1
-0
/
+0
*
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
2
-0
/
+0
*
add some brute force logic tests
Mike Frysinger
2009-04-06
2
-0
/
+52
*
add tests for basic fd open/close/dupe
Mike Frysinger
2009-04-06
2
-0
/
+36
*
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-06
1
-1
/
+3
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-0
/
+117
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-117
/
+0
*
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-05
2
-0
/
+20
*
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-04
2
-0
/
+42
*
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
1
-0
/
+2
*
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
1
-1
/
+1
*
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
2009-04-03
2
-0
/
+13
*
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
2009-04-02
1
-0
/
+1
*
hush: rename ->o_quote to ->o_escape
Denis Vlasenko
2009-04-02
4
-0
/
+537
*
hust_test/*: use "$THIS_SH" instead of hush
Denis Vlasenko
2009-03-31
7
-52
/
+52
*
implement `unset` semantics as required by POSIX
Mike Frysinger
2009-03-30
2
-0
/
+55
*
enable trap tests
Mike Frysinger
2009-03-29
4
-0
/
+0
*
add test cases for `trap` ... but disabled for now until trap support is comm...
Mike Frysinger
2009-03-29
8
-0
/
+72
*
test for invalid named variables
Mike Frysinger
2009-03-28
2
-0
/
+7
*
remove ((expr)) bash'ism
Denis Vlasenko
2009-03-28
1
-1
/
+1
*
add hush tests for parameter expansion
Mike Frysinger
2009-03-28
10
-0
/
+210
*
make sure we exit based on test failure rather than always exiting with 0
Mike Frysinger
2009-03-28
1
-3
/
+9
[next]