diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-04-30 10:40:50 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-04-30 10:40:50 +0000 |
commit | cd5e39ef5066d8b11d5c5c5dd0023efdd94631f1 (patch) | |
tree | 2b29ec0e2cd1e92bc2a6ee0ec2a6b93064c12a21 /ChangeLog | |
parent | bb694bad4722e7078093d710dcff165b5c5a3f8f (diff) | |
download | zsh-cd5e39ef5066d8b11d5c5c5dd0023efdd94631f1.tar.gz zsh-cd5e39ef5066d8b11d5c5c5dd0023efdd94631f1.tar.xz zsh-cd5e39ef5066d8b11d5c5c5dd0023efdd94631f1.zip |
Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5a7ec89e5..cbdd5bb3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2001-04-29 Bart Schaefer <schaefer@zsh.org> * users/3837: Completion/compinit: Add `NO_kshglob' to |