Mail Archives: djgpp-workers/1999/06/14/11:56:17
On Mon, 14 Jun 1999, Morten Welinder wrote:
> It should work, but don't forget strtod, strtoul, ...
I changed them all already (and then some), I just didn't want to send
all the diffs, as they are very similar.
> Basically, just grep for isspace, isdigit, isal, and so on.
Yep, did something like that:
M-x grep RET grep -n -e is[sdahcgulp] djgpp/src/.../*.c RET
(and another run for touper/tolower).
> The easiest fix typically is to make the string "unsigned char *".
> (Or copy it into such a local pointer if it happens to be the
> argument.)
Unfortunately, some of the code is too complicated to allow such easy
fixes without risking to break something. doscan.c gave me some
headache, in particular. But I did use the cast whenever possible.
Thanks for the feedback.
- Raw text -