1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-18 21:14:11 +01:00

Mention compiler-warning fixes.

This commit is contained in:
Wayne Davison 2005-10-31 21:22:41 +00:00
parent 285ac8428f
commit f03722f64b

@ -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'.