DragonFly commits List (threaded) for 2005-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/include ctype.h src/lib/libc/gen ctype.c isctype.c src/lib/libc/locale runeglue.c
joerg 2005/05/08 08:52:05 PDT
DragonFly src repository
Modified files:
include ctype.h
lib/libc/gen ctype.c isctype.c
lib/libc/locale runeglue.c
Log:
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.
Revision Changes Path
1.9 +17 -14 src/include/ctype.h
1.2 +32 -16 src/lib/libc/gen/ctype.c
1.4 +6 -6 src/lib/libc/gen/isctype.c
1.2 +7 -1 src/lib/libc/locale/runeglue.c
http://www.dragonflybsd.org/cvsweb/src/include/ctype.h.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/ctype.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/isctype.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/locale/runeglue.c.diff?r1=1.1&r2=1.2&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]