diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-31 21:22:41 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-31 21:22:41 +0000 |
| commit | f03722f64bb19696997c2ea094b60c5d40033997 (patch) | |
| tree | 0fbc9c1b4a9b4a5068be6de69384c38600eae652 /ChangeLog | |
| parent | Fixed a compiler warning about a signed/unsigned comparison. (diff) | |
| download | zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar.gz zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar.bz2 zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar.lz zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar.xz zsh-f03722f64bb19696997c2ea094b60c5d40033997.tar.zst zsh-f03722f64bb19696997c2ea094b60c5d40033997.zip | |
Mention compiler-warning fixes.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-10-31 Wayne Davison <wayned@users.sourceforge.net> + * unposted: Src/Zle/deltochar.c, Src/Zle/zle_move.c, + Src/Zle/zle_utils.c: Fixed some compiler warnings about + signed/unsigned comparisons. + * unposted: Src/Modules/files.c, Src/Modules/mathfunc.c, Src/Modules/zutil.c, Src/Zle/computil.c: use idigit() instead of range-checking '0' - '9'. |
