hush/shell/hush_test/hush-parsing
Denis Vlasenko a84420062a hush: support "! cmd | cmd" negation
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-14 11:00:17 +00:00
..
argv0.right hush: move testsuite files from hush-bugs to hush-parsing 2007-05-14 22:09:52 +00:00
argv0.tests hush: move testsuite files from hush-bugs to hush-parsing 2007-05-14 22:09:52 +00:00
escape1.right hush: fix escaping of \[*?; add testsuites for these and for globbing 2008-06-10 20:13:40 +00:00
escape1.tests hush: fix escaping of \[*?; add testsuites for these and for globbing 2008-06-10 20:13:40 +00:00
escape2.right hush: fix escaping of \[*?; add testsuites for these and for globbing 2008-06-10 20:13:40 +00:00
escape2.tests hush: fix escaping of \[*?; add testsuites for these and for globbing 2008-06-10 20:13:40 +00:00
negate.right hush: support "! cmd | cmd" negation 2008-06-14 11:00:17 +00:00
negate.tests hush: support "! cmd | cmd" negation 2008-06-14 11:00:17 +00:00
noeol2.right hush: fix a bit different instance of "No EOL" bug, 2007-05-23 00:32:25 +00:00
noeol2.tests hush: fix a bit different instance of "No EOL" bug, 2007-05-23 00:32:25 +00:00
noeol3.right hush: make syntax error messages a bit more useful 2007-05-23 15:22:50 +00:00
noeol3.tests hush: make syntax error messages a bit more useful 2007-05-23 15:22:50 +00:00
noeol.right hush: reinstate hush_test, add testcases for process subst 2007-05-11 12:57:35 +00:00
noeol.tests hush: reinstate hush_test, add testcases for process subst 2007-05-11 12:57:35 +00:00
process_subst.right shells: update README and testsuite. environment memory leak 2007-05-21 10:19:48 +00:00
process_subst.tests shells: update README and testsuite. environment memory leak 2007-05-21 10:19:48 +00:00
quote1.right hush: fix incorrect processing of echo "'$var'". 2007-05-16 09:36:55 +00:00
quote1.tests hush: fix incorrect processing of echo "'$var'". 2007-05-16 09:36:55 +00:00
quote2.right hush: move testsuite files from hush-bugs to hush-parsing 2007-05-14 22:09:52 +00:00
quote2.tests hush: move testsuite files from hush-bugs to hush-parsing 2007-05-14 22:09:52 +00:00
quote4.right hush: fix expansion of quoted $VAR, $* and $@ 2007-05-16 10:39:24 +00:00
quote4.tests hush: fix expansion of quoted $VAR, $* and $@ 2007-05-16 10:39:24 +00:00
starquoted.right hush: fix expansion of quoted $VAR, $* and $@ 2007-05-16 10:39:24 +00:00
starquoted.tests hush: fix expansion of quoted $VAR, $* and $@ 2007-05-16 10:39:24 +00:00