about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-30 23:33:19 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-30 23:33:30 +0100
commit62aa03931753e532cbae0fa56725bb5e2a757dff (patch)
tree12b2373c90553e939369e84db18fcc7de32575e5 /ChangeLog
parent40c5e00de09066916ef42067ae21e58a5268c647 (diff)
downloadzsh-62aa03931753e532cbae0fa56725bb5e2a757dff.tar.gz
zsh-62aa03931753e532cbae0fa56725bb5e2a757dff.tar.xz
zsh-62aa03931753e532cbae0fa56725bb5e2a757dff.zip
33820: detect support for realpath() with a NULL
argument and fixes to the use of it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d639b52e..365abc7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-30  Oliver Kiddle  <opk@zsh.org>
 
+	* 33820: configure.ac, Src/hist.c: detect support for realpath()
+	with a NULL argument and fixes to the use of it
+
 	* 33800: Src/Zle/zle_main.c: remove old workaround for ancient
 	systems to consume typeahead before setting up the terminal