diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-31 08:12:16 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-31 08:12:16 +0000 |
commit | 9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b (patch) | |
tree | 408ccbaf88b6246c826af6bb7c248e6c19650dda /ChangeLog | |
parent | a2f2ae4f5a6790c79fc29e6f7882acd1881eea5e (diff) | |
download | zsh-9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b.tar.gz zsh-9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b.tar.xz zsh-9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b.zip |
isalpha() -> ialpha(); avoid a compiler warning (12439)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a1c922e8..c81f07817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-07-31 Sven Wischnowsky <wischnow@zsh.org> + * 12439: Src/hist.c: isalpha() -> ialpha(); avoid a compiler + warning + * 12438: Doc/Zsh/compsys.yo: clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time |