about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-04-30 17:24:00 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-04-30 17:24:00 +0000
commit2e935f0186169655f422c103d677ad3d878b9eab (patch)
treef7d6ca6ea07bbb329e168e0621c2af805b96a237 /ChangeLog
parent6757c3c734759b8b51fa99b6b60bcd2dbdc9522d (diff)
downloadzsh-2e935f0186169655f422c103d677ad3d878b9eab.tar.gz
zsh-2e935f0186169655f422c103d677ad3d878b9eab.tar.xz
zsh-2e935f0186169655f422c103d677ad3d878b9eab.zip
Defeat GCC over-optimization in AC_TRY_LINK tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fc92100e7..e866eee98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
+2001-04-30  Bart Schaefer  <schaefer@zsh.org>
+
+	* 14169: configure.in: Improve some AC_TRY_LINK tests so that they
+	can't accidentally succeed because of a compiler that optimizes
+	away unreferenced variables.
+
 2001-04-30  Sven Wischnowsky  <wischnow@zsh.org>
 
-	* 14160: Completion/Base/Completer/_expand: fixelt for the test
+	* 14160: Completion/Base/Completer/_expand: fixlet for the test
 	for the suffix style; if word contains only a tilde, don't try
 	to expand it
 
 2001-04-30  Andrej Borsenkow <bor@zsh.org>
 
-	* Bart: 14144 (modified):  Src/Modules/stat.c
-	The S_IXUSR, S_IXGRP, S_IXOTH are made external variables in
-	Cygwin 1.3.1 and cannot be used as static array initializer
-	anymore.
+	* Bart: 14144 (modified): Src/Modules/stat.c: The S_IXUSR,
+	S_IXGRP, S_IXOTH are made external variables in Cygwin 1.3.1 and
+	cannot be used as static array initializer anymore.
 
 2001-04-29  Bart Schaefer  <schaefer@zsh.org>