about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-05-29 16:01:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-05-29 16:01:17 +0000
commitcd821f5f5f95cc4e143ae938e26faf5a78c4cc9c (patch)
treeccc978e140824bba46bf394844a2986ee5617fbb /ChangeLog
parent29ed6c7e3ab32da20f528aeba4bb76635f1a3b06 (diff)
downloadzsh-cd821f5f5f95cc4e143ae938e26faf5a78c4cc9c.tar.gz
zsh-cd821f5f5f95cc4e143ae938e26faf5a78c4cc9c.tar.xz
zsh-cd821f5f5f95cc4e143ae938e26faf5a78c4cc9c.zip
22470: attempt to improve errno.h searching
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aed8496b8..f9f93cd78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 2006-05-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 10343: Src/exec.c: make bad #! interpreters print a more
-	informative message.
+	* 22470: configure.ac: incorporate extensions to errno.h
+	searching found by <johann@myrkraverk.com> trying to maximise
+	matches and minimise the risk of finding the wrong file.
+
+	* zsh-users/10343: Src/exec.c: make bad #! interpreters print a
+	more informative message.
 
 2006-05-28  Clint Adams  <clint@zsh.org>