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
/
hush-misc
Age
Commit message (
Expand
)
Author
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
2009-04-06
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-04
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-03
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2008-08-04
hush: fix mishandling of a'b'c=fff as assignments. They are not.
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-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-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
2007-06-13
hush: fix read builtin to not read ahead past eol and to not use
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
fix execute bit on hush-misc/shift.tests
Denis Vlasenko
2007-05-20
hush: fix shift + $0 bug; add testcase
Denis Vlasenko