Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-17 | hush: fix hush-bugs/parse_err.tests | Denys Vlasenko | |
function old new delta parse_stream 2325 2339 +14 builtin_umask 121 123 +2 builtin_type 116 114 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-17 | hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-16 | hush: fix handling of words with braces. +65 bytes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-08-12 | hush: do not use ps -o in leak_argv1; do not hardcode path in negate | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-28 | hush: fix bug 353 (wrong handling of \x in assignments) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-03 | hush: fix \<newline> handling | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-19 | hush: fix handling of } which is not a closing one in { cmd; } | Denis Vlasenko | |
function old new delta parse_stream 2176 2302 +126 builtin_unset 381 387 +6 | |||
2009-04-16 | hush: fix "if { echo foo; } then { echo bar; } fi" parsing | Denis Vlasenko | |
function old new delta done_word 728 793 +65 parse_stream 2084 2098 +14 | |||
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 | |
(which probably needs to be renamed to hush-execution...) | |||
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 | |
Now hush -c 'printf "%s\n" "$@"' (prints "\n") and hush -c 'printf "%s\n" "$@"' qwe asd (prints "asd\n") both work correctly | |||
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 | |
simplify redirection habdling | |||
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 | |
function old new delta done_word 749 791 +42 run_list 1821 1859 +38 checkjobs 334 351 +17 done_pipe 61 74 +13 static.reserved_list 132 144 +12 initialize_context 53 45 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/1 up/down: 122/-8) Total: 114 bytes | |||
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 | |
add testsuite for that. Expand another testsuite. | |||
2007-05-21 | shells: update README and testsuite. environment memory leak | Denis Vlasenko | |
needs to be fixed - and documented! | |||
2007-05-16 | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko | |
2007-05-16 | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko | |
hush: rename map[] and MAP_xxx, making them easier to understand. hush: move testcase (which now passes) from hush-bugs to hush-parsing | |||
2007-05-14 | hush: move testsuite files from hush-bugs to hush-parsing | Denis Vlasenko | |
(as these bugs are now fixed) | |||
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 | |
hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes | |||
2007-05-10 | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko | |
hush: add testsuite infrastructure |