Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks to Robot_Maker20 for noticing the bug
|
|
|
|
|
|
|
|
|
|
ALL: Avoid using is* macros from ctype.h
|
|
|
|
md5sum was for datafiles modified by bug submitter to access hidden
content. New md5sum is for unmodified standard release.
|
|
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not
detected".
|
|
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac
Versions Not Recognized".
|
|
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
|
|
|
|
On some systems, passing signed chars to macros like isspace() etc. lead
to a runtime error. Hence, mark these macros as forbidden by default,
and introduce otherwise equivalent alternatives for them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|