Lines Matching refs:subshell

14 10-01-19  A workaround for a double-free of a trap in both a subshell and its
35 09-12-07 A bug where a parent shell environment var reset in a subshell removed
38 a subshell could trigger twice has been fixed.
54 09-11-11 Job control now works for subshell commands, (...).
59 09-11-09 A bug in which a variable that has been unset in a subshell and then
60 exported from that subshell does not show up in the environment
71 09-10-12 A bug in which a function loaded in a subshell could leave side
90 09-09-09 A bug in which a subshell containing a background process could
206 is a subshell grouping command has been fixed.
215 09-02-02 A bug in which a function autoloaded in a subshell could cause
216 a core dump when the subshell completed has been fixed.
329 08-10-09 A bug that caused subshell command substitution with redirection
336 08-10-01 A bug that caused subshell command substitution to hang has
347 08-09-26 A core dump in the subshell environment restore has been fixed.
366 08-09-10 A bug in which a subshell that spawned a background process could
370 subshell to not clean up and prevent other coprocesses has been fixed.
376 08-09-08 A bug in which a coprocess created in a subshell that did not
377 complete when the subshell terminated could prevent a coprocess
384 08-09-01 A bug in the subshell cleanup code that could cause SIGSEGV has
443 08-06-13 A bug in which a compound variable defined in a subshell could
547 08-03-17 A bug in which a signal sent to $$ while in a subshell would be
548 sent to the subshell rather than the parent has been fixed.
615 subshell has been fixed.
627 from a subshell has been fixed.
687 when invoked in a subshell has been fixed.
713 07-08-08 A bug in which a trap ignored in a subshell caused it to be
765 07-02-26 A bug in which setting a variable readonly in a subshell would
766 cause an unset error when the subshell completed has been fixed.
793 an internal file was closed from with a subshell has been fixed.
806 job started from a subshell has been fixed.
817 cases after a subshell has been fixed.
1087 after reading from standard input from a subshell has been fixed.
1252 that is running. The variable .sh.subshell contains the depth
1253 of the current subshell or command substitution.
1303 02-11-18 A bug in which modifying array variables in a subshell could leave
1315 02-10-31 A bug in which a file opened with exec inside a subshell could
1316 be closed before the subshell completed has been fixed.
1349 when a subshell completed has been fixed, for example (prog&).
1414 02-01-08 A bug in which a shell script executed from within a subshell
1487 a subshell has been fixed.
1521 01-07-23 A bug in which unset -f invoked in a subshell could unset a
1538 values would be lost after a subshell has been fixed.
1573 01-05-10 A bug in which open files were not restored after a subshell
1851 a subshell could effect the parent shell has been
1959 96-07-31 Functions defined inside a subshell no longer remain
1960 defined when the subshell completes.
1980 it in a subshell.
2165 was executed in a subshell was fixed.