about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-06-09 16:30:44 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-06-09 16:31:30 +0000
commit18aede9ee53df5e83c786e4fd81872df864dcd47 (patch)
tree081b0cbdba0f5a5286f61a733b6615ff8d7023d8 /Etc
parentd4947e67cc17432372f721928e7a47031460fce0 (diff)
downloadzsh-18aede9ee53df5e83c786e4fd81872df864dcd47.tar.gz
zsh-18aede9ee53df5e83c786e4fd81872df864dcd47.tar.xz
zsh-18aede9ee53df5e83c786e4fd81872df864dcd47.zip
unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 008e337ca..492d5a74d 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -20,3 +20,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
+------------------------------------------------------------------------
+41203 and others: Make it easier to maintain C modules out of tree.
+(May require defining a stable API for modules, see 41254)
+------------------------------------------------------------------------