summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-24 00:05:59 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-24 00:05:59 +0100
commita526a2203b26cb6b9d3546b92761f3b2217805ef (patch)
tree2faf080e7c1715fbe8fce70b8536064539702fdd /ChangeLog
parent33729: "git remote add" should complete local repositories (diff)
downloadzsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.gz
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.bz2
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.lz
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.xz
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.zst
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.zip
33743: use posix_openpt in zpty if it is available
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8438db2..a11982965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-23 Oliver Kiddle <opk@zsh.org>
+
+ * 33743: Src/Modules/zpty.c, configure.ac: use posix_openpt
+ if it is available
+
2014-11-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 33729: Completion/Unix/Command/_git: "git remote add" should