about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Etc/BUGS6
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe4428ae..586a951a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-29  Bart Schaefer  <schaefer@Macadamia>
+
+	* unposted: Etc/BUGS: Details about STTY; consistency nit
+
 2022-04-28  Bart Schaefer  <schaefer@zsh.org>
 
 	* 50138: Doc/Zsh/params.yo:  Note ERRNO must be set before use.
diff --git a/Etc/BUGS b/Etc/BUGS
index b511ec6d6..a0d23eac9 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -23,7 +23,9 @@ the underlying VCS but not whether quilt is used.
 Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )).
 ------------------------------------------------------------------------
 41184: 'exec' optimization for last command in a subshell should be
-skipped when STTY=... is set for that command
+skipped when STTY=... is set for that command.  This is complicated
+because the decision to (not) fork is made in execcmd_exec() before
+the prefix parameter assignments are examined in execute().
 ------------------------------------------------------------------------
 41203 and others: Make it easier to maintain C modules out of tree.
 (May require defining a stable API for modules, see 41254)
@@ -52,5 +54,5 @@ related, probably obsolete, vared special case for $TERM set to "emacs".
 ------------------------------------------------------------------------
 48091: Bug in compdescribe with matcher 'b:-=+'
 ------------------------------------------------------------------------
-users/26071: Strange behavior about option completion of `git push
+users/26071: Strange behavior about option completion of `git push        #`
 ------------------------------------------------------------------------