]> sourceware.org Git - newlib-cygwin.git/commit
Fix isalpha(0x100000001LL) and friends on 64-bit machines.
authorEric Blake <eblake@redhat.com>
Sat, 24 Oct 2009 13:24:29 +0000 (13:24 +0000)
committerEric Blake <eblake@redhat.com>
Sat, 24 Oct 2009 13:24:29 +0000 (13:24 +0000)
commit9b2b7c4a6ba898e98ef6c7bfb6cdf1fb3b887d5e
treeae654d919d7b0490d49c8843e1ee93c910a982ff
parente83fef9d351462b7b5046ae054eb56724d704c30
Fix isalpha(0x100000001LL) and friends on 64-bit machines.

* libc/include/ctype.h (__ctype_lookup): New macro.
(isalpha, isupper, islower, isdigit, isxdigit, isspace, ispunct)
(isalnum, isprint, isgraph, iscntrl, isblank): Use it to fix bug
on 64-bit machines.
newlib/ChangeLog
newlib/libc/include/ctype.h
This page took 0.031236 seconds and 5 git commands to generate.