summaryrefslogtreecommitdiff
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
parentd4947e67cc17432372f721928e7a47031460fce0 (diff)
downloadzsh-18aede9ee53df5e83c786e4fd81872df864dcd47.tar.gz
zsh-18aede9ee53df5e83c786e4fd81872df864dcd47.zip
unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.
-rw-r--r--ChangeLog5
-rw-r--r--Etc/BUGS6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 644be7c52..850e87b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-09 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted: Etc/BUGS: Add to Etc/BUGS 41184,41203,41254 about
+ STTY and about modules.
+
2017-06-07 Peter Stephenson <p.stephenson@samsung.com>
* 41239: Src/hist.c, Src/zsh.h: Save and restore default history
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)
+------------------------------------------------------------------------