Age | Commit message (Expand) | Author |
2018-04-11 | hush: fix recent breakage from parse_stream() changes | Denys Vlasenko |
2018-04-11 | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko |
2018-04-10 | hush: fix handling of \<eof> in double-quoted strings | Denys Vlasenko |
2018-04-10 | hush: fix eval 'echo ok\' | Denys Vlasenko |
2018-04-02 | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko |
2018-04-01 | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko |
2017-10-22 | hush: fix comment parsing in `cmd`, closes 10421 | Denys Vlasenko |
2017-08-02 | hush: do not accept "if() { echo; }" function def | Denys Vlasenko |
2017-07-15 | shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" | Denys Vlasenko |
2017-07-15 | hush: fix and_or_and_backgrounding.tests failure | Denys Vlasenko |
2016-10-02 | sh testsuite: create hush-redir/* and move files around | Denys Vlasenko |
2011-08-01 | hush: fix remaining known two bugs with IFS expansion. Closes 4027. | Denys Vlasenko |
2010-11-22 | hush: fix improper handling of newline and hash chars in few corner cases | Denys Vlasenko |
2010-05-17 | hush: fix hush-bugs/parse_err.tests | Denys Vlasenko |
2009-11-17 | hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes | Denys Vlasenko |
2009-11-16 | hush: fix handling of words with braces. +65 bytes | Denys Vlasenko |
2009-08-12 | hush: do not use ps -o in leak_argv1; do not hardcode path in negate | Denys Vlasenko |
2009-05-28 | hush: fix bug 353 (wrong handling of \x in assignments) | Denys Vlasenko |
2009-05-03 | hush: fix \<newline> handling | Denys Vlasenko |
2009-04-19 | hush: fix handling of } which is not a closing one in { cmd; } | Denis Vlasenko |
2009-04-16 | hush: fix "if { echo foo; } then { echo bar; } fi" parsing | Denis Vlasenko |
2009-04-09 | skip some tests when fancy echo support is turned off | Mike Frysinger |
2009-04-09 | we arent testing `echo -n` here so use printf instead | Mike Frysinger |
2009-04-06 | move hush-parsing/and-or.tests to hush-misc/* | Denis Vlasenko |
2009-04-06 | add some brute force logic tests | Mike Frysinger |
2009-03-20 | hush: tweak testsuite | Denis Vlasenko |
2009-03-20 | hush: fix bug 207 and "hush -c" parameter passing. | Denis Vlasenko |
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 |