diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-26 10:09:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-26 10:09:47 +0000 |
commit | dbf48f330a76670b80bec93e3a78292433ab6f79 (patch) | |
tree | 93c7981ff9dcc4c2f506a3b7840849bd38b316b4 /ChangeLog | |
parent | 79208f1d016ef9e3dcba4ab158c6698bb34aeccc (diff) | |
download | zsh-dbf48f330a76670b80bec93e3a78292433ab6f79.tar.gz zsh-dbf48f330a76670b80bec93e3a78292433ab6f79.tar.xz zsh-dbf48f330a76670b80bec93e3a78292433ab6f79.zip |
Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8eba67e24..2ebb4ef20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-26 Peter Stephenson <pws@cambridgesiliconradio.com> + + * Andrej/pws: 12381: configure.in: cygwin on Windows 2000 is + mysteriously returning status 0 even though the test fails, so + create a file we can test to see if the test got that far. + 2000-07-26 Bart Schaefer <schaefer@zsh.org> * 12377: Completion/Core/compaudit, Completion/Core/compinit, |