ObjFW  Check-in [ce5dfd4a83]

Overview
Comment:Always cast argument to isspace() to unsigned char

Some implementations define this as a macro that indexes into a table,
where this would result in a negative index if char is signed.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ce5dfd4a83c495ce1b668e315c7e1719bdc667774c24c844a8be09e374ae8573
User & Date: js on 2020-08-13 19:27:37
Other Links: manifest | tags
Context
2020-08-13
19:43
Set errno to 0 before calling strto* check-in: 04bb18457a user: js tags: trunk
19:27
Always cast argument to isspace() to unsigned char check-in: ce5dfd4a83 user: js tags: trunk
2020-08-12
20:56
Avoid using (u)intmax_t in methods check-in: d74f244ab7 user: js tags: trunk
Changes