diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-07-25 13:27:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-07-25 13:27:20 +0000 |
commit | 9c152f0ebfd0875157221150b026607457a8be97 (patch) | |
tree | dd8684b6c0219de7fd40f276f61d86167ec124fc /ChangeLog | |
parent | 4642fceebe71753856bc1243c555bcdc4cba0639 (diff) | |
download | zsh-9c152f0ebfd0875157221150b026607457a8be97.tar.gz zsh-9c152f0ebfd0875157221150b026607457a8be97.tar.xz zsh-9c152f0ebfd0875157221150b026607457a8be97.zip |
17481 from Karl Tomlinson: turn off variable arrays for SGI compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 246954fa7..d898e87e8 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. |