mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 08:11:03 +02:00
Make more use of idigit().
This commit is contained in:
parent
87f010ec1a
commit
67c0d89a2b
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-10-31 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 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'.
|
||||
|
||||
2005-10-31 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 21960: R. Ramkumar: Functions/Misc/zcalc:
|
||||
|
|
Loading…
Reference in a new issue