Bite the bullet and add real masks isprint and isgraph. Use this as
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 8 May 2005 15:52:05 +0000 (15:52 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 8 May 2005 15:52:05 +0000 (15:52 +0000)
commit2bbbc6f25b78c3cf28e8e314e5b97a473e1775ac
treefa08043a7e2155098e96659e4b7a1fcf8ce5b74b
parent923439ca9f757337240819fd902ae2ccdb3879a8
Bite the bullet and add real masks isprint and isgraph. Use this as
excuse to make the flags identical to the rune version by adding _A
for the alpha class and by making the hexdigit class self contained.
include/ctype.h
lib/libc/gen/ctype.c
lib/libc/gen/isctype.c
lib/libc/locale/runeglue.c