about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-08-31 15:45:49 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-08-31 23:25:38 +0200
commit43e9a1dc974c61d208ea5b39ba0b387368290a93 (patch)
treef73e9e0d9128491990e0dde37757b7b558bfb949 /ChangeLog
parent410c30a25b070fa7ef137ff35166323c322bcd53 (diff)
downloadzsh-43e9a1dc974c61d208ea5b39ba0b387368290a93.tar.gz
zsh-43e9a1dc974c61d208ea5b39ba0b387368290a93.tar.xz
zsh-43e9a1dc974c61d208ea5b39ba0b387368290a93.zip
43357: isinf/isnan can be macros so need custom configure tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dd3bd9e8..b2af46224 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-08-31  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* 43357: configure.ac: isinf/isnan can be macros rather
+	than functions so need a custom configure test
+
 	* unposted: Completion/Unix/Command/_git: git describe's
 	--long and --abbrev options are not mutually exclusive