Denys Vlasenko 6e42b89b8d hush: fix remaining known two bugs with IFS expansion. Closes 4027. 13 năm trước cách đây
..
argv0.right d6050949b8 hush: move testsuite files from hush-bugs to hush-parsing 17 năm trước cách đây
argv0.tests d6050949b8 hush: move testsuite files from hush-bugs to hush-parsing 17 năm trước cách đây
brace1.right d8389ad760 hush: fix handling of words with braces. +65 bytes 15 năm trước cách đây
brace1.tests d8389ad760 hush: fix handling of words with braces. +65 bytes 15 năm trước cách đây
brace2.right f3e2818895 hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes 15 năm trước cách đây
brace2.tests f3e2818895 hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes 15 năm trước cách đây
comment1.right 7b4c0fd5f4 hush: fix improper handling of newline and hash chars in few corner cases 14 năm trước cách đây
comment1.tests 7b4c0fd5f4 hush: fix improper handling of newline and hash chars in few corner cases 14 năm trước cách đây
eol1.right 7b4c0fd5f4 hush: fix improper handling of newline and hash chars in few corner cases 14 năm trước cách đây
eol1.tests 7b4c0fd5f4 hush: fix improper handling of newline and hash chars in few corner cases 14 năm trước cách đây
escape1.right 43360e5178 hush: fix escaping of \[*?; add testsuites for these and for globbing 16 năm trước cách đây
escape1.tests 327fd47f36 skip some tests when fancy echo support is turned off 15 năm trước cách đây
escape2.right 43360e5178 hush: fix escaping of \[*?; add testsuites for these and for globbing 16 năm trước cách đây
escape2.tests 43360e5178 hush: fix escaping of \[*?; add testsuites for these and for globbing 16 năm trước cách đây
escape3.right ab876cd107 hush: add testsuite for "no globbing in redirection" rule. 16 năm trước cách đây
escape3.tests 327fd47f36 skip some tests when fancy echo support is turned off 15 năm trước cách đây
escape4.right e19e1935a3 hush: fix \<newline> handling 15 năm trước cách đây
escape4.tests e19e1935a3 hush: fix \<newline> handling 15 năm trước cách đây
escape5.right e640cb4ad1 hush: fix bug 353 (wrong handling of \x in assignments) 15 năm trước cách đây
escape5.tests e640cb4ad1 hush: fix bug 353 (wrong handling of \x in assignments) 15 năm trước cách đây
group1.right bf25fbccb9 hush: fix handling of } which is not a closing one in { cmd; } 15 năm trước cách đây
group1.tests e19e1935a3 hush: fix \<newline> handling 15 năm trước cách đây
group2.right 3227d3f982 hush: fix hush-bugs/parse_err.tests 14 năm trước cách đây
group2.tests 3227d3f982 hush: fix hush-bugs/parse_err.tests 14 năm trước cách đây
groups_and_keywords1.right bb929517a8 hush: fix "if { echo foo; } then { echo bar; } fi" parsing 15 năm trước cách đây
groups_and_keywords1.tests bb929517a8 hush: fix "if { echo foo; } then { echo bar; } fi" parsing 15 năm trước cách đây
negate.right 09516066d4 hush: do not use ps -o in leak_argv1; do not hardcode path in negate 15 năm trước cách đây
negate.tests 09516066d4 hush: do not use ps -o in leak_argv1; do not hardcode path in negate 15 năm trước cách đây
noeol.right 119b995437 hush: reinstate hush_test, add testcases for process subst 17 năm trước cách đây
noeol.tests 119b995437 hush: reinstate hush_test, add testcases for process subst 17 năm trước cách đây
noeol2.right 1a7358612f hush: fix a bit different instance of "No EOL" bug, 17 năm trước cách đây
noeol2.tests 1a7358612f hush: fix a bit different instance of "No EOL" bug, 17 năm trước cách đây
noeol3.right 90e485ce79 hush: make syntax error messages a bit more useful 17 năm trước cách đây
noeol3.tests 90e485ce79 hush: make syntax error messages a bit more useful 17 năm trước cách đây
process_subst.right 8805eeb44a shells: update README and testsuite. environment memory leak 17 năm trước cách đây
process_subst.tests 8805eeb44a shells: update README and testsuite. environment memory leak 17 năm trước cách đây
quote1.right 8f6bdb42df hush: fix incorrect processing of echo "'$var'". 17 năm trước cách đây
quote1.tests 8f6bdb42df hush: fix incorrect processing of echo "'$var'". 17 năm trước cách đây
quote2.right d6050949b8 hush: move testsuite files from hush-bugs to hush-parsing 17 năm trước cách đây
quote2.tests d6050949b8 hush: move testsuite files from hush-bugs to hush-parsing 17 năm trước cách đây
quote3.right 985de15bf3 hush: expand quote3.tests and move from hush-bugs to hush-parsing 16 năm trước cách đây
quote3.tests 985de15bf3 hush: expand quote3.tests and move from hush-bugs to hush-parsing 16 năm trước cách đây
quote4.right 1f4cf517f5 hush: fix expansion of quoted $VAR, $* and $@ 17 năm trước cách đây
quote4.tests 1f4cf517f5 hush: fix expansion of quoted $VAR, $* and $@ 17 năm trước cách đây
redir_space.right ab876cd107 hush: add testsuite for "no globbing in redirection" rule. 16 năm trước cách đây
redir_space.tests ab876cd107 hush: add testsuite for "no globbing in redirection" rule. 16 năm trước cách đây
starquoted.right 1f4cf517f5 hush: fix expansion of quoted $VAR, $* and $@ 17 năm trước cách đây
starquoted.tests 1f4cf517f5 hush: fix expansion of quoted $VAR, $* and $@ 17 năm trước cách đây
starquoted2.right 6e42b89b8d hush: fix remaining known two bugs with IFS expansion. Closes 4027. 13 năm trước cách đây
starquoted2.tests 6e42b89b8d hush: fix remaining known two bugs with IFS expansion. Closes 4027. 13 năm trước cách đây