Skip to content

ctype: Fix iscntrl, isgraph, ispunct, make tests exhaustive

Nagy Tibor requested to merge xTibor/relibc:ctype into master

iscntrl: Didn't handle the EOF macro correctly

isgraph: Didn't handle '~' (tilde) correctly

ispunct: Several issues

Merge request reports