index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
Age
Commit message (
Expand
)
Author
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
2007-05-25
hush: rework variable storage and environment handling.
Denis Vlasenko
2007-05-24
hush: improve 2 testsuite tests
Denis Vlasenko
2007-05-24
hush: add 2 tests for correct syntax error reporting
Denis Vlasenko
2007-05-23
hush: make syntax error messages a bit more useful
Denis Vlasenko
2007-05-23
hush: prepare testsuite for new, fixed error message format
Denis Vlasenko
2007-05-23
hush: fix job control with eval /bin/external_prog
Denis Vlasenko
2007-05-23
hush: fix a bit different instance of "No EOL" bug,
Denis Vlasenko
2007-05-23
fix execute bit on hush-misc/shift.tests
Denis Vlasenko
2007-05-21
shells: update README and testsuite. environment memory leak
Denis Vlasenko
2007-05-20
hush: fix shift + $0 bug; add testcase
Denis Vlasenko
2007-05-20
hush: make process substitution configurable; add a testcase
Denis Vlasenko
2007-05-16
hush: fix expansion of quoted $VAR, $* and $@
Denis Vlasenko
2007-05-16
hush: fix incorrect processing of echo "'$var'".
Denis Vlasenko
2007-05-14
hush: move testsuite files from hush-bugs to hush-parsing
Denis Vlasenko
2007-05-14
hush: more fixes to variable expansion, more testcases
Denis Vlasenko
[prev]
[next]