about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-07-25 13:27:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-07-25 13:27:06 +0000
commit330ecf3b0c37173ad39d97c0ee4ce54e531ba1e6 (patch)
tree417f00111198272a229f1abe9b6aef1bb377fd26 /ChangeLog
parent2218368040afbfc88bd736ed17d082416dbf2662 (diff)
downloadzsh-330ecf3b0c37173ad39d97c0ee4ce54e531ba1e6.tar.gz
zsh-330ecf3b0c37173ad39d97c0ee4ce54e531ba1e6.tar.xz
zsh-330ecf3b0c37173ad39d97c0ee4ce54e531ba1e6.zip
17481 from Karl Tomlinson: turn off variable arrays for SGI compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f47cd106..9bcd5b23f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-25  Peter Stephenson  <pws@csr.com>
+
+	* 17481: Etc/MACHINES: from Karl Tomlinson
+	<k.tomlinson@auckland.ac.nz>: the SGI compiler needs to be told
+	to turn off variable length arrays.
+
 2002-07-24  Clint Adams  <clint@zsh.org>
 
 	* 17479: Doc/Zsh/arith.yo: fix typo noticed by Martin Pool.