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
/
hush-parsing
Age
Commit message (
Expand
)
Author
2008-07-05
hush: fix a case where "$@" must expand to no word at all
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-14
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-06-10
hush: fix escaping of \[*?; add testsuites for these and for globbing
Denis Vlasenko
2007-05-23
hush: make syntax error messages a bit more useful
Denis Vlasenko
2007-05-23
hush: fix a bit different instance of "No EOL" bug,
Denis Vlasenko
2007-05-21
shells: update README and testsuite. environment memory leak
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-11
hush: reinstate hush_test, add testcases for process subst
Denis Vlasenko
2007-05-11
hush: fix bug in interactive shell introduced yesterday
Denis Vlasenko
2007-05-10
hush: fix "unterminated last line loops forever" bug
Denis Vlasenko