summaryrefslogtreecommitdiff
path: root/firmware/common/ctype.c (follow)
Commit message (Expand)AuthorAge
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2005-07-12
* Made the char property lookup table constantJens Arnold2004-07-20
* The ctype array was too short. Found by Magnus Holmgren, thanks.Linus Nielsen Feltzing2002-07-25
* make the array 257 bytesDaniel Stenberg2002-06-19
* we need ctypeDaniel Stenberg2002-06-17