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
...
*
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
*
hush: fix segv at repeated "set -- a b c" + "shift"
Denis Vlasenko
2009-03-22
2
-0
/
+119
*
hush: tweak testsuite
Denis Vlasenko
2009-03-20
2
-1
/
+5
*
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2009-03-20
2
-0
/
+4
*
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
2
-7
/
+7
*
testcase for the last fix
Denis Vlasenko
2008-10-13
2
-0
/
+20
*
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-10-09
5
-0
/
+127
*
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-04
4
-0
/
+57
*
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
4
-0
/
+6
*
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-31
2
-0
/
+9
*
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
2
-0
/
+12
*
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
2
-0
/
+17
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
2
-0
/
+8
*
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
2008-07-28
4
-0
/
+21
*
hush: support "break N" and "continue N"
Denis Vlasenko
2008-07-28
6
-0
/
+18
*
hush: finish and enable optional case...esac support. Code size cost:
Denis Vlasenko
2008-07-28
2
-0
/
+30
*
hush: support "for if in do done then; do echo $if; done" case
Denis Vlasenko
2008-07-06
2
-0
/
+6
*
hush: support "for v; do ... done" syntax (implied 'in "$@"')
Denis Vlasenko
2008-07-05
2
-0
/
+10
*
hush: fix a case where "$@" must expand to no word at all
Denis Vlasenko
2008-07-05
2
-0
/
+16
*
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
2
-3
/
+1
*
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
2
-0
/
+14
*
hush: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
6
-0
/
+51
*
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-18
4
-11
/
+33
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
2
-0
/
+2
[prev]
[next]