summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2020-11-16 20:59:51 +0900
committerdana <dana@dana.is>2022-02-12 07:22:15 -0600
commitf2ae864016340aed35270502aedbad6da9e6f1bf (patch)
treea3743535756b8ca6b75cf65fcba43f5014fb64cd /ChangeLog
parent355f9e1883725a1db3ec15c49ac866dc60f1a55e (diff)
downloadzsh-f2ae864016340aed35270502aedbad6da9e6f1bf.tar.gz
zsh-f2ae864016340aed35270502aedbad6da9e6f1bf.tar.xz
zsh-f2ae864016340aed35270502aedbad6da9e6f1bf.zip
47560: add includes/prototypes for tests in configure
On macOS 11.0 it is now an error to use a function without prototype.

(cherry picked from commit bd647c156549b2f666e5fae80f1ca674b6cde895)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 680fbaf3b..b7721e856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2022-01-27  dana  <dana@dana.is>
 
+	* Jun-ichi Takimoto: 47560: configure.ac, aczsh.m4: add necessary
+	includes or prototypes for the tests in configure (fix errors in
+	macOS 11)
+
 	* unposted: Completion/Unix/Command/_git: Fix copy/paste error
 	in earlier commit that broke `git stash drop`