index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
Age
Commit message (
Expand
)
Author
2009-03-29
enable trap tests
Mike Frysinger
2009-03-29
add test cases for `trap` ... but disabled for now until trap support is comm...
Mike Frysinger
2009-03-28
test for invalid named variables
Mike Frysinger
2009-03-28
remove ((expr)) bash'ism
Denis Vlasenko
2009-03-28
add hush tests for parameter expansion
Mike Frysinger
2009-03-28
make sure we exit based on test failure rather than always exiting with 0
Mike Frysinger
2009-03-22
hush: fix segv at repeated "set -- a b c" + "shift"
Denis Vlasenko
2009-03-20
hush: tweak testsuite
Denis Vlasenko
2009-03-20
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2008-10-13
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
testcase for the last fix
Denis Vlasenko
2008-10-09
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-08-04
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-07-31
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-29
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-28
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
2008-07-28
hush: support "break N" and "continue N"
Denis Vlasenko
2008-07-28
hush: finish and enable optional case...esac support. Code size cost:
Denis Vlasenko
2008-07-06
hush: support "for if in do done then; do echo $if; done" case
Denis Vlasenko
2008-07-05
hush: support "for v; do ... done" syntax (implied 'in "$@"')
Denis Vlasenko
2008-07-05
hush: fix a case where "$@" must expand to no word at all
Denis Vlasenko
2008-06-18
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
hush: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-17
hush: fix $$ handling
Denis Vlasenko
2008-06-17
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
move glob_and_assign.tests from hush-bugs to hush-glob
Denis Vlasenko
2008-06-17
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-16
hush: delete hush-bugs/glob_and_vars.tests for real
Denis Vlasenko
2008-06-16
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-14
hush: fix a bug where we were requiring semicolon here: (cmd;)
Denis Vlasenko
2008-06-14
hush: add support for ':'; create testsuite entries
Denis Vlasenko
2008-06-14
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-06-12
hush: fix for nested $()s with escapes + testsuite
Denis Vlasenko
2008-06-10
hush: more backtick and quoting fixes...
Denis Vlasenko
2008-06-10
hush: fix escaping of \[*?; add testsuites for these and for globbing
Denis Vlasenko
2008-06-10
hush: fix yet another fallout
Denis Vlasenko
2008-06-10
hush: fix some fallout from prev commits, add testsuite
Denis Vlasenko
2008-06-08
hush: add yet another bug to testsuite :(
Denis Vlasenko
2008-03-02
msh: create testsuite (based on hush one)
Denis Vlasenko
2008-02-10
hush: small fixes to docs/testsuite
Denis Vlasenko
2008-02-10
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko
2007-12-25
add expected output
Mike Frysinger
2007-11-23
hush: fix $ expansion in redirections, add testcase for that
Denis Vlasenko
2007-11-23
hush: plug memory leak
Denis Vlasenko
2007-06-13
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
[next]