Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-01 | 50160: Regression tests for 50126, 50136, and 50149 | Bart Schaefer | 1 | -0/+20 | |
2020-07-12 | 46183: New XFail test: external command with =(...) on LHS of pipeline ↵ | Daniel Shahaf | 1 | -0/+9 | |
cleans up its tempfiles. | |||||
2020-06-26 | 46100: Fix =subst before =(subst) | Peter Stephenson | 1 | -0/+4 | |
This occurs with SH file expansion ordering. Add test. | |||||
2019-12-11 | 45004: Fix typos in comments | Martijn Dekker | 1 | -1/+1 | |
2018-04-24 | 42708: fix for process substitution. | Peter Stephenson | 1 | -0/+7 | |
Don't close associated file descriptors in the closem() tidy up function as they should remain visible to external processes. Override if about to exit. Unit test for the failing case: note this relies on the existence of /proc/self/fd or equivalent. | |||||
2015-07-23 | 35873: add original test for process substitution deadlock from 35847 | Peter Stephenson | 1 | -0/+8 | |
2015-07-23 | 35849: close fd's from process substitution after fork | Peter Stephenson | 1 | -0/+15 | |
Leaving these hanging in parent could cause deadlock: test added. | |||||
2015-07-02 | 35668: Improved fix for command/proc subst starting in alias. | Peter Stephenson | 1 | -0/+5 | |
Use input flag to suppress the unwanted backtracking. Add test for the extra case covered. | |||||
2015-07-01 | 35667: fix command substitution that starts but doesn't finish in alias | Peter Stephenson | 1 | -0/+6 | |
2013-07-19 | 31536 with additions: Fix hang in previous process substitution fix. | Peter Stephenson | 1 | -0/+8 | |
Close applicable file descriptors when waiting for a job. | |||||
2012-12-21 | this prevent process-based features from working in their arguments | Peter Stephenson | 1 | -0/+19 | |
2011-08-17 | 29703: crash when failing to parse process substitutions | Peter Stephenson | 1 | -0/+4 | |
2008-11-13 | 26042 with some fixes from 26043 (Mikael): | Peter Stephenson | 1 | -0/+48 | |
allow <(...) and >(...) to occur in the middle of strings and =(...) to have extra text following | |||||
2005-04-14 | Belated commit of 21064: test case for 21049 | Bart Schaefer | 1 | -0/+7 | |
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -2/+2 | |
asynchronicity problem. Document workarounds for remaining problems. | |||||
2001-06-26 | 15099: rudimental support for skipping unimplemented tests | Andrey Borzenkov | 1 | -4/+10 | |
2001-04-02 | moved from ./Test/12procsubst.ztst | Sven Wischnowsky | 1 | -0/+25 | |