summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
+------------------------------------------------------------------------