mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
changes to text representation of parsed command substitution; small changes to tests
This commit is contained in:
@@ -10,7 +10,10 @@ b. There is a new internal timer framework used for read builtin timeouts.
|
||||
|
||||
c. Rewrote the command substitution parsing code to call the parser recursively
|
||||
and rebuild the command string from the parsed command. This allows better
|
||||
syntax checking and catches errors much earlier.
|
||||
syntax checking and catches errors much earlier. Along with this, if
|
||||
command substitution parsing completes with here-documents remaining to be
|
||||
read, the shell prints a warning message and reads the here-document bodies
|
||||
from the current input stream.
|
||||
|
||||
d. The `ulimit' builtin now treats an operand remaining after all of the options
|
||||
and arguments are parsed as an argument to the last command specified by
|
||||
|
||||
Reference in New Issue
Block a user