Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | 52360: simplify and improve bad-descriptor detection in %prep section | Bart Schaefer | 1 | -3/+2 | |
2022-03-30 | 49813: Add missing test | Mikael Magnusson | 1 | -1/+1 | |
2020-06-09 | 46026: Add CLOBBER_EMPTY option. | Peter Stephenson | 1 | -0/+14 | |
2019-06-24 | 44446: Fix here document with file descriptor declarator. | Peter Stephenson | 1 | -1/+9 | |
Add unit test. | |||||
2018-04-29 | 47201: fix 42355 for multiple backslashes | Ricardo Giorni | 1 | -0/+24 | |
2018-03-27 | 42538: Temporarily set umask for here document. | Martijn Dekker | 1 | -0/+9 | |
Done while signals are queued. | |||||
2018-02-12 | 42355: Fix use of backslashes on here doc input. | Peter Stephenson | 1 | -4/+42 | |
Handling of white space in particular was confusing and inconsistent with other shells. | |||||
2017-12-12 | 42110: Fix redirections between variable assignments at start of line | Peter Stephenson | 1 | -0/+7 | |
2017-05-08 | 40173: Off-by-one error checking for {varid}. | Peter Stephenson | 1 | -0/+9 | |
This caused a single unprintable character in braces before a redirection to be treated as an indentifier. | |||||
2017-05-08 | users/22688: Allow mixing redirs and arguments after anon functions. | Peter Stephenson | 1 | -0/+12 | |
These are parsed differently from the case of normal functions which can't take normal arguments at that point. | |||||
2017-05-08 | Fix combination of HERE document and |&. | Peter Stephenson | 1 | -0/+15 | |
A missing flag setting up the HERE document mean that the size of the wordcode needed to append the 2>&1 was counted incorrectly, so the resulting wordcode was garbled. Add test. | |||||
2015-09-02 | 36399: Shell code text with multiple here documents wasn't shown properly. | Peter Stephenson | 1 | -0/+31 | |
2015-04-15 | 34901: Test for the previous commit | Peter Stephenson | 1 | -0/+17 | |
2015-01-20 | users/19756: test for case of closing fd with no error message | Peter Stephenson | 1 | -1/+6 | |
2015-01-20 | users/19751: remove error on failure to close file descriptor by number. | Peter Stephenson | 1 | -4/+6 | |
Keep it when closing file descriptor stored in a variable, i.e. explicitly opened by the user. | |||||
2014-09-30 | 33294: $functions[func_with_redir] plus extra tests | Peter Stephenson | 1 | -0/+24 | |
2014-09-29 | 33286: handle redirections for multiply named functions | Peter Stephenson | 1 | -0/+16 | |
2014-09-29 | 33285: apply function definition redirections at execution | Peter Stephenson | 1 | -1/+37 | |
2013-03-10 | 31141: Tighten NO_CLOBBER restrictions on {fd} syntax | Peter Stephenson | 1 | -0/+11 | |
to apply only if $fd is exactly an fd and nothing else. | |||||
2012-11-15 | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 1 | -6/+6 | |
New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | |||||
2012-10-03 | users/17310: we can't treat < after [ as a normal character. | Peter Stephenson | 1 | -0/+3 | |
Document problem and test for case that needs to work. | |||||
2011-12-08 | 29928: belated commit to fix OpenBSD redirection test | Peter Stephenson | 1 | -2/+3 | |
2011-12-01 | 29924: add ability to match test output using patterns | Peter Stephenson | 1 | -19/+5 | |
2011-12-01 | 29923: work around test problem with invalid file descriptor message | Peter Stephenson | 1 | -5/+19 | |
2011-10-26 | 29844, 29845: remove bogus | Peter Stephenson | 1 | -2/+5 | |
error on closing fd's 0 to 9; update test | |||||
2011-07-27 | 29561: missed file | Peter Stephenson | 1 | -0/+3 | |
2011-03-06 | 28866: with POSIX_BUILTINS "command" prefix resets specialness | Peter Stephenson | 1 | -0/+7 | |
2011-02-22 | 28791: exit on errors with special builtins with POSIXBUILTINS | Peter Stephenson | 1 | -0/+49 | |
2011-02-21 | 28784: exit on exec redirection error with POISX_BUILTINS | Peter Stephenson | 1 | -0/+12 | |
2010-09-14 | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 1 | -0/+4 | |
2008-11-12 | 26029: test for redirection with no preceding whitespace | Peter Stephenson | 1 | -0/+18 | |
2008-03-14 | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 1 | -0/+52 | |
to here-strings | |||||
2006-07-12 | 22550: put "exec" tests | Peter Stephenson | 1 | -13/+23 | |
in subshells and allow substitution on test output to occur after the test. | |||||
2006-07-11 | 22546: fix {myfd}>... bug and tweak tests | Peter Stephenson | 1 | -3/+8 | |
2005-09-23 | 21758: optimise =(<<<...) to run within the shell. | Peter Stephenson | 1 | -0/+8 | |
2005-04-16 | Update test for change in error message. | Bart Schaefer | 1 | -1/+1 | |
2005-04-14 | 21141: fix some issues associated with the {myfd}>... syntax | Peter Stephenson | 1 | -1/+6 | |
2005-04-12 | 21134: bad file descriptor error message system variation. | Peter Stephenson | 1 | -1/+5 | |
Hey, six nouns in a row! | |||||
2005-04-12 | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 1 | -0/+25 | |
2004-06-30 | 20112: Forgot this bit. | Peter Stephenson | 1 | -0/+24 | |
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -10/+2 | |
asynchronicity problem. Document workarounds for remaining problems. | |||||
2001-07-09 | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 1 | -2/+2 | |
2001-07-09 | 15329: test script changes to go with 15327 LINENO change | Peter Stephenson | 1 | -1/+1 | |
2001-04-02 | moved from ./Test/04redirect.ztst | Sven Wischnowsky | 1 | -0/+221 | |