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-misc
Age
Commit message (
Expand
)
Author
2011-05-31
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
2011-05-14
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
2011-03-24
hush: document a bug about aborting on sourced file error when non-interactive
Denys Vlasenko
2011-03-24
hush: fix a case where return in sourced file has no effect
Denys Vlasenko
2011-02-21
slightly better wording in comments
Denys Vlasenko
2011-02-21
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-07
echo: do not retry on write errors
Denys Vlasenko
2010-11-22
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-14
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-09-12
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-06
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-07-26
*: trailing empty lines removed
Denys Vlasenko
2010-01-25
whitespace fixes
Denys Vlasenko
2010-01-12
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-04
hush: fix exitcodes of killed processes
Denys Vlasenko
2009-10-18
hush: fix handling of empty arguments
Denys Vlasenko
2009-08-20
hush: do not process options after non-option args
Denys Vlasenko
2009-08-12
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-06-03
hush: add support for local builtin
Denys Vlasenko
2009-05-23
make compound.tests executable
Denys Vlasenko
2009-05-23
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-21
hush_test: add some pathological compound list tests
Mike Frysinger
2009-05-21
hush_test: test for subshell function syntax
Mike Frysinger
2009-05-21
hush_test: add subshelled case tests
Mike Frysinger
2009-05-13
TODO: add some
Denys Vlasenko
2009-05-04
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-02
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-04-26
hush: nommu fix for function passing
Denis Vlasenko
2009-04-20
hush: export -n support
Denis Vlasenko
2009-04-20
hush: add two testcases
Denis Vlasenko
2009-04-20
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-19
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-17
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
Denis Vlasenko
2009-04-10
hush: add function tests
Denis Vlasenko
2009-04-10
hush: fix some TODOs. TODO in export builting: +250 bytes.
Denis Vlasenko
2009-04-10
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
hush: readability improvements.
Denis Vlasenko
2009-04-09
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
hush: echo \2>file fix
Denis Vlasenko
2009-04-07
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-06
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
*.tests should be executable
Denis Vlasenko
2009-04-06
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
add tests for basic fd open/close/dupe
Mike Frysinger
[next]