Magnus Holmgren
|
889ab162a5
|
Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7305 a1c6a512-1295-4272-9138-f99709370657
|
2005-08-11 19:32:39 +00:00 |
|
Daniel Stenberg
|
db4fb95585
|
make the ctype array unsigned so that bit 7 (octal 0200) can be set and
used properly without warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7120 a1c6a512-1295-4272-9138-f99709370657
|
2005-07-12 11:06:38 +00:00 |
|
Jens Arnold
|
0258287e57
|
Made the char property lookup table constant
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4905 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-20 22:32:17 +00:00 |
|
Linus Nielsen Feltzing
|
0c458c043a
|
The plugin API now supports ctype macros like tolower() and friends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4872 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-13 14:01:41 +00:00 |
|
Daniel Stenberg
|
980359f924
|
fix ctype extern
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1046 a1c6a512-1295-4272-9138-f99709370657
|
2002-06-17 13:51:51 +00:00 |
|
Daniel Stenberg
|
7da93d58fd
|
This is my initial attempt to get rid of the newlib headers requirement,
for gcc built without newlib.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1017 a1c6a512-1295-4272-9138-f99709370657
|
2002-06-15 15:49:32 +00:00 |
|