Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/sh
Module Name: src
Committed By: kre
Date: Sun Mar 22 19:18:51 UTC 2026
Modified Files:
src/bin/sh: arith_token.c parser.c
Log Message:
Use sh internal char typing, not <ctype.h>
That is, use the internal shell is_digit() rather than isdigit().
No practical functional change (a digit is a digit).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/bin/sh/arith_token.c
cvs rdiff -u -r1.185 -r1.186 src/bin/sh/parser.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index