ash: builtin: Mark more regular built-ins
[oweals/busybox.git] / shell / hush_test / hush-parsing /
2018-04-11 Denys Vlasenkohush: fix recent breakage from parse_stream() changes
2018-04-10 Denys Vlasenkohush: do not drop backslash from eval 'echo ok\'
2018-04-10 Denys Vlasenkohush: fix handling of \<eof> in double-quoted strings
2018-04-10 Denys Vlasenkohush: fix eval 'echo ok\'
2018-04-02 Denys Vlasenkoash: expand: Fix bugs with words connected to the right...
2018-04-01 Denys Vlasenkoash,hush: handle a few more bkslash-newline cases
2017-10-22 Denys Vlasenkohush: fix comment parsing in `cmd`, closes 10421
2017-08-02 Denys Vlasenkohush: do not accept "if() { echo; }" function def
2017-07-15 Denys Vlasenkoshell: and_or_and_backgrounding.tests is no longer...
2017-07-15 Denys Vlasenkohush: fix and_or_and_backgrounding.tests failure
2016-10-02 Denys Vlasenkosh testsuite: create hush-redir/* and move files around
2011-08-01 Denys Vlasenkohush: fix remaining known two bugs with IFS expansion...
2010-11-22 Denys Vlasenkohush: fix improper handling of newline and hash chars...
2010-05-17 Denys Vlasenkohush: fix hush-bugs/parse_err.tests
2009-11-17 Denys Vlasenkohush: improve HUSH_BRACE_EXP code (still disabled)...
2009-11-16 Denys Vlasenkohush: fix handling of words with braces. +65 bytes
2009-08-12 Denys Vlasenkohush: do not use ps -o in leak_argv1; do not hardcode...
2009-05-28 Denys Vlasenkohush: fix bug 353 (wrong handling of \x in assignments)
2009-05-03 Denys Vlasenkohush: fix \<newline> handling
2009-04-19 Denis Vlasenkohush: fix handling of } which is not a closing one...
2009-04-16 Denis Vlasenkohush: fix "if { echo foo; } then { echo bar; } fi"...
2009-04-09 Mike Frysingerskip some tests when fancy echo support is turned off
2009-04-09 Mike Frysingerwe arent testing `echo -n` here so use printf instead
2009-04-06 Denis Vlasenkomove hush-parsing/and-or.tests to hush-misc/*
2009-04-06 Mike Frysingeradd some brute force logic tests
2009-03-20 Denis Vlasenkohush: tweak testsuite
2009-03-20 Denis Vlasenkohush: fix bug 207 and "hush -c" parameter passing.
2008-07-05 Denis Vlasenkohush: fix a case where "$@" must expand to no word...
2008-06-18 Denis Vlasenkohush: add testsuite for "no globbing in redirection...
2008-06-18 Denis Vlasenkohush: expand quote3.tests and move from hush-bugs to...
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-14 Denis Vlasenkohush: move testsuite files from hush-bugs to hush-parsing
2007-05-11 Denis Vlasenkohush: reinstate hush_test, add testcases for process...
2007-05-11 Denis Vlasenkohush: fix bug in interactive shell introduced yesterday
2007-05-10 Denis Vlasenkohush: fix "unterminated last line loops forever" bug