CVS commit: src/bin/sh
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.